mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into csp
This commit is contained in:
commit
ccca063e54
254 changed files with 1194 additions and 1753 deletions
|
@ -1883,7 +1883,7 @@ void cmd_context::validate_model() {
|
|||
for_each_expr(contains_underspecified, a);
|
||||
for_each_expr(contains_underspecified, r);
|
||||
}
|
||||
catch (contains_underspecified_op_proc::found) {
|
||||
catch (const contains_underspecified_op_proc::found &) {
|
||||
continue;
|
||||
}
|
||||
TRACE("model_validate", model_smt2_pp(tout, *this, *md, 0););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue