mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
use var_register in dioph_eq
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
480c48f93d
commit
d68ebeeb9f
3 changed files with 66 additions and 56 deletions
|
@ -290,7 +290,9 @@ namespace lp {
|
|||
for (unsigned j : lra.r_basis()) {
|
||||
if (!column_is_int_inf(j))
|
||||
continue;
|
||||
|
||||
if (settings().get_cancel_flag()){
|
||||
return -1;
|
||||
}
|
||||
SASSERT(!lia.is_fixed(j));
|
||||
|
||||
unsigned usage = lra.usage_in_terms(j);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue