public class GenericOptLauncher extends AbstractLauncher
beginTime, COMMENT_PREFIX, exitCode, out, prime, problem, reader, shutdownHook, silent, solver| Constructor and Description | 
|---|
GenericOptLauncher()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ISolver | 
configureSolver(String[] args)  | 
protected Reader | 
createReader(ISolver aSolver,
            String problemname)  | 
void | 
displayLicense()  | 
protected String | 
getInstanceName(String[] args)  | 
static void | 
main(String[] args)  | 
protected IProblem | 
readProblem(String problemname)
Reads a problem file from the command line. 
 | 
void | 
usage()  | 
displayHeader, displayResult, getBeginTime, getExitCode, getLogWriter, getReader, log, run, setDisplaySolutionLine, setExitCode, setIncomplete, setLauncherMode, setLogWriter, setSilent, showAvailableSolvers, showAvailableSolvers, solvepublic void displayLicense()
displayLicense in class AbstractLauncherpublic void usage()
usage in class AbstractLauncherprotected Reader createReader(ISolver aSolver, String problemname)
createReader in class AbstractLauncherprotected String getInstanceName(String[] args)
getInstanceName in class AbstractLauncherprotected ISolver configureSolver(String[] args)
configureSolver in class AbstractLauncherpublic static void main(String[] args)
protected 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.