mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 17:31:57 +00:00
disable expensive model validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f048cb27ba
commit
271cd2ac6b
4 changed files with 3 additions and 2 deletions
|
@ -4186,7 +4186,6 @@ void theory_seq::validate_model(model& mdl) {
|
|||
IF_VERBOSE(0, verbose_stream() << l << " = " << r << " but " << mdl(l) << " != " << mdl(r) << "\n");
|
||||
}
|
||||
}
|
||||
|
||||
for (auto const& ne : m_nqs) {
|
||||
expr_ref l = ne.l();
|
||||
expr_ref r = ne.r();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue