public class OPBReader2006 extends OPBReader2005
coeffs, d, hasObjFunc, hasVariablesExplanation, lits, nbConstr, nbConstraintsRead, nbVars, operator, solver
Constructor and Description |
---|
OPBReader2006(IPBSolver solver) |
Modifier and Type | Method and Description |
---|---|
protected void |
readTerm(java.lang.StringBuffer coeff,
java.lang.StringBuffer var)
read a term into coeff and var
|
beginConstraint, beginObjective, checkId, constraintRelOp, constraintRightTerm, decode, decode, endConstraint, endObjective, eof, eol, get, getCoeffs, getListOfVariables, getObjectiveFunction, getVars, isGoodFirstCharacter, isGoodFollowingCharacter, metaData, parse, parseInstance, parseInstance, parseInstance, putback, readConstraint, readIdentifier, readInteger, readMetaData, readObjective, readVariablesExplanation, readWord, skipSpaces, translateVarToId
isVerbose, parseInstance, setVerbosity
public OPBReader2006(IPBSolver solver)
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 readjava.io.IOException
ParseException
ParseFormatException