Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
sat4j
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
53
Issues
53
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SAT4J
sat4j
Commits
a5f75884
Commit
a5f75884
authored
Aug 07, 2020
by
Romain Wallon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds back a CLI option that had been removed
parent
7ce27840
Pipeline
#9138
passed with stages
in 105 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
+2
-2
No files found.
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
View file @
a5f75884
...
...
@@ -101,8 +101,8 @@ public class KTHLauncher {
"Restart strategy to apply, among luby, picosat, lbd, size"
);
options
.
addOption
(
"b"
,
"bump-strategy"
,
true
,
"Bumping strategy to apply, among one, degree, coefficient, ratio"
);
options
.
addOption
(
"
br"
,
"bumper
"
,
true
,
"L
iteral bumper, among any, assigned and falsified
"
);
options
.
addOption
(
"
lcds"
,
"deletion-strategy
"
,
true
,
"L
earned constraint deletion strategy, among lbd, assigned, unassigned-same, unassigned-different, effective,, degree
"
);
options
.
addOption
(
"br"
,
"bumper"
,
true
,
"Literal bumper, among any, assigned and falsified"
);
options
.
addOption
(
"db"
,
"double-bump-clashing"
,
false
,
...
...
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