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
c632d767
Commit
c632d767
authored
Jul 15, 2021
by
Daniel Le Berre
Browse files
Textual representation of listeners.
parent
808cb14a
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.sat4j.pb/src/main/java/org/sat4j/pb/tools/VERIPBSearchListener.java
View file @
c632d767
...
...
@@ -238,4 +238,8 @@ public class VERIPBSearchListener implements PBSearchListener<ISolverService> {
this
.
conflict
.
append
(
" "
+
this
.
reason
).
append
(
" +"
);
}
@Override
public
String
toString
()
{
return
"VERIPB"
;
}
}
\ No newline at end of file
org.sat4j.pb/src/main/java/org/sat4j/pb/tools/VoidPBTracing.java
View file @
c632d767
...
...
@@ -9,4 +9,8 @@ public class VoidPBTracing extends PBSearchListenerAdapter<IPBSolverService> {
*/
private
static
final
long
serialVersionUID
=
1L
;
@Override
public
String
toString
()
{
return
"none"
;
}
}
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