Package | Description |
---|---|
org.sat4j |
Contains a command line launcher for the SAT solvers.
|
Modifier and Type | Field and Description |
---|---|
protected ExitCode |
AbstractLauncher.exitCode |
static ExitCode |
ExitCode.OPTIMUM_FOUND |
static ExitCode |
ExitCode.SATISFIABLE |
static ExitCode |
ExitCode.UNKNOWN |
static ExitCode |
ExitCode.UNSATISFIABLE |
static ExitCode |
ExitCode.UPPER_BOUND |
Modifier and Type | Method and Description |
---|---|
ExitCode |
ILauncherMode.getCurrentExitCode()
Allow the launcher to get the current status of the problem: SAT, UNSAT,
UPPER_BOUND, etc.
|
ExitCode |
AbstractLauncher.getExitCode()
Get the value of the ExitCode
|
Modifier and Type | Method and Description |
---|---|
void |
ILauncherMode.setExitCode(ExitCode exitCode)
Allow to set a specific exit code to the launcher (in case of trivial
unsatisfiability for instance).
|
void |
AbstractLauncher.setExitCode(ExitCode exitCode)
Change the value of the exit code in the Launcher
|
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.