3
0
Fork 0
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:
Nikolaj Bjorner 2019-08-26 07:26:12 -03:00
parent f048cb27ba
commit 271cd2ac6b
4 changed files with 3 additions and 2 deletions

View file

@ -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();