public class LanceurPseudo2005 extends AbstractLauncher implements ILogAble
| Modifier and Type | Field and Description | 
|---|---|
protected ObjectiveFunction | 
obfct  | 
beginTime, COMMENT_PREFIX, exitCode, out, prime, problem, reader, shutdownHook, silent, solver| Constructor and Description | 
|---|
LanceurPseudo2005()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ISolver | 
configureSolver(String[] args)  | 
protected Reader | 
createReader(ISolver theSolver,
            String problemname)  | 
protected String | 
getInstanceName(String[] args)  | 
static void | 
main(String[] args)
Lance le prouveur sur un fichier Dimacs 
 | 
protected IProblem | 
readProblem(String problemname)
Reads a problem file from the command line. 
 | 
void | 
usage()  | 
displayHeader, displayLicense, displayResult, getBeginTime, getExitCode, getLogWriter, getReader, log, run, setDisplaySolutionLine, setExitCode, setIncomplete, setLauncherMode, setLogWriter, setSilent, showAvailableSolvers, showAvailableSolvers, solveprotected ObjectiveFunction obfct
public static void main(String[] args)
args - doit contenir le nom d'un fichier Dimacs, eventuellement
            compress?.protected Reader createReader(ISolver theSolver, String problemname)
createReader in class AbstractLauncherprotected ISolver configureSolver(String[] args)
configureSolver in class AbstractLauncherpublic void usage()
usage in class AbstractLauncherprotected String getInstanceName(String[] args)
getInstanceName in class AbstractLauncherprotected IProblem readProblem(String problemname) throws ParseFormatException, IOException, ContradictionException
AbstractLauncherreadProblem in class AbstractLauncherproblemname - the fully qualified name of the problem.ParseFormatException - if the problem is not expressed using the right formatIOException - for other IO problemsContradictionException - if the problem is found trivially unsatCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.