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
Romain WALLON
sat4j
Commits
9c04ce7c
Commit
9c04ce7c
authored
Sep 07, 2021
by
Daniel Le Berre
Browse files
Better message (0 >= 1 instead of null).
parent
09815de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.core/src/main/java/org/sat4j/tools/DotSearchTracing.java
View file @
9c04ce7c
...
...
@@ -193,7 +193,7 @@ public class DotSearchTracing<T> extends SearchListenerAdapter<ISolverService>
String
learned
=
this
.
currentNodeName
+
"_learned"
;
String
text
;
if
(
constr
==
null
)
{
text
=
"
null
"
;
text
=
"
0 >= 1
"
;
}
else
{
text
=
constr
.
toString
(
this
);
}
...
...
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