net.sourceforge.combean.mathprog.grooml
Class GVariable

A single variable in an LP. Simple data holder, no own logic. Implements the LPVariable interface.

Field Summary
 double coeff
           
 double lowerBound
           
 String name
           
 double upperBound
           
 
Constructor Summary
GVariable(double coeff)
           
GVariable(double coeff, Range rng)
           
 
Method Summary
double getCoeff()
          
double getLowerBound()
          
String getName()
          
double getUpperBound()
          
String toString()
          
String toSummaryString()
          
 

Constructor Detail

GVariable

public GVariable(double coeff)


GVariable

public GVariable(double coeff, Range rng)


Method Detail

getCoeff

public double getCoeff()


getLowerBound

public double getLowerBound()


getName

public String getName()


getUpperBound

public double getUpperBound()


toString

public String toString()


toSummaryString

public String toSummaryString()