mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Introduce and use labels_vec
This commit is contained in:
parent
3791810920
commit
8196173e29
6 changed files with 11 additions and 11 deletions
|
@ -144,7 +144,7 @@ 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;
|
||||
labels_vec labels;
|
||||
try {
|
||||
switch (::check_sat(*m_tactic, g, md, labels, pr, core, reason_unknown)) {
|
||||
case l_true:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue