mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
some micro tuning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8b23a1701a
commit
200f47369d
6 changed files with 81 additions and 12 deletions
|
@ -277,6 +277,9 @@ void asserted_formulas::reduce() {
|
|||
TRACE("macros", m_macro_manager.display(tout););
|
||||
flush_cache();
|
||||
CASSERT("well_sorted",check_well_sorted());
|
||||
|
||||
// display(std::cout);
|
||||
// exit(0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue