mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
theory-aware branching heuristic
This commit is contained in:
parent
6cd1f877b8
commit
5b4792955d
4 changed files with 176 additions and 17 deletions
|
@ -46,6 +46,9 @@ namespace smt {
|
|||
virtual void next_case_split(bool_var & next, lbool & phase) = 0;
|
||||
virtual void display(std::ostream & out) = 0;
|
||||
virtual ~case_split_queue() {}
|
||||
|
||||
// theory-aware branching hint
|
||||
virtual void add_theory_aware_branching_info(bool_var v, double priority, lbool phase) {}
|
||||
};
|
||||
|
||||
case_split_queue * mk_case_split_queue(context & ctx, smt_params & p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue