mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
working on new solver core
This commit is contained in:
parent
f519c58ace
commit
523578e3f6
13 changed files with 224 additions and 81 deletions
|
@ -312,6 +312,7 @@ namespace arith {
|
|||
force_push();
|
||||
expr* e1 = var2expr(v1);
|
||||
expr* e2 = var2expr(v2);
|
||||
TRACE("arith", tout << "new eq: v" << v1 << " v" << v2 << "\n";);
|
||||
if (e1->get_id() > e2->get_id())
|
||||
std::swap(e1, e2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue