mirror of
https://github.com/Z3Prover/z3
synced 2026-03-23 04:49:11 +00:00
bugfixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e7c9c5f7a2
commit
33f17215f7
4 changed files with 39 additions and 103 deletions
|
|
@ -242,7 +242,6 @@ namespace polysat {
|
|||
|
||||
|
||||
void saturation::try_op(pvar v, signed_constraint& sc, dependency const& d) {
|
||||
verbose_stream() << "try op " << sc << "\n";
|
||||
SASSERT(sc.is_op());
|
||||
sc.propagate(c, l_true, d);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue