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:
parent
bee3320ff6
commit
9614e428a6
6 changed files with 47 additions and 40 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue