mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
99339798ee
commit
44a0dbbc61
3 changed files with 18 additions and 2 deletions
|
@ -292,7 +292,7 @@ namespace opt {
|
|||
model_updated(m_model.get());
|
||||
}
|
||||
if (is_sat != l_true) {
|
||||
TRACE("opt", tout << m_hard_constraints << "\n";);
|
||||
TRACE("opt", tout << m_hard_constraints << " " << asms << "\n";);
|
||||
if (!asms.empty()) {
|
||||
s.get_unsat_core(m_core);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue