mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
set the defalt for cheap_eqs=False, do not run
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4c1fcbaa62
commit
b90143cc0e
2 changed files with 2 additions and 2 deletions
|
@ -366,8 +366,8 @@ public:
|
|||
// these two loops should be run sequentially
|
||||
// since the first loop might change column bounds
|
||||
// and add fixed columns this way
|
||||
bp.clear_for_eq();
|
||||
if (settings().cheap_eqs()) {
|
||||
bp.clear_for_eq();
|
||||
for (unsigned i : m_rows_with_changed_bounds) {
|
||||
calculate_cheap_eqs_for_row(i, bp);
|
||||
if (settings().get_cancel_flag())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue