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
SAT4J
sat4j
Commits
c5a99b7a
Commit
c5a99b7a
authored
Apr 26, 2017
by
Anne Parrain
Browse files
add a new PBCP solver for Watched literals with a short name
(CuttingPlanesWatched)
parent
4330fd16
Pipeline
#134
passed with stage
in 11 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.pb/src/main/java/org/sat4j/pb/SolverFactory.java
View file @
c5a99b7a
...
...
@@ -674,6 +674,10 @@ public final class SolverFactory extends ASolverFactory<IPBSolver> {
return
newCompetPBCPMixedConstraintsObjective
();
}
public
static
IPBSolver
newCuttingPlanesWatched
()
{
return
newCompetPBCPMixedConstraintsMinObjective
();
}
public
static
IPBSolver
newCuttingPlanesStar
()
{
return
newPBCPStar
(
new
PBMaxClauseCardConstrDataStructure
(),
new
VarOrderHeapObjective
(),
true
);
...
...
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