|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.reader.Reader org.sat4j.reader.DimacsReader org.sat4j.reader.CardDimacsReader
@Deprecated public class CardDimacsReader
A reader for cardinality contraints.
Field Summary |
---|
Fields inherited from class org.sat4j.reader.DimacsReader |
---|
expectedNbOfConstr, formatString, solver |
Constructor Summary | |
---|---|
CardDimacsReader(ISolver solver)
Deprecated. |
Method Summary | |
---|---|
protected void |
readConstrs(java.io.LineNumberReader in)
Deprecated. |
Methods inherited from class org.sat4j.reader.DimacsReader |
---|
decode, decode, disableNumberOfConstraintCheck, getSolver, handleConstr, parseInstance, readProblemLine, skipComments |
Methods inherited from class org.sat4j.reader.Reader |
---|
isVerbose, parseInstance, parseInstance, setVerbosity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CardDimacsReader(ISolver solver)
Method Detail |
---|
protected void readConstrs(java.io.LineNumberReader in) throws java.io.IOException, ParseFormatException, ContradictionException
readConstrs
in class DimacsReader
in
- the input stream
java.io.IOException
- iff an IO problems occurs
ParseFormatException
- if the input stream does not comply with the DIMACS format.
ContradictionException
- si le probl?me est trivialement inconsistant.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |