mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +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
|
@ -1763,7 +1763,7 @@ void cmd_context::validate_model() {
|
|||
continue;
|
||||
}
|
||||
try {
|
||||
for_each_expr(contains_underspecified, r);
|
||||
for_each_expr(contains_underspecified, a);
|
||||
}
|
||||
catch (contains_underspecified_op_proc::found) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue