mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
dbg
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
02b074e28b
commit
b2c265496e
3 changed files with 13 additions and 10 deletions
|
@ -226,7 +226,6 @@ bool emonics::elists_are_consistent(std::unordered_map<unsigned_vector, std::uno
|
|||
c.insert(e.var());
|
||||
auto it = lists.find(m.rvars());
|
||||
(void)it;
|
||||
|
||||
CTRACE("nla_solver_mons", it->second != c,
|
||||
tout << "m = " << m << "\n";
|
||||
tout << "c = " ; print_vector(c, tout); tout << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue