mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 18:06:15 +00:00
enforce sign coherence #4740
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
638ef9ed03
commit
be50f38903
1 changed files with 0 additions and 2 deletions
|
@ -480,8 +480,6 @@ namespace smt {
|
||||||
#else
|
#else
|
||||||
strm << "lemma_" << (++m_lemma_id) << ".smt2";
|
strm << "lemma_" << (++m_lemma_id) << ".smt2";
|
||||||
#endif
|
#endif
|
||||||
SASSERT(m_lemma_id != 341);
|
|
||||||
VERIFY(m_lemma_id != 341);
|
|
||||||
return strm.str();
|
return strm.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue