mirror of
https://github.com/Z3Prover/z3
synced 2025-05-31 03:09:13 +00:00
disregard model validation when source expression contains uninterpreted theory functions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f179d49f4f
commit
6450ee33c5
1 changed files with 1 additions and 1 deletions
|
@ -1763,7 +1763,7 @@ void cmd_context::validate_model() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
for_each_expr(contains_underspecified, r);
|
for_each_expr(contains_underspecified, a);
|
||||||
}
|
}
|
||||||
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