mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
don't rename uint_set but keep the original name
This commit is contained in:
parent
bd4db4c41f
commit
9a987237d5
2 changed files with 5 additions and 7 deletions
|
@ -353,7 +353,7 @@ namespace sat {
|
|||
candidate(bool_var v, double r): m_var(v), m_rating(r) {}
|
||||
};
|
||||
svector<candidate> m_candidates;
|
||||
uint_set m_select_lookahead_vars;
|
||||
tracked_uint_set m_select_lookahead_vars;
|
||||
|
||||
double get_rating(bool_var v) const { return m_rating[v]; }
|
||||
double get_rating(literal l) const { return get_rating(l.var()); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue