Index
All Classes|All Packages
B
- BinaryVariable - Class in dev.yushen.wrapperapi.gurobi.variable
- BinaryVariable(String) - Constructor for class dev.yushen.wrapperapi.gurobi.variable.BinaryVariable
- BinaryVariable(String, int) - Constructor for class dev.yushen.wrapperapi.gurobi.variable.BinaryVariable
- binVar(String) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize a new binary (boolean) variable with given name.
- binVar(String, boolean) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of binary (boolean) variables with given name and value.
- binVar(String, int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of binary (boolean) variables with given name and value.
- binVarArray(String, int) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of binary (boolean) variables with given name.
All Classes|All Packages