org.sat4j.tools
Class ExtendedDimacsArrayReader
java.lang.Object
  
org.sat4j.tools.DimacsArrayReader
      
org.sat4j.tools.ExtendedDimacsArrayReader
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class ExtendedDimacsArrayReader
- extends DimacsArrayReader
 
Reader for the Extended Dimacs format proposed by Fahiem Bacchus and Toby
 Walsh in array representation (without the terminating 0).
 
 Adaptation of org.sat4j.reader.ExtendedDimacsReader.
- Author:
 
  - leberre, fuhs
 
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FALSE
public static final int FALSE
- See Also:
 - Constant Field Values
 
TRUE
public static final int TRUE
- See Also:
 - Constant Field Values
 
NOT
public static final int NOT
- See Also:
 - Constant Field Values
 
AND
public static final int AND
- See Also:
 - Constant Field Values
 
NAND
public static final int NAND
- See Also:
 - Constant Field Values
 
OR
public static final int OR
- See Also:
 - Constant Field Values
 
NOR
public static final int NOR
- See Also:
 - Constant Field Values
 
XOR
public static final int XOR
- See Also:
 - Constant Field Values
 
XNOR
public static final int XNOR
- See Also:
 - Constant Field Values
 
IMPLIES
public static final int IMPLIES
- See Also:
 - Constant Field Values
 
IFF
public static final int IFF
- See Also:
 - Constant Field Values
 
IFTHENELSE
public static final int IFTHENELSE
- See Also:
 - Constant Field Values
 
ATLEAST
public static final int ATLEAST
- See Also:
 - Constant Field Values
 
ATMOST
public static final int ATMOST
- See Also:
 - Constant Field Values
 
COUNT
public static final int COUNT
- See Also:
 - Constant Field Values
 
ExtendedDimacsArrayReader
public ExtendedDimacsArrayReader(ISolver solver)