3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00

adding initial model to updated #1463

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-01-30 03:21:58 -08:00
parent 5a16d3ef7f
commit 73e9d351dc

View file

@ -280,6 +280,7 @@ namespace opt {
if (is_sat != l_false) {
s.get_model(m_model);
s.get_labels(m_labels);
model_updated(m_model.get());
}
if (is_sat != l_true) {
TRACE("opt", tout << m_hard_constraints << "\n";);