Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
6eb8986c
Commit
6eb8986c
authored
Oct 16, 2017
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed spurious return statement.
parent
146c09d0
Pipeline
#278
passed with stages
in 23 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
+0
-1
No files found.
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
View file @
6eb8986c
...
@@ -185,7 +185,6 @@ public class KTHLauncher {
...
@@ -185,7 +185,6 @@ public class KTHLauncher {
+
" is not a supported value for option round-reason"
);
+
" is not a supported value for option round-reason"
);
return
;
return
;
}
}
return
;
}
}
// validate that block-size has been set
// validate that block-size has been set
if
(
line
.
hasOption
(
"coeflim"
))
{
if
(
line
.
hasOption
(
"coeflim"
))
{
...
...
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