3
0
Fork 0
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:
Nikolaj Bjorner 2021-09-09 12:23:03 +02:00
parent 6e9e8999dc
commit ed60cdc403
2 changed files with 50 additions and 7 deletions

View file

@ -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)