mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fa48703445
commit
4958edeb42
3 changed files with 25 additions and 17 deletions
|
@ -125,7 +125,6 @@ namespace smt {
|
|||
unsigned num_units = assigned_literals().size();
|
||||
app_ref eq(m_manager);
|
||||
TRACE("context",
|
||||
tout << "pop: " << num_levels << "\n";
|
||||
tout << "vars: " << vars.size() << "\n";
|
||||
tout << "lits: " << num_units << "\n";);
|
||||
m_case_split_queue->init_search_eh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue