3
0
Fork 0
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:
Lev Nachmanson 2020-06-06 21:00:09 -07:00
parent 9c078c6d59
commit 110ab5e6ef
10 changed files with 81 additions and 64 deletions

View file

@ -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;