|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sat4j.AbstractLauncher
org.sat4j.Lanceur
public class Lanceur
This class is used to launch the SAT solvers from the command line. It is compliant with the SAT competition (www.satcompetition.org) I/O format. The launcher is to be used as follows:
[solvername] filename [key=value]*If no solver name is given, then the default solver of the solver factory is used (@see org.sat4j.core.ASolverFactory#defaultSolver()).
Field Summary |
---|
Fields inherited from class org.sat4j.AbstractLauncher |
---|
ANSWER_PREFIX, COMMENT_PREFIX, SOLUTION_PREFIX |
Constructor Summary | |
---|---|
Lanceur()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Lance le prouveur sur un fichier Dimacs. |
void |
run(java.lang.String[] args)
|
Methods inherited from class org.sat4j.AbstractLauncher |
---|
getBeginTime, getExitCode, getLogWriter, getReader, setExitCode, setLogWriter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lanceur()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- doit contenir le nom d'un fichier Dimacs, eventuellement
compress?.public void run(java.lang.String[] args)
run
in class AbstractLauncher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |