3
0
Fork 0
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:
Nikolaj Bjorner 2023-10-16 00:40:43 -07:00
parent 18fc6914d3
commit ba881d9c9b

View file

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