- abort() - Method in class com.gurobi.gurobi.GRBBatch
-
This method instructs the Cluster Manager to abort the processing of
this batch request, changing its status to ABORTED.
- abort() - Method in class com.gurobi.gurobi.GRBCallback
-
- ABORTED - Static variable in class com.gurobi.gurobi.GRB
-
- ABORTED - Static variable in class com.gurobi.gurobi.GRB.BatchStatus
-
- add(GRBLinExpr) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- add(GRBLinExpr) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- add(GRBQuadExpr) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addConstant(double) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- addConstant(double) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addConstr(GRBLinExpr, char, GRBLinExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(GRBLinExpr, char, GRBVar, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(GRBVar, char, GRBLinExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(GRBVar, char, GRBVar, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(GRBVar, char, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(double, char, GRBVar, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(GRBLinExpr, char, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstr(double, char, GRBLinExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single linear constraint to a model.
- addConstrs(int) - Method in class com.gurobi.gurobi.GRBModel
-
Add count
new linear constraints to a model.
- addConstrs(GRBLinExpr[], char[], double[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Add new linear constraints to a model.
- addConstrs(GRBLinExpr[], char[], double[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Add new linear constraints to a model.
- addconstrs(long, int, int, int[], int[], double[], char[], double[], double[], String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addCut(GRBLinExpr, char, double) - Method in class com.gurobi.gurobi.GRBCallback
-
- addGenConstrAbs(GRBVar, GRBVar, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_ABS to a
model.
- addgenconstrabs(long, String, int, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrAnd(GRBVar, GRBVar[], String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_AND to a
model.
- addgenconstrand(long, String, int, int, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrCos(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_COS to a
model.
- addgenconstrcos(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrExp(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_EXP to a
model.
- addgenconstrexp(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrExpA(GRBVar, GRBVar, double, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_EXPA to
a model.
- addgenconstrexpa(long, String, int, int, double, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrIndicator(GRBVar, int, GRBLinExpr, char, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_INDICATOR to a model.
- addgenconstrindicator(long, String, int, int, int, int[], double[], char, double) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrLog(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_LOG to a
model.
- addgenconstrlog(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrLogA(GRBVar, GRBVar, double, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_LOGA to
a model.
- addgenconstrloga(long, String, int, int, double, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrLogistic(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_LOGISTIC
to a model.
- addgenconstrlogistic(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrMax(GRBVar, GRBVar[], double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_MAX to a
model.
- addgenconstrmax(long, String, int, int, int[], double) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrMin(GRBVar, GRBVar[], double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_MIN to a
model.
- addgenconstrmin(long, String, int, int, int[], double) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrNorm(GRBVar, GRBVar[], double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_NORM to
a model.
- addgenconstrnorm(long, String, int, int, int[], double) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrOr(GRBVar, GRBVar[], String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_OR to a
model.
- addgenconstror(long, String, int, int, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrPoly(GRBVar, GRBVar, double[], String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_POLY to
a model.
- addgenconstrpoly(long, String, int, int, int, double[], String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrPow(GRBVar, GRBVar, double, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_POW to a
model.
- addgenconstrpow(long, String, int, int, double, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrPWL(GRBVar, GRBVar, double[], double[], String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_PWL to a
model.
- addgenconstrpwl(long, String, int, int, int, double[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrSin(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_SIN to a
model.
- addgenconstrsin(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addGenConstrTan(GRBVar, GRBVar, String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a new general constraint of type GRB.GENCONSTR_TAN to a
model.
- addgenconstrtan(long, String, int, int, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addLazy(GRBLinExpr, char, double) - Method in class com.gurobi.gurobi.GRBCallback
-
- addQConstr(GRBQuadExpr, char, GRBQuadExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(GRBQuadExpr, char, GRBLinExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(GRBLinExpr, char, GRBQuadExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(GRBQuadExpr, char, GRBVar, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(GRBVar, char, GRBQuadExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(GRBQuadExpr, char, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addQConstr(double, char, GRBQuadExpr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a quadratic constraint to a model.
- addqconstr(long, int, int[], double[], int, int[], int[], double[], char, double, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addqpterms(long, int, int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addRange(GRBLinExpr, double, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a single range constraint to a model.
- addRanges(GRBLinExpr[], double[], double[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Add new range constraints to a model.
- addSOS(GRBVar[], double[], int) - Method in class com.gurobi.gurobi.GRBModel
-
Add an SOS constraint to the model.
- addsos(long, int, int, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- addTerm(double, GRBConstr) - Method in class com.gurobi.gurobi.GRBColumn
-
Add a single term into a column.
- addTerm(double, GRBVar) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- addTerm(double, GRBVar) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addTerm(double, GRBVar, GRBVar) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addTerms(double[], GRBConstr[]) - Method in class com.gurobi.gurobi.GRBColumn
-
Add a list of terms into a column.
- addTerms(double[], GRBConstr[], int, int) - Method in class com.gurobi.gurobi.GRBColumn
-
Add new terms into a column.
- addTerms(double[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- addTerms(double[], GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- addTerms(double[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addTerms(double[], GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addTerms(double[], GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addTerms(double[], GRBVar[], GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- addVar(double, double, double, char, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a variable to a model; non-zero entries will be added later.
- addVar(double, double, double, char, GRBConstr[], double[], String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a variable to a model, and the associated non-zero coefficients.
- addVar(double, double, double, char, GRBColumn, String) - Method in class com.gurobi.gurobi.GRBModel
-
Add a variable to a model.
- addVars(int, char) - Method in class com.gurobi.gurobi.GRBModel
-
Add count
new decision variables to a model.
- addVars(double[], double[], double[], char[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Add new decision variables to a model.
- addVars(double[], double[], double[], char[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Add new decision variables to a model.
- addVars(double[], double[], double[], char[], String[], GRBColumn[]) - Method in class com.gurobi.gurobi.GRBModel
-
Add new decision variables to a model.
- addvars(long, int, int, int[], int[], double[], double[], double[], double[], char[], String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- GENCONSTR_ABS - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_AND - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_COS - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_EXP - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_EXPA - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_INDICATOR - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_LOG - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_LOGA - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_LOGISTIC - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_MAX - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_MIN - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_NORM - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_OR - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_POLY - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_POW - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_PWL - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_SIN - Static variable in class com.gurobi.gurobi.GRB
-
- GENCONSTR_TAN - Static variable in class com.gurobi.gurobi.GRB
-
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBBatch
-
Query the value of an int-valued batch attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBBatch
-
Query the value of a string-valued batch attribute.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBConstr
-
Query the value of an int-valued attribute.
- get(GRB.CharAttr) - Method in class com.gurobi.gurobi.GRBConstr
-
Query the value of a char-valued attribute.
- get(GRB.DoubleAttr) - Method in class com.gurobi.gurobi.GRBConstr
-
Query the value of a double-valued attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBConstr
-
Query the value of a string-valued attribute.
- get(GRB.IntParam) - Method in class com.gurobi.gurobi.GRBEnv
-
Query the value of an int-valued parameter.
- get(GRB.DoubleParam) - Method in class com.gurobi.gurobi.GRBEnv
-
Query the value of a double-valued parameter.
- get(GRB.StringParam) - Method in class com.gurobi.gurobi.GRBEnv
-
Query the value of a string-valued parameter.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Query the value of an int-valued attribute.
- get(GRB.DoubleAttr) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Query the value of a double-valued attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Query the value of a string-valued attribute.
- get(GRB.IntParam) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of an int-valued parameter.
- get(GRB.DoubleParam) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of a double-valued parameter.
- get(GRB.StringParam) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of a string-valued parameter.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of an int-valued model attribute.
- get(GRB.DoubleAttr) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of a double-valued model attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBModel
-
Query the value of a string-valued model attribute.
- get(GRB.IntAttr, GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued variable attribute for an array of variables.
- get(GRB.CharAttr, GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued variable attribute for an array of variables.
- get(GRB.DoubleAttr, GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued variable attribute for an array of variables.
- get(GRB.StringAttr, GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued variable attribute for an array of variables.
- get(GRB.IntAttr, GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued variable attribute for a sub-array of variables.
- get(GRB.CharAttr, GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued variable attribute for a sub-array of variables.
- get(GRB.DoubleAttr, GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued variable attribute for a sub-array of variables.
- get(GRB.StringAttr, GRBVar[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued variable attribute for a sub-array of variables.
- get(GRB.IntAttr, GRBVar[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued variable attribute for a two-dimensional array of
variables.
- get(GRB.CharAttr, GRBVar[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued variable attribute for a two-dimensional array of
variables.
- get(GRB.DoubleAttr, GRBVar[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued variable attribute for a two-dimensional array
of variables.
- get(GRB.StringAttr, GRBVar[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued variable attribute for a two-dimensional array
of variables.
- get(GRB.IntAttr, GRBVar[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued variable attribute for a three-dimensional array
of variables.
- get(GRB.CharAttr, GRBVar[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued variable attribute for a three-dimensional array
of variables.
- get(GRB.DoubleAttr, GRBVar[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued variable attribute for a three-dimensional array
of variables.
- get(GRB.StringAttr, GRBVar[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued variable attribute for a three-dimensional array
of variables.
- get(GRB.IntAttr, GRBConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued constraint attribute for an array of constraints.
- get(GRB.CharAttr, GRBConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued constraint attribute for an array of constraints.
- get(GRB.DoubleAttr, GRBConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued constraint attribute for an array of
constraints.
- get(GRB.StringAttr, GRBConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for an array of
constraints.
- get(GRB.IntAttr, GRBConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued constraint attribute for a sub-array of
constraints.
- get(GRB.CharAttr, GRBConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued constraint attribute for a sub-array of
constraints.
- get(GRB.DoubleAttr, GRBConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued constraint attribute for a sub-array of
constraints.
- get(GRB.StringAttr, GRBConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for a sub-array of
constraints.
- get(GRB.IntAttr, GRBConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued constraint attribute for a two-dimensional array
of constraints.
- get(GRB.CharAttr, GRBConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued constraint attribute for a two-dimensional array
of constraints.
- get(GRB.DoubleAttr, GRBConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued constraint attribute for a two-dimensional array
of constraints.
- get(GRB.StringAttr, GRBConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for a two-dimensional array
of constraints.
- get(GRB.IntAttr, GRBConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued constraint attribute for a three-dimensional array
of constraints.
- get(GRB.CharAttr, GRBConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued constraint attribute for a three-dimensional array
of constraints.
- get(GRB.DoubleAttr, GRBConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued constraint attribute for a three-dimensional
array of constraints.
- get(GRB.StringAttr, GRBConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for a three-dimensional
array of constraints.
- get(GRB.IntAttr, GRBQConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued quadratic constraint attribute for an array of
quadratic constraints.
- get(GRB.CharAttr, GRBQConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued quadratic constraint attribute for an array of
quadratic constraints.
- get(GRB.DoubleAttr, GRBQConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued quadratic constraint attribute for an array of
quadratic constraints.
- get(GRB.StringAttr, GRBQConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued quadratic constraint attribute for an array of
quadratic constraints.
- get(GRB.IntAttr, GRBQConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
- get(GRB.CharAttr, GRBQConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
- get(GRB.DoubleAttr, GRBQConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued quadratic constraint attribute for a sub-array
of quadratic constraints.
- get(GRB.StringAttr, GRBQConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued quadratic constraint attribute for a sub-array
of quadratic constraints.
- get(GRB.IntAttr, GRBQConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- get(GRB.CharAttr, GRBQConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- get(GRB.DoubleAttr, GRBQConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- get(GRB.StringAttr, GRBQConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- get(GRB.IntAttr, GRBQConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- get(GRB.CharAttr, GRBQConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a char-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- get(GRB.DoubleAttr, GRBQConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a double-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- get(GRB.StringAttr, GRBQConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- get(GRB.IntAttr, GRBGenConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued general constraint attribute for an array of
general constraints.
- get(GRB.StringAttr, GRBGenConstr[]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued general constraint attribute for an array of
general constraints.
- get(GRB.IntAttr, GRBGenConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued general constraint attribute for a sub-array of
general constraints.
- get(GRB.StringAttr, GRBGenConstr[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued general constraint attribute for a sub-array of
constraints.
- get(GRB.IntAttr, GRBGenConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued general constraint attribute for a two-dimensional
array of general constraints.
- get(GRB.StringAttr, GRBGenConstr[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for a two-dimensional array
of general constraints.
- get(GRB.IntAttr, GRBGenConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query an int-valued general constraint attribute for a three-
dimensional array of general constraints.
- get(GRB.StringAttr, GRBGenConstr[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Query a String-valued constraint attribute for a three-dimensional
array of general constraints.
- get(GRB.CharAttr) - Method in class com.gurobi.gurobi.GRBQConstr
-
Query the value of a char-valued attribute.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBQConstr
-
Query the value of an int-valued attribute.
- get(GRB.DoubleAttr) - Method in class com.gurobi.gurobi.GRBQConstr
-
Query the value of a double-valued attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBQConstr
-
Query the value of a string-valued attribute.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBSOS
-
Query the value of an SOS attribute.
- get(GRB.IntAttr) - Method in class com.gurobi.gurobi.GRBVar
-
Query the value of an int-valued attribute.
- get(GRB.CharAttr) - Method in class com.gurobi.gurobi.GRBVar
-
Query the value of a char-valued attribute.
- get(GRB.DoubleAttr) - Method in class com.gurobi.gurobi.GRBVar
-
Query the value of a double-valued attribute.
- get(GRB.StringAttr) - Method in class com.gurobi.gurobi.GRBVar
-
Query the value of a string-valued attribute.
- getattrinfo(long, String, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getcharattrlist(long, String, int, int, int[], char[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getCoeff(int) - Method in class com.gurobi.gurobi.GRBColumn
-
Retrieve the coefficient from a single term in the column.
- getCoeff(int) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- getCoeff(GRBConstr, GRBVar) - Method in class com.gurobi.gurobi.GRBModel
-
Query the coefficient of variable var
in linear constraint
constr
(note that the result can be zero).
- getCoeff(int) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- getcoeff(long, int, int, double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getCol(GRBVar) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve the list of constraints in which a variable participates, and
the associated coefficients.
- getConcurrentEnv(int) - Method in class com.gurobi.gurobi.GRBModel
-
Create/retrieve a concurrent environment for a model.
- getconcurrentenv(long, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getConstant() - Method in class com.gurobi.gurobi.GRBLinExpr
-
- getConstr(int) - Method in class com.gurobi.gurobi.GRBColumn
-
Retrieve the constraint object from a single term in the column.
- getConstr(int) - Method in class com.gurobi.gurobi.GRBModel
-
- getConstrByName(String) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve a linear constraint from its name.
- getconstrbyname(long, String, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getConstrs() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an array of all linear constraints in the model.
- getconstrs(long, int[], int[], int[], double[], int, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getdblattrlist(long, String, int, int, int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getdblparam(long, String, double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getdblparaminfo(long, String, double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getDoubleInfo(int) - Method in class com.gurobi.gurobi.GRBCallback
-
- getEnv() - Method in class com.gurobi.gurobi.GRBModel
-
- getenv(long) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getErrorCode() - Method in exception com.gurobi.gurobi.GRBException
-
- getErrorMsg() - Method in class com.gurobi.gurobi.GRBEnv
-
Query the error message for the most recent exception associated with
this environment.
- geterrormsg(long) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrAbs(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrabs(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrAnd(GRBGenConstr, GRBVar[], GRBVar[], int[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrand(long, int, int[], int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrCos(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrcos(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrExp(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrexp(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrExpA(GRBGenConstr, GRBVar[], GRBVar[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrexpa(long, int, int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrIndicator(GRBGenConstr, GRBVar[], int[], GRBLinExpr[], char[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrindicator(long, int, int[], int[], int[], int[], double[], char[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrLog(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrlog(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrLogA(GRBGenConstr, GRBVar[], GRBVar[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrloga(long, int, int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrLogistic(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrlogistic(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrMax(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrmax(long, int, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrMin(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrmin(long, int, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrNorm(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrnorm(long, int, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrOr(GRBGenConstr, GRBVar[], GRBVar[], int[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstror(long, int, int[], int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrPoly(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrpoly(long, int, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrPow(GRBGenConstr, GRBVar[], GRBVar[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrpow(long, int, int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrPWL(GRBGenConstr, GRBVar[], GRBVar[], int[], double[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrpwl(long, int, int[], int[], int[], double[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrs() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an array of all general constraints in the model.
- getGenConstrSin(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrsin(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getGenConstrTan(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class com.gurobi.gurobi.GRBModel
-
Any of the following arguments can be null.
- getgenconstrtan(long, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getintattrlist(long, String, int, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getIntInfo(int) - Method in class com.gurobi.gurobi.GRBCallback
-
- getintparam(long, String, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getintparaminfo(long, String, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getJSONSolution() - Method in class com.gurobi.gurobi.GRBBatch
-
- getJSONSolution() - Method in class com.gurobi.gurobi.GRBModel
-
- getJSONSolution(long, String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getLinExpr() - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- getMultiobjEnv(int) - Method in class com.gurobi.gurobi.GRBModel
-
Use
discardMultiobjEnvs
to discard multi-objective environments and
return to standard behavior.
- getmultiobjenv(long, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getNodeRel(GRBVar) - Method in class com.gurobi.gurobi.GRBCallback
-
- getNodeRel(GRBVar[]) - Method in class com.gurobi.gurobi.GRBCallback
-
- getNodeRel(GRBVar[][]) - Method in class com.gurobi.gurobi.GRBCallback
-
- getObjective() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve the optimization objective.
- getObjective(int) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an alternative optimization objective.
- getParamInfo(GRB.IntParam, int[]) - Method in class com.gurobi.gurobi.GRBEnv
-
Obtain detailed information about an integer parameter.
- getParamInfo(GRB.DoubleParam, double[]) - Method in class com.gurobi.gurobi.GRBEnv
-
Obtain detailed information about a double parameter.
- getParamInfo(GRB.StringParam, String[]) - Method in class com.gurobi.gurobi.GRBEnv
-
Obtain detailed information about a string parameter.
- getPWLObj(GRBVar, double[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve the piecewise-linear objective function for a variable.
- getpwlobj(long, int, int[], double[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getq(long, int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getqconstr(long, int, int[], int[], double[], int[], int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getQConstrs() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an array of all quadratic constraints in the model.
- getQCRow(GRBQConstr) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve the left-hand side expression from a quadratic constraint.
- getRow(GRBConstr) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve a list of variables that participate in a constraint, and the
associated coefficients.
- getSolution(GRBVar) - Method in class com.gurobi.gurobi.GRBCallback
-
- getSolution(GRBVar[]) - Method in class com.gurobi.gurobi.GRBCallback
-
- getSolution(GRBVar[][]) - Method in class com.gurobi.gurobi.GRBCallback
-
- getSOS(GRBSOS, GRBVar[], double[], int[]) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve the list of variables that participate in an SOS constraint,
and the associated coefficients.
- getsos(long, int[], int[], int[], int[], double[], int, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getSOSs() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an array of all SOS constraints in the model.
- getstrattrlist(long, String, int, int, int[], String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getStringInfo(int) - Method in class com.gurobi.gurobi.GRBCallback
-
- getstrparam(long, String, String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getstrparaminfo(long, String, String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getTuneResult(int) - Method in class com.gurobi.gurobi.GRBModel
-
Use this method to retrieve the results of a previous
tune
call.
- gettuneresult(long, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getValue() - Method in class com.gurobi.gurobi.GRBLinExpr
-
- getValue() - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- getVar(int) - Method in class com.gurobi.gurobi.GRBLinExpr
-
- getVar(int) - Method in class com.gurobi.gurobi.GRBModel
-
- getVar1(int) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- getVar2(int) - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- getVarByName(String) - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve a variable from its name.
- getvarbyname(long, String, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getVars() - Method in class com.gurobi.gurobi.GRBModel
-
Retrieve an array of all variables in the model.
- getvars(long, int[], int[], int[], double[], int, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- getWLSTokenLifespan() - Method in class com.gurobi.gurobi.GRBEnv
-
- getwlstokenlifespan(long, int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- GRB - Class in com.gurobi.gurobi
-
Class for Java enums and constants.
- GRB() - Constructor for class com.gurobi.gurobi.GRB
-
- GRB.BatchStatus - Class in com.gurobi.gurobi
-
- GRB.Callback - Class in com.gurobi.gurobi
-
- GRB.CharAttr - Enum in com.gurobi.gurobi
-
- GRB.DoubleAttr - Enum in com.gurobi.gurobi
-
- GRB.DoubleParam - Enum in com.gurobi.gurobi
-
- GRB.Error - Class in com.gurobi.gurobi
-
- GRB.IntAttr - Enum in com.gurobi.gurobi
-
- GRB.IntParam - Enum in com.gurobi.gurobi
-
- GRB.Status - Class in com.gurobi.gurobi
-
- GRB.StringAttr - Enum in com.gurobi.gurobi
-
- GRB.StringParam - Enum in com.gurobi.gurobi
-
- GRBBatch - Class in com.gurobi.gurobi
-
Gurobi batch object.
- GRBBatch(GRBEnv, String) - Constructor for class com.gurobi.gurobi.GRBBatch
-
- GRBCallback - Class in com.gurobi.gurobi
-
- GRBCallback() - Constructor for class com.gurobi.gurobi.GRBCallback
-
- GRBCObj - Class in com.gurobi.gurobi
-
- GRBColumn - Class in com.gurobi.gurobi
-
Gurobi column object.
- GRBColumn() - Constructor for class com.gurobi.gurobi.GRBColumn
-
Create an empty column.
- GRBColumn(GRBColumn) - Constructor for class com.gurobi.gurobi.GRBColumn
-
Copy an existing column.
- GRBConstr - Class in com.gurobi.gurobi
-
Gurobi constraint object.
- GRBEnv - Class in com.gurobi.gurobi
-
Gurobi environment object.
- GRBEnv() - Constructor for class com.gurobi.gurobi.GRBEnv
-
Create a Gurobi environment (with logging disabled).
- GRBEnv(String) - Constructor for class com.gurobi.gurobi.GRBEnv
-
Create a Gurobi environment (with logging enabled).
- GRBEnv(boolean) - Constructor for class com.gurobi.gurobi.GRBEnv
-
Create an empty Gurobi environment.
- GRBEnv(String, String, String, int, String) - Constructor for class com.gurobi.gurobi.GRBEnv
-
- GRBEnv(String, String, String) - Constructor for class com.gurobi.gurobi.GRBEnv
-
- GRBException - Exception in com.gurobi.gurobi
-
- GRBException() - Constructor for exception com.gurobi.gurobi.GRBException
-
- GRBException(int) - Constructor for exception com.gurobi.gurobi.GRBException
-
- GRBException(String) - Constructor for exception com.gurobi.gurobi.GRBException
-
- GRBException(String, int) - Constructor for exception com.gurobi.gurobi.GRBException
-
- GRBExpr - Class in com.gurobi.gurobi
-
- GRBExpr() - Constructor for class com.gurobi.gurobi.GRBExpr
-
- GRBGenConstr - Class in com.gurobi.gurobi
-
Gurobi general constraint object.
- GRBLinExpr - Class in com.gurobi.gurobi
-
- GRBLinExpr() - Constructor for class com.gurobi.gurobi.GRBLinExpr
-
- GRBLinExpr(GRBLinExpr) - Constructor for class com.gurobi.gurobi.GRBLinExpr
-
- GRBModel - Class in com.gurobi.gurobi
-
Gurobi model object.
- GRBModel(GRBEnv) - Constructor for class com.gurobi.gurobi.GRBModel
-
Model constructor.
- GRBModel(GRBEnv, String) - Constructor for class com.gurobi.gurobi.GRBModel
-
Read a model from a file.
- GRBModel(GRBModel) - Constructor for class com.gurobi.gurobi.GRBModel
-
Create a copy of an existing model.
- GRBModel(GRBModel, GRBEnv) - Constructor for class com.gurobi.gurobi.GRBModel
-
Copy an existing model to a different environment.
- GRBQConstr - Class in com.gurobi.gurobi
-
Gurobi quadratic constraint object.
- GRBQuadExpr - Class in com.gurobi.gurobi
-
- GRBQuadExpr() - Constructor for class com.gurobi.gurobi.GRBQuadExpr
-
- GRBQuadExpr(GRBLinExpr) - Constructor for class com.gurobi.gurobi.GRBQuadExpr
-
- GRBQuadExpr(GRBQuadExpr) - Constructor for class com.gurobi.gurobi.GRBQuadExpr
-
- GRBSOS - Class in com.gurobi.gurobi
-
Gurobi SOS constraint object.
- GRBVar - Class in com.gurobi.gurobi
-
Gurobi variable object.
- GREATER_EQUAL - Static variable in class com.gurobi.gurobi.GRB
-
- GurobiJni - Class in com.gurobi.gurobi
-
- GurobiJni() - Constructor for class com.gurobi.gurobi.GurobiJni
-
- sameAs(GRBConstr) - Method in class com.gurobi.gurobi.GRBConstr
-
Check whether two constraint objects refer to the same constraint.
- sameAs(GRBVar) - Method in class com.gurobi.gurobi.GRBVar
-
Check whether two variable objects refer to the same variable.
- SEMICONT - Static variable in class com.gurobi.gurobi.GRB
-
- SEMIINT - Static variable in class com.gurobi.gurobi.GRB
-
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBConstr
-
Set the value of an int-valued attribute.
- set(GRB.CharAttr, char) - Method in class com.gurobi.gurobi.GRBConstr
-
Set the value of a char-valued attribute.
- set(GRB.DoubleAttr, double) - Method in class com.gurobi.gurobi.GRBConstr
-
Set the value of a double-valued attribute.
- set(GRB.StringAttr, String) - Method in class com.gurobi.gurobi.GRBConstr
-
Set the value of a string-valued attribute.
- set(GRB.IntParam, int) - Method in class com.gurobi.gurobi.GRBEnv
-
Set the value of an int-valued parameter.
- set(GRB.DoubleParam, double) - Method in class com.gurobi.gurobi.GRBEnv
-
Set the value of a double-valued parameter.
- set(GRB.StringParam, String) - Method in class com.gurobi.gurobi.GRBEnv
-
Set the value of a string-valued parameter.
- set(String, String) - Method in class com.gurobi.gurobi.GRBEnv
-
Set the value of any parameter using strings alone.
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Set the value of an int-valued attribute.
- set(GRB.DoubleAttr, double) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Set the value of a double-valued attribute.
- set(GRB.StringAttr, String) - Method in class com.gurobi.gurobi.GRBGenConstr
-
Set the value of a string-valued attribute.
- set(GRB.IntParam, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of an int-valued parameter.
- set(GRB.DoubleParam, double) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of a double-valued parameter.
- set(GRB.StringParam, String) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of a string-valued parameter.
- set(String, String) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of any parameter using strings alone.
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of an int-valued model attribute.
- set(GRB.DoubleAttr, double) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of a double-valued model attribute.
- set(GRB.StringAttr, String) - Method in class com.gurobi.gurobi.GRBModel
-
Set the value of a String-valued model attribute.
- set(GRB.IntAttr, GRBVar[], int[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued variable attribute for an array of variables.
- set(GRB.CharAttr, GRBVar[], char[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued variable attribute for an array of variables.
- set(GRB.DoubleAttr, GRBVar[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued variable attribute for an array of variables.
- set(GRB.StringAttr, GRBVar[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued variable attribute for an array of variables.
- set(GRB.IntAttr, GRBVar[], int[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued variable attribute for a sub-array of variables.
- set(GRB.CharAttr, GRBVar[], char[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued variable attribute for a sub-array of variables.
- set(GRB.DoubleAttr, GRBVar[], double[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued variable attribute for a sub-array of variables.
- set(GRB.StringAttr, GRBVar[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued variable attribute for a sub-array of variables.
- set(GRB.IntAttr, GRBVar[][], int[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued variable attribute for a two-dimensional array of
variables.
- set(GRB.CharAttr, GRBVar[][], char[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued variable attribute for a two-dimensional array of
variables.
- set(GRB.DoubleAttr, GRBVar[][], double[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued variable attribute for a two-dimensional array of
variables.
- set(GRB.StringAttr, GRBVar[][], String[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued variable attribute for a two-dimensional array of
variables.
- set(GRB.IntAttr, GRBVar[][][], int[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued variable attribute for a three-dimensional array of
variables.
- set(GRB.CharAttr, GRBVar[][][], char[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued variable attribute for a three-dimensional array of
variables.
- set(GRB.DoubleAttr, GRBVar[][][], double[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued variable attribute for a three-dimensional array
of variables.
- set(GRB.StringAttr, GRBVar[][][], String[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued variable attribute for a three-dimensional array
of variables.
- set(GRB.IntAttr, GRBConstr[], int[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued constraint attribute for an array of constraints.
- set(GRB.CharAttr, GRBConstr[], char[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued constraint attribute for an array of constraints.
- set(GRB.DoubleAttr, GRBConstr[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued constraint attribute for an array of constraints.
- set(GRB.StringAttr, GRBConstr[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued constraint attribute for an array of constraints.
- set(GRB.IntAttr, GRBConstr[], int[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued constraint attribute for a sub-array of constraints.
- set(GRB.CharAttr, GRBConstr[], char[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued constraint attribute for a sub-array of constraints.
- set(GRB.DoubleAttr, GRBConstr[], double[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued constraint attribute for a sub-array of
constraints.
- set(GRB.StringAttr, GRBConstr[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued constraint attribute for a sub-array of
constraints.
- set(GRB.IntAttr, GRBConstr[][], int[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued constraint attribute for a two-dimensional array of
constraints.
- set(GRB.CharAttr, GRBConstr[][], char[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued constraint attribute for a two-dimensional array of
constraints.
- set(GRB.DoubleAttr, GRBConstr[][], double[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued constraint attribute for a two-dimensional array
of constraints.
- set(GRB.StringAttr, GRBConstr[][], String[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued constraint attribute for a two-dimensional array
of constraints.
- set(GRB.IntAttr, GRBConstr[][][], int[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set an int-valued constraint attribute for a three-dimensional array
of constraints.
- set(GRB.CharAttr, GRBConstr[][][], char[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued constraint attribute for a three-dimensional array
of constraints.
- set(GRB.DoubleAttr, GRBConstr[][][], double[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued constraint attribute for a three-dimensional array
of constraints.
- set(GRB.StringAttr, GRBConstr[][][], String[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued constraint attribute for a three-dimensional array
of constraints.
- set(GRB.CharAttr, GRBQConstr[], char[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued quadratic constraint attribute for an array of
quadratic constraints.
- set(GRB.DoubleAttr, GRBQConstr[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued quadratic constraint attribute for an array of
quadratic constraints.
- set(GRB.StringAttr, GRBQConstr[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued quadratic constraint attribute for an array of
quadratic constraints.
- set(GRB.CharAttr, GRBQConstr[], char[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
- set(GRB.DoubleAttr, GRBQConstr[], double[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
- set(GRB.StringAttr, GRBQConstr[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
- set(GRB.CharAttr, GRBQConstr[][], char[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued quadratic constraint attribute for a two-dimensional
array of quadratic constraints.
- set(GRB.DoubleAttr, GRBQConstr[][], double[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- set(GRB.StringAttr, GRBQConstr[][], String[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
- set(GRB.CharAttr, GRBQConstr[][][], char[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a char-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- set(GRB.DoubleAttr, GRBQConstr[][][], double[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a double-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- set(GRB.StringAttr, GRBQConstr[][][], String[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
- set(GRB.StringAttr, GRBGenConstr[], String[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued general constraint attribute for an array of
general constraints.
- set(GRB.StringAttr, GRBGenConstr[], String[], int, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued general constraint attribute for a sub-array of
general constraints.
- set(GRB.StringAttr, GRBGenConstr[][], String[][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued general constraint attribute for a two-dimensional
array of general constraints.
- set(GRB.StringAttr, GRBGenConstr[][][], String[][][]) - Method in class com.gurobi.gurobi.GRBModel
-
Set a String-valued general constraint attribute for a three-
dimensional array of general constraints.
- set(GRB.CharAttr, char) - Method in class com.gurobi.gurobi.GRBQConstr
-
Set the value of a char-valued attribute.
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBQConstr
-
Set the value of an int-valued attribute.
- set(GRB.DoubleAttr, double) - Method in class com.gurobi.gurobi.GRBQConstr
-
Set the value of a double-valued attribute.
- set(GRB.StringAttr, String) - Method in class com.gurobi.gurobi.GRBQConstr
-
Set the value of a string-valued attribute.
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBSOS
-
Set the value of an int-valued attribute.
- set(GRB.IntAttr, int) - Method in class com.gurobi.gurobi.GRBVar
-
Set the value of an int-valued attribute.
- set(GRB.CharAttr, char) - Method in class com.gurobi.gurobi.GRBVar
-
Set the value of a char-valued attribute.
- set(GRB.DoubleAttr, double) - Method in class com.gurobi.gurobi.GRBVar
-
Set the value of a double-valued attribute.
- set(GRB.StringAttr, String) - Method in class com.gurobi.gurobi.GRBVar
-
Set the value of a string-valued attribute.
- setCallback(GRBCallback) - Method in class com.gurobi.gurobi.GRBModel
-
Set the callback object for a model.
- setcharattrlist(long, String, int, int, int[], char[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setdblattrlist(long, String, int, int, int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setdblparam(long, String, double) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setintattrlist(long, String, int, int, int[], int[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setintparam(long, String, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setLogCallback(Consumer<String>) - Method in class com.gurobi.gurobi.GRBEnv
-
Sets a logging callback function to query all output posted by the
environment object.
- setLogCallback(Consumer<String>) - Method in class com.gurobi.gurobi.GRBModel
-
Sets a logging callback function to query all output posted by the
model object.
- setObjective(GRBExpr) - Method in class com.gurobi.gurobi.GRBModel
-
Set the model objective.
- setObjective(GRBExpr, int) - Method in class com.gurobi.gurobi.GRBModel
-
Set the model objective, and the objective sense (GRB.MINIMIZE
for minimization, GRB.MAXIMIZE
for maximization).
- setobjective(long, int, double, int, int[], double[], int, int[], int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setObjectiveN(GRBLinExpr, int, int, double, double, double, String) - Method in class com.gurobi.gurobi.GRBModel
-
Set an alternative optimization objective equal to a linear
expression.
- setobjectiven(long, int, int, double, double, double, String, double, int, int[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setparam(long, String, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setPWLObj(GRBVar, double[], double[]) - Method in class com.gurobi.gurobi.GRBModel
-
Set the piecewise-linear objective function for a variable.
- setpwlobj(long, int, int, double[], double[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setSolution(GRBVar, double) - Method in class com.gurobi.gurobi.GRBCallback
-
- setSolution(GRBVar[], double[]) - Method in class com.gurobi.gurobi.GRBCallback
-
- setstrattrlist(long, String, int, int, int[], String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- setstrparam(long, String, String) - Static method in class com.gurobi.gurobi.GurobiJni
-
- SIMPLEX - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- SIMPLEXPRICING_AUTO - Static variable in class com.gurobi.gurobi.GRB
-
- SIMPLEXPRICING_DEVEX - Static variable in class com.gurobi.gurobi.GRB
-
- SIMPLEXPRICING_PARTIAL - Static variable in class com.gurobi.gurobi.GRB
-
- SIMPLEXPRICING_STEEPEST_EDGE - Static variable in class com.gurobi.gurobi.GRB
-
- SIMPLEXPRICING_STEEPEST_QUICK - Static variable in class com.gurobi.gurobi.GRB
-
- singleScenarioModel() - Method in class com.gurobi.gurobi.GRBModel
-
Capture a single scenario from a multi-scenario model.
- singlescenariomodel(long, long[]) - Static method in class com.gurobi.gurobi.GurobiJni
-
- size() - Method in class com.gurobi.gurobi.GRBColumn
-
Retrieve the number of terms in the column.
- size() - Method in class com.gurobi.gurobi.GRBLinExpr
-
- size() - Method in class com.gurobi.gurobi.GRBQuadExpr
-
- SIZE_LIMIT_EXCEEDED - Static variable in class com.gurobi.gurobi.GRB.Error
-
- SOLUTION_LIMIT - Static variable in class com.gurobi.gurobi.GRB
-
- SOLUTION_LIMIT - Static variable in class com.gurobi.gurobi.GRB.Status
-
- SOS_TYPE1 - Static variable in class com.gurobi.gurobi.GRB
-
- SOS_TYPE2 - Static variable in class com.gurobi.gurobi.GRB
-
- SPX_DUALINF - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- SPX_ISPERT - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- SPX_ITRCNT - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- SPX_OBJVAL - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- SPX_PRIMINF - Static variable in class com.gurobi.gurobi.GRB.Callback
-
- start() - Method in class com.gurobi.gurobi.GRBEnv
-
Start an empty environment.
- startenv(long) - Static method in class com.gurobi.gurobi.GurobiJni
-
- Status() - Constructor for class com.gurobi.gurobi.GRB.Status
-
- stopOneMultiObj(int) - Method in class com.gurobi.gurobi.GRBCallback
-
- stoponemultiobj(long, long, int) - Static method in class com.gurobi.gurobi.GurobiJni
-
- SUBMITTED - Static variable in class com.gurobi.gurobi.GRB.BatchStatus
-
- SUBMITTED - Static variable in class com.gurobi.gurobi.GRB
-
- SUBOPTIMAL - Static variable in class com.gurobi.gurobi.GRB.Status
-
- SUBOPTIMAL - Static variable in class com.gurobi.gurobi.GRB
-
- SUPERBASIC - Static variable in class com.gurobi.gurobi.GRB
-
- sync() - Method in class com.gurobi.gurobi.GRBModel
-
Wait for a previous asynchronous optimization call to complete.
- sync(long, long, String[]) - Static method in class com.gurobi.gurobi.GurobiJni
-