mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
fiddle with phase
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c6f943e4d6
commit
9777f43e75
4 changed files with 21 additions and 25 deletions
|
@ -60,7 +60,7 @@ namespace sat {
|
|||
index_set m_unit_set;
|
||||
literal_vector m_lits;
|
||||
vector_pool m_pool;
|
||||
int_vector m_phase;
|
||||
svector<lbool> m_phase;
|
||||
|
||||
scoped_limits m_scoped_rlimit;
|
||||
vector<reslimit> m_limits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue