mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
finish sketch of special case interval propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e9e8999dc
commit
ed60cdc403
2 changed files with 50 additions and 7 deletions
|
@ -28,7 +28,7 @@ namespace polysat {
|
|||
svector<clause*> m_lemma;
|
||||
|
||||
unsigned_vector m_marks;
|
||||
unsigned m_clock { 0 };
|
||||
unsigned m_clock = 0;
|
||||
|
||||
public:
|
||||
// allocated size (not the number of active variables)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue