mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Thread labels through tactic system
This commit is contained in:
parent
dc48008d46
commit
5796e15088
9 changed files with 82 additions and 9 deletions
|
@ -144,8 +144,9 @@ lbool tactic2solver::check_sat_core(unsigned num_assumptions, expr * const * ass
|
|||
proof_ref pr(m);
|
||||
expr_dependency_ref core(m);
|
||||
std::string reason_unknown = "unknown";
|
||||
svector<symbol> labels;
|
||||
try {
|
||||
switch (::check_sat(*m_tactic, g, md, pr, core, reason_unknown)) {
|
||||
switch (::check_sat(*m_tactic, g, md, labels, pr, core, reason_unknown)) {
|
||||
case l_true:
|
||||
m_result->set_status(l_true);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue