mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1bc9cc0bb
commit
57c40e480b
8 changed files with 120 additions and 96 deletions
|
@ -104,7 +104,7 @@ namespace polysat {
|
|||
if (first)
|
||||
s.set_conflict(cl);
|
||||
else
|
||||
s.assign_bool(s.level(cl), cl[0], &cl, nullptr);
|
||||
s.assign_propagate(cl[0], cl);
|
||||
}
|
||||
|
||||
void constraint_manager::unwatch(clause& cl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue