mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
Merge remote-tracking branch 'upstream/master' into lackr
This commit is contained in:
commit
470f8bca73
7 changed files with 466 additions and 251 deletions
|
@ -1638,6 +1638,7 @@ void cmd_context::validate_model() {
|
|||
catch (contains_array_op_proc::found) {
|
||||
continue;
|
||||
}
|
||||
TRACE("model_validate", model_smt2_pp(tout, *this, *(md.get()), 0););
|
||||
throw cmd_exception("an invalid model was generated");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue