mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
parent
05158b3914
commit
79fae355b8
|
@ -173,6 +173,9 @@ lbool tactic2solver::check_sat_core2(unsigned num_assumptions, expr * const * as
|
|||
try {
|
||||
switch (::check_sat(*m_tactic, g, md, labels, pr, core, reason_unknown)) {
|
||||
case l_true:
|
||||
if (m_mc) {
|
||||
(*m_mc)(md);
|
||||
}
|
||||
m_result->set_status(l_true);
|
||||
break;
|
||||
case l_false:
|
||||
|
|
Loading…
Reference in a new issue