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
4d97c59e
Commit
4d97c59e
authored
Sep 25, 2018
by
Daniel Le Berre
Browse files
Merge branch 'master' of
https://gitlab.ow2.org/sat4j/sat4j.git
parents
50473487
7de2fa4d
Pipeline
#2947
passed with stages
in 41 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.core/src/main/java/org/sat4j/minisat/core/Solver.java
View file @
4d97c59e
...
...
@@ -1204,7 +1204,7 @@ public class Solver<D extends DataStructureFactory>
private
IVecInt
unsatExplanationInTermsOfAssumptions
;
Lbool
search
(
IVecInt
assumps
)
{
private
Lbool
search
(
IVecInt
assumps
)
{
assert
this
.
rootLevel
==
decisionLevel
();
this
.
stats
.
starts
++;
int
backjumpLevel
;
...
...
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