| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.reader.Reader
org.sat4j.reader.AAGReader
public class AAGReader
| 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.Reader in)
 | 
| Methods inherited from class org.sat4j.reader.Reader | 
|---|
isVerbose, parseInstance, parseInstance, setVerbosity | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String decode(int[] model)
Reader
decode in class Readermodel - a model using the Dimacs format.
public void decode(int[] model,
                   java.io.PrintWriter out)
Reader
decode in class Readermodel - a model using the Dimacs format.out - the place where to display the model
public IProblem parseInstance(java.io.Reader in)
                       throws ParseFormatException,
                              ContradictionException,
                              java.io.IOException
parseInstance in class ReaderParseFormatException
ContradictionException
java.io.IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||