Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jon Shahen
vagabond
Commits
44967fbe
Commit
44967fbe
authored
Jul 07, 2017
by
Jonathan Shahen
Browse files
using lingeling instead of plingeling
parent
d33cd994
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vagabond/singleton/VagabondSettings.java
View file @
44967fbe
...
...
@@ -125,8 +125,9 @@ public class VagabondSettings {
/**
* Filename of the CNF Solver executable for Windows;
* Automatically changes this if you are on Linux/Mac to the binary compiled for that system.
* Can be: lingeling.exe, plingeling.exe, treengeling.exe
*/
public
String
cnfSolverProgram_Win
=
"
p
lingeling.exe"
;
public
String
cnfSolverProgram_Win
=
"lingeling.exe"
;
/**
* Filename of the CNF Solver executable for Linux;
* Automatically changes this if you are on Linux/Mac to the binary compiled for that system.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment