mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
remove tracing, fix doctext
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ae0769af5
commit
cbe52e298b
10 changed files with 16 additions and 36 deletions
|
@ -216,6 +216,11 @@ void asserted_formulas::reset() {
|
|||
m_inconsistent = false;
|
||||
}
|
||||
|
||||
void asserted_formulas::finalize() {
|
||||
reset();
|
||||
m_substitution.cleanup();
|
||||
}
|
||||
|
||||
bool asserted_formulas::check_well_sorted() const {
|
||||
for (justified_expr const& je : m_formulas) {
|
||||
if (!is_well_sorted(m, je.get_fml())) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue