Uses of Class
edu.harvard.econcs.jopt.solver.mip.VarType

Packages that use VarType
edu.harvard.econcs.jopt.solver.mip   
 

Uses of VarType in edu.harvard.econcs.jopt.solver.mip
 

Fields in edu.harvard.econcs.jopt.solver.mip declared as VarType
static VarType VarType.BOOLEAN
           
static VarType VarType.DOUBLE
           
static VarType VarType.INT
           
 

Methods in edu.harvard.econcs.jopt.solver.mip that return VarType
 VarType Variable.getType()
           
 

Constructors in edu.harvard.econcs.jopt.solver.mip with parameters of type VarType
Variable(java.lang.String name, VarType type, double lowerBound, double upperBound)