org.sat4j.reader
Class AIGReader
java.lang.Object
  
org.sat4j.reader.Reader
      
org.sat4j.reader.AIGReader
public class AIGReader
- extends Reader
 
| 
Method Summary | 
 java.lang.String | 
decode(int[] model)
 
          Produce a model using the reader format. | 
 void | 
decode(int[] model,
       java.io.PrintWriter out)
 
          Produce a model using the reader format on a provided printwriter. | 
 IProblem | 
parseInstance(java.io.InputStream in)
 
            | 
 IProblem | 
parseInstance(java.io.Reader in)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
decode
public java.lang.String decode(int[] model)
- Description copied from class: 
Reader 
- Produce a model using the reader format.
- Specified by:
 decode in class Reader
 
- Parameters:
 model - a model using the Dimacs format.
- Returns:
 - a human readable view of the model.
 
 
 
decode
public void decode(int[] model,
                   java.io.PrintWriter out)
- Description copied from class: 
Reader 
- Produce a model using the reader format on a provided printwriter.
- Specified by:
 decode in class Reader
 
- Parameters:
 model - a model using the Dimacs format.out - the place where to display the model
 
 
parseInstance
public IProblem parseInstance(java.io.InputStream in)
                       throws ParseFormatException,
                              ContradictionException,
                              java.io.IOException
- Overrides:
 parseInstance in class Reader
 
- Throws:
 ParseFormatException
ContradictionException
java.io.IOException
 
parseInstance
public IProblem parseInstance(java.io.Reader in)
                       throws ParseFormatException,
                              ContradictionException,
                              java.io.IOException
- Specified by:
 parseInstance in class Reader
 
- Throws:
 ParseFormatException
ContradictionException
java.io.IOException