|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJava.problem.InitialBound
public class InitialBound
Description of an initial bound
Constructor Summary | |
---|---|
InitialBound()
|
Method Summary | |
---|---|
double |
getLowerBound()
Get lower bound |
double |
getUpperBound()
Get upper bound |
int |
read(java.lang.String[] commands,
java.io.BufferedReader in,
int line_no,
int debug,
java.util.Vector<Variable> variables,
java.util.Vector<Experiment> experiments)
Read range from input file in form of a buffered reader |
java.lang.String |
toString()
Get string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitialBound()
Method Detail |
---|
public int read(java.lang.String[] commands, java.io.BufferedReader in, int line_no, int debug, java.util.Vector<Variable> variables, java.util.Vector<Experiment> experiments)
commands
- vector of strings on first line to readin
- buffered readerline_no
- current line in the buffered reader (i.e., problem file)debug
- debug levelvariables
- vector of variablesexperiments
- vector of experimentspublic double getLowerBound()
public double getUpperBound()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |