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
e955bd09e5
commit
638ef9ed03
2 changed files with 7 additions and 1 deletions
|
@ -480,6 +480,8 @@ 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