fuzzydl.milp
Class FreeBound

java.lang.Object
  extended by fuzzydl.milp.Bound
      extended by fuzzydl.milp.FreeBound

public class FreeBound
extends Bound

Bound for a real variable.


Field Summary
 
Fields inherited from class fuzzydl.milp.Bound
type
 
Constructor Summary
FreeBound()
           
 
Method Summary
 double getBoundVal()
          Gets the value of the bound.
 Variable getNewVariable()
          Gets a new variable of the type of the bound.
 
Methods inherited from class fuzzydl.milp.Bound
getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreeBound

public FreeBound()
Method Detail

getNewVariable

public Variable getNewVariable()
Gets a new variable of the type of the bound.

Specified by:
getNewVariable in class Bound
Returns:
A new variable.

getBoundVal

public double getBoundVal()
Gets the value of the bound.

Specified by:
getBoundVal in class Bound
Returns:
Value of the bound.