mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
model validation update take 2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6450ee33c5
commit
2229a2fc1b
1 changed files with 1 additions and 0 deletions
|
@ -1764,6 +1764,7 @@ void cmd_context::validate_model() {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
for_each_expr(contains_underspecified, a);
|
for_each_expr(contains_underspecified, a);
|
||||||
|
for_each_expr(contains_underspecified, r);
|
||||||
}
|
}
|
||||||
catch (contains_underspecified_op_proc::found) {
|
catch (contains_underspecified_op_proc::found) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue