mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
port Grobner: fixes in nex simplifications
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ede4310b32
commit
3e0cf4b96d
4 changed files with 117 additions and 90 deletions
|
@ -496,7 +496,8 @@ namespace smt {
|
|||
);
|
||||
display_lemma_as_smt_problem(out, num_antecedents, antecedents, num_eq_antecedents, eq_antecedents, consequent, logic);
|
||||
out.close();
|
||||
|
||||
if (m_lemma_id==2559)
|
||||
exit(1);
|
||||
return m_lemma_id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue