mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
parent
c8c415c2de
commit
bba2cf9f20
|
@ -914,7 +914,7 @@ private:
|
|||
}
|
||||
IF_VERBOSE(1, verbose_stream() << "Verifying solution\n";);
|
||||
model_evaluator eval(*mdl);
|
||||
// eval.set_model_completion(false);
|
||||
eval.set_model_completion(true);
|
||||
bool all_true = true;
|
||||
//unsigned i = 0;
|
||||
for (expr * f : m_fmls) {
|
||||
|
|
Loading…
Reference in a new issue