mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
f525f43e43
155 changed files with 3188 additions and 1043 deletions
|
@ -115,7 +115,7 @@ static unsigned parse_opt(std::istream& in, opt_format f) {
|
|||
case l_undef: std::cout << "unknown\n"; break;
|
||||
}
|
||||
|
||||
if (r != l_false && gparams::get().get_bool("model_validate", false)) {
|
||||
if (r != l_false && gparams::get_ref().get_bool("model_validate", false)) {
|
||||
model_ref mdl;
|
||||
opt.get_model(mdl);
|
||||
expr_ref_vector hard(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue