mirror of
https://github.com/Z3Prover/z3
synced 2026-02-13 20:33:02 +00:00
throttle lemmas in nla_solver untested
This commit is contained in:
parent
46319156b8
commit
5caa7f1a29
9 changed files with 156 additions and 105 deletions
|
|
@ -2542,7 +2542,7 @@ namespace lp {
|
|||
public:
|
||||
|
||||
void explain(explanation& ex) {
|
||||
SASSERT(ex.empty());
|
||||
ex.clear();
|
||||
if (has_conflict_index()) {
|
||||
TRACE(dio, print_entry(m_normalize_conflict_index, tout << "conflict:", true) << std::endl;);
|
||||
for (auto ci : lra.flatten(explain_fixed_in_meta_term(m_l_matrix.m_rows[m_normalize_conflict_index], m_normalize_conflict_gcd)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue