org.sat4j
Class ExitCode
java.lang.Object
  
org.sat4j.ExitCode
public final class ExitCode
- extends Object
 
Enumeration allowing to manage easily exit code for the SAT and PB
 Competitions.
- Author:
 
  - leberre
 
 
 
 
OPTIMUM_FOUND
public static final ExitCode OPTIMUM_FOUND
SATISFIABLE
public static final ExitCode SATISFIABLE
UNKNOWN
public static final ExitCode UNKNOWN
UNSATISFIABLE
public static final ExitCode UNSATISFIABLE
value
public int value()
- Returns:
 - the exit code value
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
- Returns:
 - the name of the enum or the alternative textual representation if
         any.
 
 
Copyright © 2010 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.