Class BinaryVariable
java.lang.Object
dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
dev.yushen.wrapperapi.gurobi.variable.BinaryVariable
- All Implemented Interfaces:
Variable
public class BinaryVariable extends IntegerVariable
-
Field Summary
Fields inherited from class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
grbVar, lowerBound, name, upperBound, value -
Constructor Summary
Constructors Constructor Description BinaryVariable(java.lang.String name)BinaryVariable(java.lang.String name, int value) -
Method Summary
Methods inherited from class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
add, add, add, add, div, getDoubleValue, getGRBVar, getLowerBound, getName, getUpperBound, getValue, mul, mul, mul, mul, setGRBVar, setLowerBound, setName, setUpperBound, sub, sub, sub, sub, sub, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BinaryVariable
public BinaryVariable(java.lang.String name) -
BinaryVariable
public BinaryVariable(java.lang.String name, int value)
-