Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sat4j
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SAT4J
sat4j
Commits
8c6cd1b4
Commit
8c6cd1b4
authored
1 week ago
by
Daniel Le Berre
Browse files
Options
Downloads
Patches
Plain Diff
Added new solver ResolutionSimplificationsPB24 to check support for clause simplification
parent
2422303f
No related branches found
No related tags found
No related merge requests found
Pipeline
#35771
canceled
1 week ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.sat4j.pb/src/main/java/org/sat4j/pb/SolverFactory.java
+4
-0
4 additions, 0 deletions
org.sat4j.pb/src/main/java/org/sat4j/pb/SolverFactory.java
with
4 additions
and
0 deletions
org.sat4j.pb/src/main/java/org/sat4j/pb/SolverFactory.java
+
4
−
0
View file @
8c6cd1b4
...
...
@@ -1295,4 +1295,8 @@ public final class SolverFactory extends ASolverFactory<IPBSolver> {
return
resolution
;
}
public
static
IPBSolver
newResolutionSimplificationsPB24
()
{
return
newResolution
();
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment