mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
disable validation in builds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d45b8a3ac8
commit
141cd687ff
2 changed files with 4 additions and 3 deletions
|
@ -1557,6 +1557,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
void context::validate_model() {
|
||||
return;
|
||||
if (!gparams::get_ref().get_bool("model_validate", false)) return;
|
||||
expr_ref_vector fmls(m);
|
||||
get_hard_constraints(fmls);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue