mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
reset caches
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
739b5376e3
commit
b8fb744935
2 changed files with 16 additions and 1 deletions
|
@ -1004,6 +1004,7 @@ private:
|
|||
IF_VERBOSE(0, verbose_stream() << m_params << "\n");
|
||||
IF_VERBOSE(0, if (m_mcs.back()) m_mcs.back()->display(verbose_stream() << "mc0\n"));
|
||||
IF_VERBOSE(0, for (auto const& kv : m_map) verbose_stream() << mk_pp(kv.m_key, m) << " |-> " << kv.m_value << "\n");
|
||||
exit(0);
|
||||
}
|
||||
else {
|
||||
IF_VERBOSE(1, verbose_stream() << "solution verified\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue