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
c19d473a
Commit
c19d473a
authored
Sep 20, 2021
by
Blomme Anthony
Browse files
rectification saturation
parent
09bb8a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.pb/src/main/java/org/sat4j/pb/constraints/pb/ConflictMap.java
View file @
c19d473a
...
...
@@ -756,10 +756,8 @@ public class ConflictMap extends MapPb implements IConflict {
.
subtract
(
coefs
[
i
]);
this
.
possReducedCoefs
=
this
.
possReducedCoefs
.
add
(
degree
);
}
if
(!(
degree
.
equals
(
coefs
[
i
])))
{
useSaturation
=
true
;
}
coefs
[
i
]
=
degree
;
useSaturation
=
true
;
}
else
if
(
comparison
<
0
&&
coefs
[
i
].
signum
()
>
0
)
{
isMinimumEqualsToDegree
=
false
;
}
...
...
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