3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

refactor: uint_set

This commit is contained in:
Murphy Berzish 2017-02-23 14:57:48 -05:00
parent 179b0f7630
commit cff7c450c3

View file

@ -230,8 +230,7 @@ namespace smt {
// Theory case split
//
// -----------------------------------
typedef int_hashtable<int_hash, default_eq<int> > int_set;
int_set m_all_th_case_split_literals;
uint_set m_all_th_case_split_literals;
vector<literal_vector> m_th_case_split_sets;
u_map< vector<literal_vector> > m_literal2casesplitsets; // returns the case split literal sets that a literal participates in
unsigned m_th_case_split_qhead;