mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +00:00
demonstration of theory-aware branching in theory_str, WIP
This commit is contained in:
parent
3459c1993e
commit
1363f50e4f
4 changed files with 29 additions and 23 deletions
|
@ -2999,6 +2999,10 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
|
||||
void context::add_theory_aware_branching_info(bool_var v, double priority, lbool phase) {
|
||||
m_case_split_queue->add_theory_aware_branching_info(v, priority, phase);
|
||||
}
|
||||
|
||||
void context::undo_th_case_split(literal l) {
|
||||
m_all_th_case_split_literals.remove(l.index());
|
||||
if (m_literal2casesplitsets.contains(l.index())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue