Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain WALLON
sat4j
Commits
504d5caa
Commit
504d5caa
authored
Sep 17, 2021
by
Blomme Anthony
Browse files
Notify the listener when a clause is inferred after a saturation
parent
7e7177dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.pb/src/main/java/org/sat4j/pb/constraints/pb/MapPb.java
View file @
504d5caa
...
...
@@ -194,6 +194,7 @@ public class MapPb implements IDataStructurePB {
// a clause has been learned
if
(
minimum
.
equals
(
this
.
degree
)
&&
minimum
.
compareTo
(
BigInteger
.
ONE
)
>
0
)
{
listener
.
divideConflict
(
this
.
degree
);
this
.
degree
=
BigInteger
.
ONE
;
for
(
int
ind
=
0
;
ind
<
size
();
ind
++)
{
changeCoef
(
ind
,
BigInteger
.
ONE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment