Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
22374e5e
Commit
22374e5e
authored
Jun 10, 2020
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added annotation on the method, not the type for ManyCore.
parent
22f5a2a4
Pipeline
#8830
passed with stages
in 191 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
org.sat4j.core/src/main/java/org/sat4j/tools/ManyCore.java
org.sat4j.core/src/main/java/org/sat4j/tools/ManyCore.java
+2
-0
No files found.
org.sat4j.core/src/main/java/org/sat4j/tools/ManyCore.java
View file @
22374e5e
...
...
@@ -606,6 +606,8 @@ public class ManyCore<S extends ISolver> implements ISolver, OutcomeListener,
sharedUnitClauses
.
push
(
LiteralsUtils
.
toInternal
(
p
));
}
@Override
@Feature
(
value
=
"unitclauseprovider"
,
parent
=
"expert"
)
public
synchronized
void
provideUnitClauses
(
UnitPropagationListener
upl
)
{
for
(
int
i
=
0
;
i
<
sharedUnitClauses
.
size
();
i
++)
{
upl
.
enqueue
(
sharedUnitClauses
.
get
(
i
));
...
...
Write
Preview
Markdown
is supported
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