mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue