Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
8d4d368f
Commit
8d4d368f
authored
Oct 24, 2017
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate dot file even if there is no mapping.
parent
876bc671
Pipeline
#328
passed with stages
in 23 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
+1
-1
No files found.
org.sat4j.sat/src/main/java/org/sat4j/sat/KTHLauncher.java
View file @
8d4d368f
...
...
@@ -252,7 +252,7 @@ public class KTHLauncher {
OptToPBSATAdapter
optimizer
=
new
OptToPBSATAdapter
(
handle
);
try
{
reader
.
parseInstance
(
filename
);
if
(
reader
.
hasAMapping
()&&
line
.
hasOption
(
"dot-output"
))
{
if
(
line
.
hasOption
(
"dot-output"
))
{
String
dotfilename
=
line
.
getOptionValue
(
"dot-output"
);
if
(
dotfilename
!=
null
)
{
DotSearchTracing
<
String
>
dotTracing
=
new
DotSearchTracing
<>(
dotfilename
);
...
...
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