3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-14 18:11:16 +00:00

wip: enabling reinit approach

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-03-30 08:41:22 -07:00
parent bee3320ff6
commit 9614e428a6
6 changed files with 47 additions and 40 deletions

View file

@ -74,6 +74,7 @@ namespace polysat {
register_clause(cl);
watch(*cl);
cl->set_active();
s.push_reinit_stack(*cl);
}
// Release constraints at the given level and above.