Index
All Classes|All Packages
D
- dev.yushen.wrapperapi.gurobi.constraint - package dev.yushen.wrapperapi.gurobi.constraint
- dev.yushen.wrapperapi.gurobi.expression - package dev.yushen.wrapperapi.gurobi.expression
- dev.yushen.wrapperapi.gurobi.solver - package dev.yushen.wrapperapi.gurobi.solver
- dev.yushen.wrapperapi.gurobi.variable - package dev.yushen.wrapperapi.gurobi.variable
- div(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
- div(double) - Method in class dev.yushen.wrapperapi.gurobi.variable.IntegerVariable
- div(double) - Method in interface dev.yushen.wrapperapi.gurobi.variable.Variable
- doubleVar(String, double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize a new double (continues) variable (constant) with given name and a fixed value.
- doubleVar(String, double...) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize a new double (continues) variable with given name and possible values for this variable.
- doubleVar(String, double, double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize a new double (continues) variable with given name, lower and upper bounds.
- doubleVarArray(String, int, double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of double (continues) variables (constants) with given name and a fixed value.
- doubleVarArray(String, int, double...) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of double (continues) variables (constants) with given name and possible values for this variable.
- doubleVarArray(String, int, double, double) - Method in class dev.yushen.wrapperapi.gurobi.solver.Model
-
Initialize an Array of double (continues) variables (constants) with given name, lower and upper bounds.
- DoubleVariable - Class in dev.yushen.wrapperapi.gurobi.variable
- DoubleVariable(String) - Constructor for class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
- DoubleVariable(String, double) - Constructor for class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
- DoubleVariable(String, double, double) - Constructor for class dev.yushen.wrapperapi.gurobi.variable.DoubleVariable
All Classes|All Packages