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
498622d5
Commit
498622d5
authored
Jul 15, 2021
by
Daniel Le Berre
Browse files
Using dedicated message for VERIPB.
parent
c632d767
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.pb/src/main/java/org/sat4j/pb/LanceurPseudo2007.java
View file @
498622d5
...
...
@@ -69,6 +69,7 @@ public class LanceurPseudo2007 extends LanceurPseudo2005 {
PBSearchListener
<
ISolverService
>
listener
=
new
VERIPBSearchListener
(
problemname
);
this
.
solver
.
setSearchListener
(
listener
);
log
(
"using VERIPB proof format"
);
}
if
(
problemname
.
endsWith
(
".cnf"
))
return
new
DimacsReader
(
theSolver
);
...
...
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