3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-01-30 09:31:05 -08:00
parent e004986e99
commit cb94f82f37

View file

@ -127,7 +127,7 @@ namespace opt {
} }
model_ref mdl; model_ref mdl;
s().get_model(mdl); s().get_model(mdl);
update_assignment(mdl); if (mdl) update_assignment(mdl);
} }
lbool maxlex1() { lbool maxlex1() {