mirror of
https://github.com/Z3Prover/z3
synced 2025-09-14 13:41:27 +00:00
for Arie
This commit is contained in:
parent
bcedb66911
commit
ef284cca5d
6 changed files with 122 additions and 12 deletions
|
@ -86,8 +86,8 @@ namespace nla {
|
|||
if (m_quota > 0)
|
||||
--m_quota;
|
||||
|
||||
IF_VERBOSE(3, verbose_stream() << "grobner miss, quota " << m_quota << "\n");
|
||||
IF_VERBOSE(4, diagnose_pdd_miss(verbose_stream()));
|
||||
IF_VERBOSE(5, verbose_stream() << "grobner miss, quota " << m_quota << "\n");
|
||||
IF_VERBOSE(5, diagnose_pdd_miss(verbose_stream()));
|
||||
}
|
||||
|
||||
dd::solver::equation_vector const& grobner::core_equations(bool all_eqs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue