mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
add facility to experiment with nla justified conflicts from Grobner equations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
18fc6914d3
commit
ba881d9c9b
|
@ -36,7 +36,7 @@ namespace nla {
|
|||
if (m_quota == 0)
|
||||
m_quota = c().params().arith_nl_gr_q();
|
||||
|
||||
if (false && m_quota == 1)
|
||||
if (m_quota == 1)
|
||||
return;
|
||||
|
||||
lp_settings().stats().m_grobner_calls++;
|
||||
|
|
Loading…
Reference in a new issue