mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
compiles and runs, need to restore niil_solver.cpp later
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0d9aff9834
commit
de4a2b3ea7
2 changed files with 93 additions and 94 deletions
|
@ -1996,12 +1996,10 @@ public:
|
|||
TRACE("arith", tout << "canceled\n";);
|
||||
return l_undef;
|
||||
}
|
||||
|
||||
lbool lia_check = l_undef;
|
||||
if (!check_idiv_bounds()) {
|
||||
return l_false;
|
||||
}
|
||||
|
||||
lp::lar_term term;
|
||||
lp::mpq k;
|
||||
lp::explanation ex; // TBD, this should be streamlined accross different explanations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue