mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
#5614 turn on / off options to get better performance.
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b28a8013fe
commit
63ac2ee0d1
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ class lp_bound_propagator {
|
|||
unsigned v_j = v->column();
|
||||
unsigned j = null_lpvar;
|
||||
if (!lp().find_in_fixed_tables(val(v_j), is_int(v_j), j)) {
|
||||
// try_add_equation_with_internal_fixed_tables(row_index, v);
|
||||
try_add_equation_with_internal_fixed_tables(row_index, v);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue