mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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;
|
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…
Reference in a new issue