mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
debug cheap_eqs
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9c078c6d59
commit
110ab5e6ef
10 changed files with 81 additions and 64 deletions
|
@ -26,7 +26,7 @@ namespace lp {
|
|||
|
||||
bool int_gcd_test::should_apply() {
|
||||
|
||||
if (!lia.settings().m_int_run_gcd_test)
|
||||
if (!lia.settings().int_run_gcd_test())
|
||||
return false;
|
||||
#if 1
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue