|
||||||||||
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.pb.reader.OPBReader2005 org.sat4j.pb.reader.OPBReader2006
public class OPBReader2006
Reader complying to the PB06 input format.
Field Summary |
---|
Fields inherited from class org.sat4j.pb.reader.OPBReader2005 |
---|
hasVariablesExplanation, nbConstr, nbConstraintsRead, nbVars, solver |
Constructor Summary | |
---|---|
OPBReader2006(IPBSolver solver)
|
Method Summary | |
---|---|
protected void |
readTerm(java.lang.StringBuffer coeff,
java.lang.StringBuffer var)
read a term into coeff and var |
Methods inherited from class org.sat4j.pb.reader.OPBReader2005 |
---|
beginConstraint, beginObjective, checkId, constraintRelOp, constraintRightTerm, decode, decode, endConstraint, endObjective, eof, eol, get, getCoeffs, getListOfVariables, getObjectiveFunction, getVars, isGoodFirstCharacter, isGoodFollowingCharacter, metaData, parse, parseInstance, putback, readIdentifier, readInteger, readMetaData, readVariablesExplanation, readWord, skipSpaces, translateVarToId |
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 OPBReader2006(IPBSolver solver)
Method Detail |
---|
protected void readTerm(java.lang.StringBuffer coeff, java.lang.StringBuffer var) throws java.io.IOException, ParseFormatException
readTerm
in class OPBReader2005
coeff
- the coefficient of the variablevar
- the indentifier we read
java.io.IOException
ParseException
ParseFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |