Skip to content

Commit

Permalink
add facility to experiment with nla justified conflicts from Grobner …
Browse files Browse the repository at this point in the history
…equations

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 16, 2023
1 parent 18fc691 commit ba881d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/nla_grobner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit ba881d9

Please sign in to comment.