mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
make var-queue a template
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
156426a0cf
commit
1d6616afac
2 changed files with 9 additions and 8 deletions
|
@ -164,7 +164,7 @@ namespace sat {
|
|||
unsigned m_rephase_inc;
|
||||
backoff m_rephase;
|
||||
backoff m_reorder;
|
||||
var_queue m_case_split_queue;
|
||||
var_queue<unsigned_vector> m_case_split_queue;
|
||||
unsigned m_qhead;
|
||||
unsigned m_scope_lvl;
|
||||
unsigned m_search_lvl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue