mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
05158b3914
commit
79fae355b8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue