mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
|
||||
strm << "lemma_" << (++m_lemma_id) << ".smt2";
|
||||
#endif
|
||||
SASSERT(m_lemma_id != 341);
|
||||
VERIFY(m_lemma_id != 341);
|
||||
return strm.str();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue