A B C D E F G I J L M N O P Q R S T U V W

A

abort() - Method in class gurobi.GRBCallback
 
add(GRBLinExpr) - Method in class gurobi.GRBLinExpr
 
add(GRBLinExpr) - Method in class gurobi.GRBQuadExpr
 
add(GRBQuadExpr) - Method in class gurobi.GRBQuadExpr
 
addConstant(double) - Method in class gurobi.GRBLinExpr
 
addConstant(double) - Method in class gurobi.GRBQuadExpr
 
addConstr(GRBLinExpr, char, GRBLinExpr, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(GRBLinExpr, char, GRBVar, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(GRBVar, char, GRBLinExpr, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(GRBVar, char, GRBVar, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(GRBVar, char, double, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(double, char, GRBVar, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(GRBLinExpr, char, double, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstr(double, char, GRBLinExpr, String) - Method in class gurobi.GRBModel
Add a single linear constraint to a model.
addConstrs(int) - Method in class gurobi.GRBModel
Add count new linear constraints to a model.
addConstrs(GRBLinExpr[], char[], double[], String[]) - Method in class gurobi.GRBModel
Add new linear constraints to a model.
addConstrs(GRBLinExpr[], char[], double[], String[], int, int) - Method in class gurobi.GRBModel
Add new linear constraints to a model.
addconstrs(long, int, int, int[], int[], double[], char[], double[], double[], String[]) - Static method in class gurobi.GurobiJni
 
addCut(GRBLinExpr, char, double) - Method in class gurobi.GRBCallback
 
addGenConstrAbs(GRBVar, GRBVar, String) - Method in class gurobi.GRBModel
Add a new general constraint of type GRB.GENCONSTR_ABS to a model.
addgenconstrabs(long, String, int, int) - Static method in class gurobi.GurobiJni
 
addGenConstrAnd(GRBVar, GRBVar[], String) - Method in class 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 gurobi.GurobiJni
 
addGenConstrIndicator(GRBVar, int, GRBLinExpr, char, double, String) - Method in class 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 gurobi.GurobiJni
 
addGenConstrMax(GRBVar, GRBVar[], double, String) - Method in class 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 gurobi.GurobiJni
 
addGenConstrMin(GRBVar, GRBVar[], double, String) - Method in class 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 gurobi.GurobiJni
 
addGenConstrOr(GRBVar, GRBVar[], String) - Method in class 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 gurobi.GurobiJni
 
addLazy(GRBLinExpr, char, double) - Method in class gurobi.GRBCallback
 
addQConstr(GRBQuadExpr, char, GRBQuadExpr, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(GRBQuadExpr, char, GRBLinExpr, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(GRBLinExpr, char, GRBQuadExpr, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(GRBQuadExpr, char, GRBVar, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(GRBVar, char, GRBQuadExpr, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(GRBQuadExpr, char, double, String) - Method in class gurobi.GRBModel
Add a quadratic constraint to a model.
addQConstr(double, char, GRBQuadExpr, String) - Method in class 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 gurobi.GurobiJni
 
addqpterms(long, int, int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
addRange(GRBLinExpr, double, double, String) - Method in class gurobi.GRBModel
Add a single range constraint to a model.
addRanges(GRBLinExpr[], double[], double[], String[]) - Method in class gurobi.GRBModel
Add new range constraints to a model.
addSOS(GRBVar[], double[], int) - Method in class gurobi.GRBModel
Add an SOS constraint to the model.
addsos(long, int, int, int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
addTerm(double, GRBConstr) - Method in class gurobi.GRBColumn
Add a single term into a column.
addTerm(double, GRBVar) - Method in class gurobi.GRBLinExpr
 
addTerm(double, GRBVar) - Method in class gurobi.GRBQuadExpr
 
addTerm(double, GRBVar, GRBVar) - Method in class gurobi.GRBQuadExpr
 
addTerms(double[], GRBConstr[]) - Method in class gurobi.GRBColumn
Add a list of terms into a column.
addTerms(double[], GRBConstr[], int, int) - Method in class gurobi.GRBColumn
Add new terms into a column.
addTerms(double[], GRBVar[]) - Method in class gurobi.GRBLinExpr
 
addTerms(double[], GRBVar[], int, int) - Method in class gurobi.GRBLinExpr
 
addTerms(double[], GRBVar[]) - Method in class gurobi.GRBQuadExpr
 
addTerms(double[], GRBVar[], GRBVar[]) - Method in class gurobi.GRBQuadExpr
 
addTerms(double[], GRBVar[], int, int) - Method in class gurobi.GRBQuadExpr
 
addTerms(double[], GRBVar[], GRBVar[], int, int) - Method in class gurobi.GRBQuadExpr
 
addVar(double, double, double, char, String) - Method in class 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 gurobi.GRBModel
Add a variable to a model, and the associated non-zero coefficients.
addVar(double, double, double, char, GRBColumn, String) - Method in class gurobi.GRBModel
Add a variable to a model.
addVars(int, char) - Method in class gurobi.GRBModel
Add count new decision variables to a model.
addVars(double[], double[], double[], char[], String[]) - Method in class gurobi.GRBModel
Add new decision variables to a model.
addVars(double[], double[], double[], char[], String[], int, int) - Method in class gurobi.GRBModel
Add new decision variables to a model.
addVars(double[], double[], double[], char[], String[], GRBColumn[]) - Method in class 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 gurobi.GurobiJni
 

B

BARORDER_AMD - Static variable in class gurobi.GRB
 
BARORDER_AUTOMATIC - Static variable in class gurobi.GRB
 
BARORDER_NESTEDDISSECTION - Static variable in class gurobi.GRB
 
BARRIER - Static variable in class gurobi.GRB.Callback
 
BARRIER_COMPL - Static variable in class gurobi.GRB.Callback
 
BARRIER_DUALINF - Static variable in class gurobi.GRB.Callback
 
BARRIER_DUALOBJ - Static variable in class gurobi.GRB.Callback
 
BARRIER_ITRCNT - Static variable in class gurobi.GRB.Callback
 
BARRIER_PRIMINF - Static variable in class gurobi.GRB.Callback
 
BARRIER_PRIMOBJ - Static variable in class gurobi.GRB.Callback
 
BASIC - Static variable in class gurobi.GRB
 
BasisHead(int[]) - Method in class gurobi.GRBModel
 
basishead(long, int[]) - Static method in class gurobi.GurobiJni
 
BINARY - Static variable in class gurobi.GRB
 
BinvColj(int, int[], double[]) - Method in class gurobi.GRBModel
 
binvcolj(long, int, int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
Binvi(int, int[], double[]) - Method in class gurobi.GRBModel
 
Binvj(int, int[], double[]) - Method in class gurobi.GRBModel
 
BinvRowi(int, int[], double[]) - Method in class gurobi.GRBModel
 
binvrowi(long, int, int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
BSolve(int, int[], double[], int[], double[]) - Method in class gurobi.GRBModel
 
bsolve(long, int, int[], double[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 

C

CALLBACK - Static variable in class gurobi.GRB.Error
 
callback() - Method in class gurobi.GRBCallback
 
CB_BARRIER - Static variable in class gurobi.GRB
 
CB_BARRIER_COMPL - Static variable in class gurobi.GRB
 
CB_BARRIER_DUALINF - Static variable in class gurobi.GRB
 
CB_BARRIER_DUALOBJ - Static variable in class gurobi.GRB
 
CB_BARRIER_ITRCNT - Static variable in class gurobi.GRB
 
CB_BARRIER_PRIMINF - Static variable in class gurobi.GRB
 
CB_BARRIER_PRIMOBJ - Static variable in class gurobi.GRB
 
CB_MESSAGE - Static variable in class gurobi.GRB
 
CB_MIP - Static variable in class gurobi.GRB
 
CB_MIP_CUTCNT - Static variable in class gurobi.GRB
 
CB_MIP_ITRCNT - Static variable in class gurobi.GRB
 
CB_MIP_NODCNT - Static variable in class gurobi.GRB
 
CB_MIP_NODLFT - Static variable in class gurobi.GRB
 
CB_MIP_OBJBND - Static variable in class gurobi.GRB
 
CB_MIP_OBJBST - Static variable in class gurobi.GRB
 
CB_MIP_SOLCNT - Static variable in class gurobi.GRB
 
CB_MIPNODE - Static variable in class gurobi.GRB
 
CB_MIPNODE_BRVAR - Static variable in class gurobi.GRB
 
CB_MIPNODE_NODCNT - Static variable in class gurobi.GRB
 
CB_MIPNODE_OBJBND - Static variable in class gurobi.GRB
 
CB_MIPNODE_OBJBST - Static variable in class gurobi.GRB
 
CB_MIPNODE_REL - Static variable in class gurobi.GRB
 
CB_MIPNODE_SOLCNT - Static variable in class gurobi.GRB
 
CB_MIPNODE_STATUS - Static variable in class gurobi.GRB
 
CB_MIPSOL - Static variable in class gurobi.GRB
 
CB_MIPSOL_NODCNT - Static variable in class gurobi.GRB
 
CB_MIPSOL_OBJ - Static variable in class gurobi.GRB
 
CB_MIPSOL_OBJBND - Static variable in class gurobi.GRB
 
CB_MIPSOL_OBJBST - Static variable in class gurobi.GRB
 
CB_MIPSOL_SOL - Static variable in class gurobi.GRB
 
CB_MIPSOL_SOLCNT - Static variable in class gurobi.GRB
 
CB_MSG_STRING - Static variable in class gurobi.GRB
 
CB_MULTIOBJ - Static variable in class gurobi.GRB
 
CB_MULTIOBJ_OBJCNT - Static variable in class gurobi.GRB
 
CB_MULTIOBJ_SOL - Static variable in class gurobi.GRB
 
CB_MULTIOBJ_SOLCNT - Static variable in class gurobi.GRB
 
CB_POLLING - Static variable in class gurobi.GRB
 
CB_PRE_BNDCHG - Static variable in class gurobi.GRB
 
CB_PRE_COECHG - Static variable in class gurobi.GRB
 
CB_PRE_COLDEL - Static variable in class gurobi.GRB
 
CB_PRE_ROWDEL - Static variable in class gurobi.GRB
 
CB_PRE_SENCHG - Static variable in class gurobi.GRB
 
CB_PRESOLVE - Static variable in class gurobi.GRB
 
CB_RUNTIME - Static variable in class gurobi.GRB
 
CB_SIMPLEX - Static variable in class gurobi.GRB
 
CB_SPX_DUALINF - Static variable in class gurobi.GRB
 
CB_SPX_ISPERT - Static variable in class gurobi.GRB
 
CB_SPX_ITRCNT - Static variable in class gurobi.GRB
 
CB_SPX_OBJVAL - Static variable in class gurobi.GRB
 
CB_SPX_PRIMINF - Static variable in class gurobi.GRB
 
cbcutorlazy(long, int, double, int[], double[], char, int) - Static method in class gurobi.GurobiJni
 
cbgetdblinfo(long, int, int, double[]) - Static method in class gurobi.GurobiJni
 
cbgetintinfo(long, int, int, int[]) - Static method in class gurobi.GurobiJni
 
cbgetstrinfo(long, int, int) - Static method in class gurobi.GurobiJni
 
cbsolution(long, double[], double[]) - Static method in class gurobi.GurobiJni
 
check() - Method in class gurobi.GRBModel
 
checkmodel(long) - Static method in class gurobi.GurobiJni
 
chgCoeff(GRBConstr, GRBVar, double) - Method in class gurobi.GRBModel
Change one coefficient in the model.
chgCoeffs(GRBConstr[], GRBVar[], double[]) - Method in class gurobi.GRBModel
Change a list of coefficients in the model.
chgcoeffs(long, int, int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
clean2(int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
clean3(int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
clear() - Method in class gurobi.GRBColumn
Remove all terms from a column.
clear() - Method in class gurobi.GRBLinExpr
 
clear() - Method in class gurobi.GRBQuadExpr
 
CLOUD - Static variable in class gurobi.GRB.Error
 
computeIIS() - Method in class gurobi.GRBModel
Compute an Irreducible Inconsistent Subsystem (IIS).
computeIIS(long) - Static method in class gurobi.GurobiJni
 
CONTINUOUS - Static variable in class gurobi.GRB
 
copymodel(long) - Static method in class gurobi.GurobiJni
 
createenv(long[], int, int, int) - Static method in class gurobi.GurobiJni
 
CSWORKER - Static variable in class gurobi.GRB.Error
 
CUTOFF - Static variable in class gurobi.GRB
 
CUTOFF - Static variable in class gurobi.GRB.Status
 
CUTS_AGGRESSIVE - Static variable in class gurobi.GRB
 
CUTS_AUTO - Static variable in class gurobi.GRB
 
CUTS_CONSERVATIVE - Static variable in class gurobi.GRB
 
CUTS_OFF - Static variable in class gurobi.GRB
 
CUTS_VERYAGGRESSIVE - Static variable in class gurobi.GRB
 

D

DATA_NOT_AVAILABLE - Static variable in class gurobi.GRB.Error
 
DEFAULT_CS_PORT - Static variable in class gurobi.GRB
 
delconstrs(long, int, int[]) - Static method in class gurobi.GurobiJni
 
delgenconstrs(long, int, int[]) - Static method in class gurobi.GurobiJni
 
delq(long) - Static method in class gurobi.GurobiJni
 
delqconstrs(long, int, int[]) - Static method in class gurobi.GurobiJni
 
delsos(long, int, int[]) - Static method in class gurobi.GurobiJni
 
delvars(long, int, int[]) - Static method in class gurobi.GurobiJni
 
discardConcurrentEnvs() - Method in class gurobi.GRBModel
Discard concurrent environments for a model.
discardconcurrentenvs(long) - Static method in class gurobi.GurobiJni
 
discardMultiobjEnvs() - Method in class gurobi.GRBModel
\discardmultiobjenvsdesc
discardmultiobjenvs(long) - Static method in class gurobi.GurobiJni
 
dispose() - Method in class gurobi.GRBCObj
 
dispose() - Method in class gurobi.GRBEnv
Release the resources associated with a GRBEnv object.
dispose() - Method in class gurobi.GRBModel
Release the resources associated with a GRBModel object.
DUPLICATES - Static variable in class gurobi.GRB.Error
 

E

EQUAL - Static variable in class gurobi.GRB
 
ERROR_CALLBACK - Static variable in class gurobi.GRB
 
ERROR_CLOUD - Static variable in class gurobi.GRB
 
ERROR_CSWORKER - Static variable in class gurobi.GRB
 
ERROR_DATA_NOT_AVAILABLE - Static variable in class gurobi.GRB
 
ERROR_DUPLICATES - Static variable in class gurobi.GRB
 
ERROR_EXCEED_2B_NONZEROS - Static variable in class gurobi.GRB
 
ERROR_FAILED_TO_CREATE_MODEL - Static variable in class gurobi.GRB
 
ERROR_FILE_READ - Static variable in class gurobi.GRB
 
ERROR_FILE_WRITE - Static variable in class gurobi.GRB
 
ERROR_IIS_NOT_INFEASIBLE - Static variable in class gurobi.GRB
 
ERROR_INDEX_OUT_OF_RANGE - Static variable in class gurobi.GRB
 
ERROR_INTERNAL - Static variable in class gurobi.GRB
 
ERROR_INVALID_ARGUMENT - Static variable in class gurobi.GRB
 
ERROR_INVALID_PIECEWISE_OBJ - Static variable in class gurobi.GRB
 
ERROR_JOB_REJECTED - Static variable in class gurobi.GRB
 
ERROR_MODEL_MODIFICATION - Static variable in class gurobi.GRB
 
ERROR_NETWORK - Static variable in class gurobi.GRB
 
ERROR_NO_LICENSE - Static variable in class gurobi.GRB
 
ERROR_NODEFILE - Static variable in class gurobi.GRB
 
ERROR_NOT_FOR_MIP - Static variable in class gurobi.GRB
 
ERROR_NOT_IN_MODEL - Static variable in class gurobi.GRB
 
ERROR_NOT_SUPPORTED - Static variable in class gurobi.GRB
 
ERROR_NULL_ARGUMENT - Static variable in class gurobi.GRB
 
ERROR_NUMERIC - Static variable in class gurobi.GRB
 
ERROR_OPTIMIZATION_IN_PROGRESS - Static variable in class gurobi.GRB
 
ERROR_OUT_OF_MEMORY - Static variable in class gurobi.GRB
 
ERROR_Q_NOT_PSD - Static variable in class gurobi.GRB.Error
 
ERROR_Q_NOT_PSD - Static variable in class gurobi.GRB
 
ERROR_QCP_EQUALITY_CONSTRAINT - Static variable in class gurobi.GRB
 
ERROR_SIZE_LIMIT_EXCEEDED - Static variable in class gurobi.GRB
 
ERROR_TUNE_MODEL_TYPES - Static variable in class gurobi.GRB
 
ERROR_UNKNOWN_ATTRIBUTE - Static variable in class gurobi.GRB
 
ERROR_UNKNOWN_PARAMETER - Static variable in class gurobi.GRB
 
ERROR_UPDATEMODE_CHANGE - Static variable in class gurobi.GRB
 
ERROR_VALUE_OUT_OF_RANGE - Static variable in class gurobi.GRB
 
EXCEED_2B_NONZEROS - Static variable in class gurobi.GRB.Error
 

F

FAILED_TO_CREATE_MODEL - Static variable in class gurobi.GRB.Error
 
feasibility() - Method in class gurobi.GRBModel
 
feasibility(long) - Static method in class gurobi.GurobiJni
 
feasRelax(int, boolean, boolean, boolean) - Method in class gurobi.GRBModel
Simplified method for creating a feasibility relaxation model.
feasRelax(int, boolean, GRBVar[], double[], double[], GRBConstr[], double[]) - Method in class gurobi.GRBModel
Create a feasibility relaxation model.
feasrelax(long, int, int, double[], double[], double[], double[]) - Static method in class gurobi.GurobiJni
 
FEASRELAX_CARDINALITY - Static variable in class gurobi.GRB
 
FEASRELAX_LINEAR - Static variable in class gurobi.GRB
 
FEASRELAX_QUADRATIC - Static variable in class gurobi.GRB
 
FILE_READ - Static variable in class gurobi.GRB.Error
 
FILE_WRITE - Static variable in class gurobi.GRB.Error
 
finalize() - Method in class gurobi.GRBCallback
 
finalize() - Method in class gurobi.GRBCObj
 
finalize() - Method in class gurobi.GRBColumn
 
finalize() - Method in class gurobi.GRBConstr
 
finalize() - Method in class gurobi.GRBEnv
 
finalize() - Method in class gurobi.GRBGenConstr
 
finalize() - Method in class gurobi.GRBLinExpr
 
finalize() - Method in class gurobi.GRBModel
 
finalize() - Method in class gurobi.GRBQConstr
 
finalize() - Method in class gurobi.GRBQuadExpr
 
finalize() - Method in class gurobi.GRBVar
 
fixedModel() - Method in class gurobi.GRBModel
Create the fixed model associated with a MIP model.
fixedmodel(long) - Static method in class gurobi.GurobiJni
 
freeenv(long) - Static method in class gurobi.GurobiJni
 
freemodel(long) - Static method in class gurobi.GurobiJni
 
FSolve(int, int[], double[], int[], double[]) - Method in class gurobi.GRBModel
 
fsolve(long, int, int[], double[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 

G

GENCONSTR_ABS - Static variable in class gurobi.GRB
 
GENCONSTR_AND - Static variable in class gurobi.GRB
 
GENCONSTR_INDICATOR - Static variable in class gurobi.GRB
 
GENCONSTR_MAX - Static variable in class gurobi.GRB
 
GENCONSTR_MIN - Static variable in class gurobi.GRB
 
GENCONSTR_OR - Static variable in class gurobi.GRB
 
get(GRB.IntAttr) - Method in class gurobi.GRBConstr
Query the value of an int-valued attribute.
get(GRB.CharAttr) - Method in class gurobi.GRBConstr
Query the value of a char-valued attribute.
get(GRB.DoubleAttr) - Method in class gurobi.GRBConstr
Query the value of a double-valued attribute.
get(GRB.StringAttr) - Method in class gurobi.GRBConstr
Query the value of a string-valued attribute.
get(GRB.IntParam) - Method in class gurobi.GRBEnv
Query the value of an int-valued parameter.
get(GRB.DoubleParam) - Method in class gurobi.GRBEnv
Query the value of a double-valued parameter.
get(GRB.StringParam) - Method in class gurobi.GRBEnv
Query the value of a string-valued parameter.
get(GRB.IntAttr) - Method in class gurobi.GRBGenConstr
Query the value of a int-valued attribute.
get(GRB.StringAttr) - Method in class gurobi.GRBGenConstr
Query the value of a string-valued attribute.
get(GRB.IntParam) - Method in class gurobi.GRBModel
Query the value of an int-valued parameter.
get(GRB.DoubleParam) - Method in class gurobi.GRBModel
Query the value of a double-valued parameter.
get(GRB.StringParam) - Method in class gurobi.GRBModel
Query the value of a string-valued parameter.
get(GRB.IntAttr) - Method in class gurobi.GRBModel
Query the value of an int-valued model attribute.
get(GRB.DoubleAttr) - Method in class gurobi.GRBModel
Query the value of a double-valued model attribute.
get(GRB.StringAttr) - Method in class gurobi.GRBModel
Query the value of a string-valued model attribute.
get(GRB.IntAttr, GRBVar[]) - Method in class gurobi.GRBModel
Query an int-valued variable attribute for an array of variables.
get(GRB.CharAttr, GRBVar[]) - Method in class gurobi.GRBModel
Query a char-valued variable attribute for an array of variables.
get(GRB.DoubleAttr, GRBVar[]) - Method in class gurobi.GRBModel
Query a double-valued variable attribute for an array of variables.
get(GRB.StringAttr, GRBVar[]) - Method in class gurobi.GRBModel
Query a String-valued variable attribute for an array of variables.
get(GRB.IntAttr, GRBVar[], int, int) - Method in class gurobi.GRBModel
Query an int-valued variable attribute for a sub-array of variables.
get(GRB.CharAttr, GRBVar[], int, int) - Method in class gurobi.GRBModel
Query a char-valued variable attribute for a sub-array of variables.
get(GRB.DoubleAttr, GRBVar[], int, int) - Method in class gurobi.GRBModel
Query a double-valued variable attribute for a sub-array of variables.
get(GRB.StringAttr, GRBVar[], int, int) - Method in class gurobi.GRBModel
Query a String-valued variable attribute for a sub-array of variables.
get(GRB.IntAttr, GRBVar[][]) - Method in class gurobi.GRBModel
Query an int-valued variable attribute for a two-dimensional array of variables.
get(GRB.CharAttr, GRBVar[][]) - Method in class gurobi.GRBModel
Query a char-valued variable attribute for a two-dimensional array of variables.
get(GRB.DoubleAttr, GRBVar[][]) - Method in class gurobi.GRBModel
Query a double-valued variable attribute for a two-dimensional array of variables.
get(GRB.StringAttr, GRBVar[][]) - Method in class gurobi.GRBModel
Query a String-valued variable attribute for a two-dimensional array of variables.
get(GRB.IntAttr, GRBVar[][][]) - Method in class gurobi.GRBModel
Query an int-valued variable attribute for a three-dimensional array of variables.
get(GRB.CharAttr, GRBVar[][][]) - Method in class gurobi.GRBModel
Query a char-valued variable attribute for a three-dimensional array of variables.
get(GRB.DoubleAttr, GRBVar[][][]) - Method in class gurobi.GRBModel
Query a double-valued variable attribute for a three-dimensional array of variables.
get(GRB.StringAttr, GRBVar[][][]) - Method in class gurobi.GRBModel
Query a String-valued variable attribute for a three-dimensional array of variables.
get(GRB.IntAttr, GRBConstr[]) - Method in class gurobi.GRBModel
Query an int-valued constraint attribute for an array of constraints.
get(GRB.CharAttr, GRBConstr[]) - Method in class gurobi.GRBModel
Query a char-valued constraint attribute for an array of constraints.
get(GRB.DoubleAttr, GRBConstr[]) - Method in class gurobi.GRBModel
Query a double-valued constraint attribute for an array of constraints.
get(GRB.StringAttr, GRBConstr[]) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for an array of constraints.
get(GRB.IntAttr, GRBConstr[], int, int) - Method in class gurobi.GRBModel
Query an int-valued constraint attribute for a sub-array of constraints.
get(GRB.CharAttr, GRBConstr[], int, int) - Method in class gurobi.GRBModel
Query a char-valued constraint attribute for a sub-array of constraints.
get(GRB.DoubleAttr, GRBConstr[], int, int) - Method in class gurobi.GRBModel
Query a double-valued constraint attribute for a sub-array of constraints.
get(GRB.StringAttr, GRBConstr[], int, int) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for a sub-array of constraints.
get(GRB.IntAttr, GRBConstr[][]) - Method in class gurobi.GRBModel
Query an int-valued constraint attribute for a two-dimensional array of constraints.
get(GRB.CharAttr, GRBConstr[][]) - Method in class gurobi.GRBModel
Query a char-valued constraint attribute for a two-dimensional array of constraints.
get(GRB.DoubleAttr, GRBConstr[][]) - Method in class gurobi.GRBModel
Query a double-valued constraint attribute for a two-dimensional array of constraints.
get(GRB.StringAttr, GRBConstr[][]) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for a two-dimensional array of constraints.
get(GRB.IntAttr, GRBConstr[][][]) - Method in class gurobi.GRBModel
Query an int-valued constraint attribute for a three-dimensional array of constraints.
get(GRB.CharAttr, GRBConstr[][][]) - Method in class gurobi.GRBModel
Query a char-valued constraint attribute for a three-dimensional array of constraints.
get(GRB.DoubleAttr, GRBConstr[][][]) - Method in class gurobi.GRBModel
Query a double-valued constraint attribute for a three-dimensional array of constraints.
get(GRB.StringAttr, GRBConstr[][][]) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for a three-dimensional array of constraints.
get(GRB.IntAttr, GRBQConstr[]) - Method in class gurobi.GRBModel
Query an int-valued quadratic constraint attribute for an array of quadratic constraints.
get(GRB.CharAttr, GRBQConstr[]) - Method in class gurobi.GRBModel
Query a char-valued quadratic constraint attribute for an array of quadratic constraints.
get(GRB.DoubleAttr, GRBQConstr[]) - Method in class gurobi.GRBModel
Query a double-valued quadratic constraint attribute for an array of quadratic constraints.
get(GRB.StringAttr, GRBQConstr[]) - Method in class gurobi.GRBModel
Query a String-valued quadratic constraint attribute for an array of quadratic constraints.
get(GRB.IntAttr, GRBQConstr[], int, int) - Method in class 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 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 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 gurobi.GRBModel
Query a String-valued quadratic constraint attribute for a sub-array of quadratic constraints.
get(GRB.IntAttr, GRBQConstr[][]) - Method in class gurobi.GRBModel
Query an int-valued quadratic constraint attribute for a two- dimensional array of quadratic constraints.
get(GRB.CharAttr, GRBQConstr[][]) - Method in class gurobi.GRBModel
Query a char-valued quadratic constraint attribute for a two- dimensional array of quadratic constraints.
get(GRB.DoubleAttr, GRBQConstr[][]) - Method in class gurobi.GRBModel
Query a double-valued quadratic constraint attribute for a two- dimensional array of quadratic constraints.
get(GRB.StringAttr, GRBQConstr[][]) - Method in class gurobi.GRBModel
Query a String-valued quadratic constraint attribute for a two- dimensional array of quadratic constraints.
get(GRB.IntAttr, GRBQConstr[][][]) - Method in class gurobi.GRBModel
Query an int-valued quadratic constraint attribute for a three- dimensional array of quadratic constraints.
get(GRB.CharAttr, GRBQConstr[][][]) - Method in class gurobi.GRBModel
Query a char-valued quadratic constraint attribute for a three- dimensional array of quadratic constraints.
get(GRB.DoubleAttr, GRBQConstr[][][]) - Method in class gurobi.GRBModel
Query a double-valued quadratic constraint attribute for a three- dimensional array of quadratic constraints.
get(GRB.StringAttr, GRBQConstr[][][]) - Method in class gurobi.GRBModel
Query a String-valued quadratic constraint attribute for a three- dimensional array of quadratic constraints.
get(GRB.IntAttr, GRBGenConstr[]) - Method in class gurobi.GRBModel
Query an int-valued general constraint attribute for an array of general constraints.
get(GRB.StringAttr, GRBGenConstr[]) - Method in class gurobi.GRBModel
Query a String-valued general constraint attribute for an array of general constraints.
get(GRB.IntAttr, GRBGenConstr[], int, int) - Method in class 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 gurobi.GRBModel
Query a String-valued general constraint attribute for a sub-array of constraints.
get(GRB.IntAttr, GRBGenConstr[][]) - Method in class gurobi.GRBModel
Query an int-valued general constraint attribute for a two-dimensional array of general constraints.
get(GRB.StringAttr, GRBGenConstr[][]) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for a two-dimensional array of general constraints.
get(GRB.IntAttr, GRBGenConstr[][][]) - Method in class gurobi.GRBModel
Query an int-valued general constraint attribute for a three- dimensional array of general constraints.
get(GRB.StringAttr, GRBGenConstr[][][]) - Method in class gurobi.GRBModel
Query a String-valued constraint attribute for a three-dimensional array of general constraints.
get(GRB.CharAttr) - Method in class gurobi.GRBQConstr
Query the value of a char-valued attribute.
get(GRB.IntAttr) - Method in class gurobi.GRBQConstr
Query the value of an int-valued attribute.
get(GRB.DoubleAttr) - Method in class gurobi.GRBQConstr
Query the value of a double-valued attribute.
get(GRB.StringAttr) - Method in class gurobi.GRBQConstr
Query the value of a string-valued attribute.
get(GRB.IntAttr) - Method in class gurobi.GRBVar
Query the value of an int-valued attribute.
get(GRB.CharAttr) - Method in class gurobi.GRBVar
Query the value of a char-valued attribute.
get(GRB.DoubleAttr) - Method in class gurobi.GRBVar
Query the value of a double-valued attribute.
get(GRB.StringAttr) - Method in class gurobi.GRBVar
Query the value of a string-valued attribute.
getattrinfo(long, String, int[]) - Static method in class gurobi.GurobiJni
 
getcharattrlist(long, String, int, int, int[], char[]) - Static method in class gurobi.GurobiJni
 
getCoeff(int) - Method in class gurobi.GRBColumn
Retrieve the coefficient from a single term in the column.
getCoeff(int) - Method in class gurobi.GRBLinExpr
 
getCoeff(GRBConstr, GRBVar) - Method in class gurobi.GRBModel
Query the coefficient of variable var in linear constraint constr (note that the result can be zero).
getCoeff(int) - Method in class gurobi.GRBQuadExpr
 
getcoeff(long, int, int, double[]) - Static method in class gurobi.GurobiJni
 
getCol(GRBVar) - Method in class gurobi.GRBModel
Retrieve the list of constraints in which a variable participates, and the associated coefficients.
getConcurrentEnv(int) - Method in class gurobi.GRBModel
Create/retrieve a concurrent environment for a model.
getconcurrentenv(long, int) - Static method in class gurobi.GurobiJni
 
getConstant() - Method in class gurobi.GRBLinExpr
 
getConstr(int) - Method in class gurobi.GRBColumn
Retrieve the constraint object from a single term in the column.
getConstr(int) - Method in class gurobi.GRBModel
 
getConstrByName(String) - Method in class gurobi.GRBModel
Retrieve a linear constraint from its name.
getconstrbyname(long, String, int[]) - Static method in class gurobi.GurobiJni
 
getConstrs() - Method in class gurobi.GRBModel
Retrieve an array of all linear constraints in the model.
getconstrs(long, int[], int[], int[], double[], int, int) - Static method in class gurobi.GurobiJni
 
getdblattrlist(long, String, int, int, int[], double[]) - Static method in class gurobi.GurobiJni
 
getdblparam(long, String, double[]) - Static method in class gurobi.GurobiJni
 
getdblparaminfo(long, String, double[]) - Static method in class gurobi.GurobiJni
 
getDoubleInfo(int) - Method in class gurobi.GRBCallback
 
getEnv() - Method in class gurobi.GRBModel
Query the environment associated with the model.
getenv(long) - Static method in class gurobi.GurobiJni
 
getErrorCode() - Method in exception gurobi.GRBException
 
getErrorMsg() - Method in class gurobi.GRBEnv
Query the error message for the most recent exception associated with this environment.
geterrormsg(long) - Static method in class gurobi.GurobiJni
 
getGenConstrAbs(GRBGenConstr, GRBVar[], GRBVar[]) - Method in class gurobi.GRBModel
Any combination of the following two arguments can be null.
getgenconstrabs(long, int, int[], int[]) - Static method in class gurobi.GurobiJni
 
getGenConstrAnd(GRBGenConstr, GRBVar[], GRBVar[], int[]) - Method in class gurobi.GRBModel
Any combination of the following four arguments can be null.
getgenconstrand(long, int, int[], int[], int[]) - Static method in class gurobi.GurobiJni
 
getGenConstrIndicator(GRBGenConstr, GRBVar[], int[], GRBLinExpr[], char[], double[]) - Method in class gurobi.GRBModel
Any combination of the following five arguments can be null.
getgenconstrindicator(long, int, int[], int[], int[], int[], double[], char[], double[]) - Static method in class gurobi.GurobiJni
 
getGenConstrMax(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class gurobi.GRBModel
Any combination of the following four arguments can be null.
getgenconstrmax(long, int, int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
getGenConstrMin(GRBGenConstr, GRBVar[], GRBVar[], int[], double[]) - Method in class gurobi.GRBModel
Any combination of the following four arguments can be null.
getgenconstrmin(long, int, int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
getGenConstrOr(GRBGenConstr, GRBVar[], GRBVar[], int[]) - Method in class gurobi.GRBModel
Any combination of the following four arguments can be null.
getgenconstror(long, int, int[], int[], int[]) - Static method in class gurobi.GurobiJni
 
getGenConstrs() - Method in class gurobi.GRBModel
Retrieve an array of all general constraints in the model.
getintattrlist(long, String, int, int, int[], int[]) - Static method in class gurobi.GurobiJni
 
getIntInfo(int) - Method in class gurobi.GRBCallback
 
getintparam(long, String, int[]) - Static method in class gurobi.GurobiJni
 
getintparaminfo(long, String, int[]) - Static method in class gurobi.GurobiJni
 
getLinExpr() - Method in class gurobi.GRBQuadExpr
 
getMultiobjEnv(int) - Method in class gurobi.GRBModel
\getmultiobjenvdesc
getmultiobjenv(long, int) - Static method in class gurobi.GurobiJni
 
getNodeRel(GRBVar) - Method in class gurobi.GRBCallback
 
getNodeRel(GRBVar[]) - Method in class gurobi.GRBCallback
 
getNodeRel(GRBVar[][]) - Method in class gurobi.GRBCallback
 
getObjective() - Method in class gurobi.GRBModel
Retrieve the optimization objective.
getObjective(int) - Method in class gurobi.GRBModel
Retrieve an alternative optimization objective.
getParamInfo(GRB.IntParam, int[]) - Method in class gurobi.GRBEnv
Obtain detailed information about an integer parameter.
getParamInfo(GRB.DoubleParam, double[]) - Method in class gurobi.GRBEnv
Obtain detailed information about a double parameter.
getParamInfo(GRB.StringParam, String[]) - Method in class gurobi.GRBEnv
Obtain detailed information about a string parameter.
getPWLObj(GRBVar, double[], double[]) - Method in class gurobi.GRBModel
Retrieve the piecewise-linear objective function for a variable.
getpwlobj(long, int, int[], double[], double[]) - Static method in class gurobi.GurobiJni
 
getq(long, int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
getqconstr(long, int, int[], int[], double[], int[], int[], int[], double[]) - Static method in class gurobi.GurobiJni
 
getQConstrs() - Method in class gurobi.GRBModel
Retrieve an array of all quadratic constraints in the model.
getQCRow(GRBQConstr) - Method in class gurobi.GRBModel
Retrieve the left-hand side expression from a quadratic constraint.
getRow(GRBConstr) - Method in class gurobi.GRBModel
Retrieve a list of variables that participate in a constraint, and the associated coefficients.
getSolution(GRBVar) - Method in class gurobi.GRBCallback
 
getSolution(GRBVar[]) - Method in class gurobi.GRBCallback
 
getSolution(GRBVar[][]) - Method in class gurobi.GRBCallback
 
getSOS(GRBSOS, GRBVar[], double[], int[]) - Method in class 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 gurobi.GurobiJni
 
getSOSs() - Method in class gurobi.GRBModel
Retrieve an array of all SOS constraints in the model.
getstrattrlist(long, String, int, int, int[], String[]) - Static method in class gurobi.GurobiJni
 
getStringInfo(int) - Method in class gurobi.GRBCallback
 
getstrparam(long, String, String[]) - Static method in class gurobi.GurobiJni
 
getstrparaminfo(long, String, String[]) - Static method in class gurobi.GurobiJni
 
getTuneResult(int) - Method in class gurobi.GRBModel
Use this method to retrieve the results of a previous tune call.
gettuneresult(long, int) - Static method in class gurobi.GurobiJni
 
getValue() - Method in class gurobi.GRBLinExpr
 
getValue() - Method in class gurobi.GRBQuadExpr
 
getVar(int) - Method in class gurobi.GRBLinExpr
 
getVar(int) - Method in class gurobi.GRBModel
 
getVar1(int) - Method in class gurobi.GRBQuadExpr
 
getVar2(int) - Method in class gurobi.GRBQuadExpr
 
getVarByName(String) - Method in class gurobi.GRBModel
Retrieve a variable from its name.
getvarbyname(long, String, int[]) - Static method in class gurobi.GurobiJni
 
getVars() - Method in class gurobi.GRBModel
Retrieve an array of all variables in the model.
getvars(long, int[], int[], int[], double[], int, int) - Static method in class gurobi.GurobiJni
 
GRB - Class in gurobi
Class for Java enums and constants.
GRB() - Constructor for class gurobi.GRB
 
GRB.Callback - Class in gurobi
 
GRB.Callback() - Constructor for class gurobi.GRB.Callback
 
GRB.CharAttr - Enum in gurobi
 
GRB.DoubleAttr - Enum in gurobi
 
GRB.DoubleParam - Enum in gurobi
 
GRB.Error - Class in gurobi
 
GRB.Error() - Constructor for class gurobi.GRB.Error
 
GRB.IntAttr - Enum in gurobi
 
GRB.IntParam - Enum in gurobi
 
GRB.Status - Class in gurobi
 
GRB.Status() - Constructor for class gurobi.GRB.Status
 
GRB.StringAttr - Enum in gurobi
 
GRB.StringParam - Enum in gurobi
 
GRBCallback - Class in gurobi
 
GRBCallback() - Constructor for class gurobi.GRBCallback
 
GRBCObj - Class in gurobi
 
GRBColumn - Class in gurobi
Gurobi column object.
GRBColumn() - Constructor for class gurobi.GRBColumn
Create an empty column.
GRBColumn(GRBColumn) - Constructor for class gurobi.GRBColumn
Copy an existing column.
GRBConstr - Class in gurobi
Gurobi constraint object.
GRBEnv - Class in gurobi
Gurobi environment object.
GRBEnv() - Constructor for class gurobi.GRBEnv
Create a Gurobi environment (with logging disabled).
GRBEnv(String) - Constructor for class gurobi.GRBEnv
Create a Gurobi environment (with logging enabled).
GRBEnv(boolean) - Constructor for class gurobi.GRBEnv
 
GRBEnv(String, String, String, String, String, int, int, double) - Constructor for class gurobi.GRBEnv
Create a client Gurobi environment on a compute server.
GRBEnv(String, String, String, String, int) - Constructor for class gurobi.GRBEnv
Create a Gurobi environment on Gurobi Instant Cloud.
GRBEnv(String, String, String, int, String) - Constructor for class gurobi.GRBEnv
 
GRBException - Exception in gurobi
 
GRBException() - Constructor for exception gurobi.GRBException
 
GRBException(int) - Constructor for exception gurobi.GRBException
 
GRBException(String) - Constructor for exception gurobi.GRBException
 
GRBException(String, int) - Constructor for exception gurobi.GRBException
 
GRBExpr - Class in gurobi
 
GRBExpr() - Constructor for class gurobi.GRBExpr
 
GRBGenConstr - Class in gurobi
Gurobi general constraint object.
GRBLinExpr - Class in gurobi
 
GRBLinExpr() - Constructor for class gurobi.GRBLinExpr
 
GRBLinExpr(GRBLinExpr) - Constructor for class gurobi.GRBLinExpr
 
GRBModel - Class in gurobi
Gurobi model object.
GRBModel(GRBEnv) - Constructor for class gurobi.GRBModel
Model constructor.
GRBModel(GRBEnv, String) - Constructor for class gurobi.GRBModel
Read a model from a file.
GRBModel(GRBModel) - Constructor for class gurobi.GRBModel
Create a copy of an existing model.
GRBQConstr - Class in gurobi
Gurobi quadratic constraint object.
GRBQuadExpr - Class in gurobi
 
GRBQuadExpr() - Constructor for class gurobi.GRBQuadExpr
 
GRBQuadExpr(GRBLinExpr) - Constructor for class gurobi.GRBQuadExpr
 
GRBQuadExpr(GRBQuadExpr) - Constructor for class gurobi.GRBQuadExpr
 
GRBVar - Class in gurobi
Gurobi variable object.
GREATER_EQUAL - Static variable in class gurobi.GRB
 
gurobi - package gurobi
 
GurobiJni - Class in gurobi
 
GurobiJni() - Constructor for class gurobi.GurobiJni
 

I

IIS_NOT_INFEASIBLE - Static variable in class gurobi.GRB.Error
 
INDEX_OUT_OF_RANGE - Static variable in class gurobi.GRB.Error
 
INF_OR_UNBD - Static variable in class gurobi.GRB
 
INF_OR_UNBD - Static variable in class gurobi.GRB.Status
 
INFEASIBLE - Static variable in class gurobi.GRB
 
INFEASIBLE - Static variable in class gurobi.GRB.Status
 
INFINITY - Static variable in class gurobi.GRB
 
INPROGRESS - Static variable in class gurobi.GRB
 
INPROGRESS - Static variable in class gurobi.GRB.Status
 
INTEGER - Static variable in class gurobi.GRB
 
INTERNAL - Static variable in class gurobi.GRB.Error
 
INTERRUPTED - Static variable in class gurobi.GRB
 
INTERRUPTED - Static variable in class gurobi.GRB.Status
 
INVALID_ARGUMENT - Static variable in class gurobi.GRB.Error
 
INVALID_PIECEWISE_OBJ - Static variable in class gurobi.GRB.Error
 
ismodelfile(String) - Static method in class gurobi.GurobiJni
 
isqp(long[], String, String, String, int, String) - Static method in class gurobi.GurobiJni
 
ITERATION_LIMIT - Static variable in class gurobi.GRB
 
ITERATION_LIMIT - Static variable in class gurobi.GRB.Status
 

J

JOB_REJECTED - Static variable in class gurobi.GRB.Error
 

L

LESS_EQUAL - Static variable in class gurobi.GRB
 
linearize() - Method in class gurobi.GRBModel
 
linearize(long) - Static method in class gurobi.GurobiJni
 
loadclientenv(long[], String, String, String, String, String, int, int, double, int, int, int) - Static method in class gurobi.GurobiJni
 
loadcloudenv(long[], String, String, String, String, int, int, int, int) - Static method in class gurobi.GurobiJni
 
LOADED - Static variable in class gurobi.GRB
 
LOADED - Static variable in class gurobi.GRB.Status
 
loadenv(long[], String, int, int, int, int) - Static method in class gurobi.GurobiJni
 
loadmodel(long, String, int, int, int, double, double[], char[], double[], int[], int[], int[][], double[], double[], double[], char[], String[], String[]) - Static method in class gurobi.GurobiJni
 

M

MAXIMIZE - Static variable in class gurobi.GRB
 
MESSAGE - Static variable in class gurobi.GRB.Callback
 
message(String) - Method in class gurobi.GRBEnv
Write a message to the console and the log file.
message(long, String) - Static method in class gurobi.GurobiJni
 
METHOD_AUTO - Static variable in class gurobi.GRB
 
METHOD_BARRIER - Static variable in class gurobi.GRB
 
METHOD_CONCURRENT - Static variable in class gurobi.GRB
 
METHOD_DETERMINISTIC_CONCURRENT - Static variable in class gurobi.GRB
 
METHOD_DUAL - Static variable in class gurobi.GRB
 
METHOD_PRIMAL - Static variable in class gurobi.GRB
 
MINIMIZE - Static variable in class gurobi.GRB
 
MIP - Static variable in class gurobi.GRB.Callback
 
MIP_CUTCNT - Static variable in class gurobi.GRB.Callback
 
MIP_ITRCNT - Static variable in class gurobi.GRB.Callback
 
MIP_NODCNT - Static variable in class gurobi.GRB.Callback
 
MIP_NODLFT - Static variable in class gurobi.GRB.Callback
 
MIP_OBJBND - Static variable in class gurobi.GRB.Callback
 
MIP_OBJBST - Static variable in class gurobi.GRB.Callback
 
MIP_SOLCNT - Static variable in class gurobi.GRB.Callback
 
MIPNODE - Static variable in class gurobi.GRB.Callback
 
MIPNODE_BRVAR - Static variable in class gurobi.GRB.Callback
 
MIPNODE_NODCNT - Static variable in class gurobi.GRB.Callback
 
MIPNODE_OBJBND - Static variable in class gurobi.GRB.Callback
 
MIPNODE_OBJBST - Static variable in class gurobi.GRB.Callback
 
MIPNODE_REL - Static variable in class gurobi.GRB.Callback
 
MIPNODE_SOLCNT - Static variable in class gurobi.GRB.Callback
 
MIPNODE_STATUS - Static variable in class gurobi.GRB.Callback
 
MIPSOL - Static variable in class gurobi.GRB.Callback
 
MIPSOL_NODCNT - Static variable in class gurobi.GRB.Callback
 
MIPSOL_OBJ - Static variable in class gurobi.GRB.Callback
 
MIPSOL_OBJBND - Static variable in class gurobi.GRB.Callback
 
MIPSOL_OBJBST - Static variable in class gurobi.GRB.Callback
 
MIPSOL_SOL - Static variable in class gurobi.GRB.Callback
 
MIPSOL_SOLCNT - Static variable in class gurobi.GRB.Callback
 
MODEL_MODIFICATION - Static variable in class gurobi.GRB.Error
 
modelCntDecrease() - Method in class gurobi.GRBEnv
 
modelCntIncrease() - Method in class gurobi.GRBEnv
 
modelCntZero() - Method in class gurobi.GRBEnv
 
MSG_STRING - Static variable in class gurobi.GRB.Callback
 
multAdd(double, GRBLinExpr) - Method in class gurobi.GRBLinExpr
 
multAdd(double, GRBLinExpr) - Method in class gurobi.GRBQuadExpr
 
multAdd(double, GRBQuadExpr) - Method in class gurobi.GRBQuadExpr
 
MULTIOBJ - Static variable in class gurobi.GRB.Callback
 
MULTIOBJ_OBJCNT - Static variable in class gurobi.GRB.Callback
 
MULTIOBJ_SOL - Static variable in class gurobi.GRB.Callback
 
MULTIOBJ_SOLCNT - Static variable in class gurobi.GRB.Callback
 

N

NETWORK - Static variable in class gurobi.GRB.Error
 
newmodel(int[], long, String, int, double[], double[], double[], char[], String[]) - Static method in class gurobi.GurobiJni
 
NO_LICENSE - Static variable in class gurobi.GRB.Error
 
NODE_LIMIT - Static variable in class gurobi.GRB
 
NODE_LIMIT - Static variable in class gurobi.GRB.Status
 
NODEFILE - Static variable in class gurobi.GRB.Error
 
NONBASIC_LOWER - Static variable in class gurobi.GRB
 
NONBASIC_UPPER - Static variable in class gurobi.GRB
 
NOT_FOR_MIP - Static variable in class gurobi.GRB.Error
 
NOT_IN_MODEL - Static variable in class gurobi.GRB.Error
 
NOT_SUPPORTED - Static variable in class gurobi.GRB.Error
 
NULL_ARGUMENT - Static variable in class gurobi.GRB.Error
 
NUMERIC - Static variable in class gurobi.GRB.Error
 
NUMERIC - Static variable in class gurobi.GRB
 
NUMERIC - Static variable in class gurobi.GRB.Status
 

O

OPTIMAL - Static variable in class gurobi.GRB
 
OPTIMAL - Static variable in class gurobi.GRB.Status
 
OPTIMIZATION_IN_PROGRESS - Static variable in class gurobi.GRB.Error
 
optimize() - Method in class gurobi.GRBModel
Optimize the model.
optimizeasync() - Method in class gurobi.GRBModel
Optimize a model asynchronously.
OUT_OF_MEMORY - Static variable in class gurobi.GRB.Error
 

P

POLLING - Static variable in class gurobi.GRB.Callback
 
PRE_BNDCHG - Static variable in class gurobi.GRB.Callback
 
PRE_COECHG - Static variable in class gurobi.GRB.Callback
 
PRE_COLDEL - Static variable in class gurobi.GRB.Callback
 
PRE_ROWDEL - Static variable in class gurobi.GRB.Callback
 
PRE_SENCHG - Static variable in class gurobi.GRB.Callback
 
PRESOLVE - Static variable in class gurobi.GRB.Callback
 
presolve() - Method in class gurobi.GRBModel
Perform presolve on a model.
presolvemodel(long) - Static method in class gurobi.GurobiJni
 

Q

QCP_EQUALITY_CONSTRAINT - Static variable in class gurobi.GRB.Error
 

R

read(String) - Method in class gurobi.GRBModel
This method is the general entry point for importing data from a file into a model.
read(long, String) - Static method in class gurobi.GurobiJni
 
readmodel(long, String) - Static method in class gurobi.GurobiJni
 
readParams(String) - Method in class gurobi.GRBEnv
Read new parameter settings from a file.
readparams(long, String) - Static method in class gurobi.GurobiJni
 
relax() - Method in class gurobi.GRBModel
 
relaxmodel(long) - Static method in class gurobi.GurobiJni
 
release() - Method in class gurobi.GRBEnv
Release the license associated with this environment.
releaselicense(long) - Static method in class gurobi.GurobiJni
 
remove(int) - Method in class gurobi.GRBColumn
Remove the term stored at index i of the column.
remove(GRBConstr) - Method in class gurobi.GRBColumn
Remove the term associated with constraint constr from the column.
remove(int) - Method in class gurobi.GRBLinExpr
 
remove(GRBVar) - Method in class gurobi.GRBLinExpr
 
remove(GRBVar) - Method in class gurobi.GRBModel
Remove a variable from the model.
remove(GRBConstr) - Method in class gurobi.GRBModel
Remove a linear constraint from the model.
remove(GRBSOS) - Method in class gurobi.GRBModel
Remove an SOS constraint from the model.
remove(GRBQConstr) - Method in class gurobi.GRBModel
Remove a quadratic constraint from the model.
remove(GRBGenConstr) - Method in class gurobi.GRBModel
Remove a general constraint from the model.
remove(int) - Method in class gurobi.GRBQuadExpr
 
remove(GRBVar) - Method in class gurobi.GRBQuadExpr
 
reset() - Method in class gurobi.GRBModel
Reset the model to an unsolved state, discarding any previously computed solution information.
reset(int) - Method in class gurobi.GRBModel
Reset the model to an unsolved state, discarding any previously computed solution information.
reset(long, int) - Static method in class gurobi.GurobiJni
 
resetParams() - Method in class gurobi.GRBEnv
Reset all parameters to their default values.
resetparams(long) - Static method in class gurobi.GurobiJni
 
RUNTIME - Static variable in class gurobi.GRB.Callback
 

S

sameAs(GRBConstr) - Method in class gurobi.GRBConstr
Check whether two constraint objects refer to the same constraint.
sameAs(GRBVar) - Method in class gurobi.GRBVar
Check whether two variable objects refer to the same variable.
SEMICONT - Static variable in class gurobi.GRB
 
SEMIINT - Static variable in class gurobi.GRB
 
set(GRB.IntAttr, int) - Method in class gurobi.GRBConstr
Set the value of an int-valued attribute.
set(GRB.CharAttr, char) - Method in class gurobi.GRBConstr
Set the value of a char-valued attribute.
set(GRB.DoubleAttr, double) - Method in class gurobi.GRBConstr
Set the value of a double-valued attribute.
set(GRB.StringAttr, String) - Method in class gurobi.GRBConstr
Set the value of a string-valued attribute.
set(GRB.IntParam, int) - Method in class gurobi.GRBEnv
Set the value of an int-valued parameter.
set(GRB.DoubleParam, double) - Method in class gurobi.GRBEnv
Set the value of a double-valued parameter.
set(GRB.StringParam, String) - Method in class gurobi.GRBEnv
Set the value of a string-valued parameter.
set(String, String) - Method in class gurobi.GRBEnv
Set the value of any parameter using strings alone.
set(GRB.StringAttr, String) - Method in class gurobi.GRBGenConstr
Set the value of a string-valued attribute.
set(GRB.IntParam, int) - Method in class gurobi.GRBModel
Set the value of an int-valued parameter.
set(GRB.DoubleParam, double) - Method in class gurobi.GRBModel
Set the value of a double-valued parameter.
set(GRB.StringParam, String) - Method in class gurobi.GRBModel
Set the value of a string-valued parameter.
set(String, String) - Method in class gurobi.GRBModel
Set the value of any parameter using strings alone.
set(GRB.IntAttr, int) - Method in class gurobi.GRBModel
Set the value of an int-valued model attribute.
set(GRB.DoubleAttr, double) - Method in class gurobi.GRBModel
Set the value of a double-valued model attribute.
set(GRB.StringAttr, String) - Method in class gurobi.GRBModel
Set the value of a String-valued model attribute.
set(GRB.IntAttr, GRBVar[], int[]) - Method in class gurobi.GRBModel
Set an int-valued variable attribute for an array of variables.
set(GRB.CharAttr, GRBVar[], char[]) - Method in class gurobi.GRBModel
Set a char-valued variable attribute for an array of variables.
set(GRB.DoubleAttr, GRBVar[], double[]) - Method in class gurobi.GRBModel
Set a double-valued variable attribute for an array of variables.
set(GRB.StringAttr, GRBVar[], String[]) - Method in class gurobi.GRBModel
Set a String-valued variable attribute for an array of variables.
set(GRB.IntAttr, GRBVar[], int[], int, int) - Method in class gurobi.GRBModel
Set an int-valued variable attribute for a sub-array of variables.
set(GRB.CharAttr, GRBVar[], char[], int, int) - Method in class gurobi.GRBModel
Set a char-valued variable attribute for a sub-array of variables.
set(GRB.DoubleAttr, GRBVar[], double[], int, int) - Method in class gurobi.GRBModel
Set a double-valued variable attribute for a sub-array of variables.
set(GRB.StringAttr, GRBVar[], String[], int, int) - Method in class gurobi.GRBModel
Set a String-valued variable attribute for a sub-array of variables.
set(GRB.IntAttr, GRBVar[][], int[][]) - Method in class gurobi.GRBModel
Set an int-valued variable attribute for a two-dimensional array of variables.
set(GRB.CharAttr, GRBVar[][], char[][]) - Method in class gurobi.GRBModel
Set a char-valued variable attribute for a two-dimensional array of variables.
set(GRB.DoubleAttr, GRBVar[][], double[][]) - Method in class gurobi.GRBModel
Set a double-valued variable attribute for a two-dimensional array of variables.
set(GRB.StringAttr, GRBVar[][], String[][]) - Method in class gurobi.GRBModel
Set a String-valued variable attribute for a two-dimensional array of variables.
set(GRB.IntAttr, GRBVar[][][], int[][][]) - Method in class gurobi.GRBModel
Set an int-valued variable attribute for a three-dimensional array of variables.
set(GRB.CharAttr, GRBVar[][][], char[][][]) - Method in class gurobi.GRBModel
Set a char-valued variable attribute for a three-dimensional array of variables.
set(GRB.DoubleAttr, GRBVar[][][], double[][][]) - Method in class gurobi.GRBModel
Set a double-valued variable attribute for a three-dimensional array of variables.
set(GRB.StringAttr, GRBVar[][][], String[][][]) - Method in class gurobi.GRBModel
Set a String-valued variable attribute for a three-dimensional array of variables.
set(GRB.IntAttr, GRBConstr[], int[]) - Method in class gurobi.GRBModel
Set an int-valued constraint attribute for an array of constraints.
set(GRB.CharAttr, GRBConstr[], char[]) - Method in class gurobi.GRBModel
Set a char-valued constraint attribute for an array of constraints.
set(GRB.DoubleAttr, GRBConstr[], double[]) - Method in class gurobi.GRBModel
Set a double-valued constraint attribute for an array of constraints.
set(GRB.StringAttr, GRBConstr[], String[]) - Method in class gurobi.GRBModel
Set a String-valued constraint attribute for an array of constraints.
set(GRB.IntAttr, GRBConstr[], int[], int, int) - Method in class gurobi.GRBModel
Set an int-valued constraint attribute for a sub-array of constraints.
set(GRB.CharAttr, GRBConstr[], char[], int, int) - Method in class gurobi.GRBModel
Set a char-valued constraint attribute for a sub-array of constraints.
set(GRB.DoubleAttr, GRBConstr[], double[], int, int) - Method in class gurobi.GRBModel
Set a double-valued constraint attribute for a sub-array of constraints.
set(GRB.StringAttr, GRBConstr[], String[], int, int) - Method in class gurobi.GRBModel
Set a String-valued constraint attribute for a sub-array of constraints.
set(GRB.IntAttr, GRBConstr[][], int[][]) - Method in class gurobi.GRBModel
Set an int-valued constraint attribute for a two-dimensional array of constraints.
set(GRB.CharAttr, GRBConstr[][], char[][]) - Method in class gurobi.GRBModel
Set a char-valued constraint attribute for a two-dimensional array of constraints.
set(GRB.DoubleAttr, GRBConstr[][], double[][]) - Method in class gurobi.GRBModel
Set a double-valued constraint attribute for a two-dimensional array of constraints.
set(GRB.StringAttr, GRBConstr[][], String[][]) - Method in class gurobi.GRBModel
Set a String-valued constraint attribute for a two-dimensional array of constraints.
set(GRB.IntAttr, GRBConstr[][][], int[][][]) - Method in class gurobi.GRBModel
Set an int-valued constraint attribute for a three-dimensional array of constraints.
set(GRB.CharAttr, GRBConstr[][][], char[][][]) - Method in class gurobi.GRBModel
Set a char-valued constraint attribute for a three-dimensional array of constraints.
set(GRB.DoubleAttr, GRBConstr[][][], double[][][]) - Method in class gurobi.GRBModel
Set a double-valued constraint attribute for a three-dimensional array of constraints.
set(GRB.StringAttr, GRBConstr[][][], String[][][]) - Method in class gurobi.GRBModel
Set a String-valued constraint attribute for a three-dimensional array of constraints.
set(GRB.CharAttr, GRBQConstr[], char[]) - Method in class gurobi.GRBModel
Set a char-valued quadratic constraint attribute for an array of quadratic constraints.
set(GRB.DoubleAttr, GRBQConstr[], double[]) - Method in class gurobi.GRBModel
Set a double-valued quadratic constraint attribute for an array of quadratic constraints.
set(GRB.StringAttr, GRBQConstr[], String[]) - Method in class 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 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 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 gurobi.GRBModel
Set a String-valued quadratic constraint attribute for a sub-array of quadratic constraints.
set(GRB.CharAttr, GRBQConstr[][], char[][]) - Method in class 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 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 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 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 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 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 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 gurobi.GRBModel
Set a String-valued general constraint attribute for a sub-array of general constraints.
set(GRB.StringAttr, GRBGenConstr[][], String[][]) - Method in class 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 gurobi.GRBModel
Set a String-valued general constraint attribute for a three- dimensional array of general constraints.
set(GRB.CharAttr, char) - Method in class gurobi.GRBQConstr
Set the value of a char-valued attribute.
set(GRB.DoubleAttr, double) - Method in class gurobi.GRBQConstr
Set the value of a double-valued attribute.
set(GRB.StringAttr, String) - Method in class gurobi.GRBQConstr
Set the value of a string-valued attribute.
set(GRB.IntAttr, int) - Method in class gurobi.GRBVar
Set the value of an int-valued attribute.
set(GRB.CharAttr, char) - Method in class gurobi.GRBVar
Set the value of a char-valued attribute.
set(GRB.DoubleAttr, double) - Method in class gurobi.GRBVar
Set the value of a double-valued attribute.
set(GRB.StringAttr, String) - Method in class gurobi.GRBVar
Set the value of a string-valued attribute.
setCallback(GRBCallback) - Method in class gurobi.GRBModel
Set the callback object for a model.
setcharattrlist(long, String, int, int, int[], char[]) - Static method in class gurobi.GurobiJni
 
setdblattrlist(long, String, int, int, int[], double[]) - Static method in class gurobi.GurobiJni
 
setdblparam(long, String, double) - Static method in class gurobi.GurobiJni
 
setintattrlist(long, String, int, int, int[], int[]) - Static method in class gurobi.GurobiJni
 
setintparam(long, String, int) - Static method in class gurobi.GurobiJni
 
setObjective(GRBExpr) - Method in class gurobi.GRBModel
Set the model objective.
setObjective(GRBExpr, int) - Method in class 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 gurobi.GurobiJni
 
setObjectiveN(GRBLinExpr, int, int, double, double, double, String) - Method in class 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 gurobi.GurobiJni
 
setparam(long, String, String) - Static method in class gurobi.GurobiJni
 
setPWLObj(GRBVar, double[], double[]) - Method in class gurobi.GRBModel
Set the piecewise-linear objective function for a variable.
setpwlobj(long, int, int, double[], double[]) - Static method in class gurobi.GurobiJni
 
setSolution(GRBVar, double) - Method in class gurobi.GRBCallback
 
setSolution(GRBVar[], double[]) - Method in class gurobi.GRBCallback
 
setstrattrlist(long, String, int, int, int[], String[]) - Static method in class gurobi.GurobiJni
 
setstrparam(long, String, String) - Static method in class gurobi.GurobiJni
 
SIMPLEX - Static variable in class gurobi.GRB.Callback
 
size() - Method in class gurobi.GRBColumn
Retrieve the number of terms in the column.
size() - Method in class gurobi.GRBLinExpr
 
size() - Method in class gurobi.GRBQuadExpr
 
SIZE_LIMIT_EXCEEDED - Static variable in class gurobi.GRB.Error
 
SOLUTION_LIMIT - Static variable in class gurobi.GRB
 
SOLUTION_LIMIT - Static variable in class gurobi.GRB.Status
 
SOS_TYPE1 - Static variable in class gurobi.GRB
 
SOS_TYPE2 - Static variable in class gurobi.GRB
 
SPX_DUALINF - Static variable in class gurobi.GRB.Callback
 
SPX_ISPERT - Static variable in class gurobi.GRB.Callback
 
SPX_ITRCNT - Static variable in class gurobi.GRB.Callback
 
SPX_OBJVAL - Static variable in class gurobi.GRB.Callback
 
SPX_PRIMINF - Static variable in class gurobi.GRB.Callback
 
start() - Method in class gurobi.GRBEnv
Start an empty environment.
startenv(long) - Static method in class gurobi.GurobiJni
 
stopOneMultiObj(int) - Method in class gurobi.GRBCallback
 
stoponemultiobj(long, long, int) - Static method in class gurobi.GurobiJni
 
SUBOPTIMAL - Static variable in class gurobi.GRB.Status
 
SUBOPTIMAL - Static variable in class gurobi.GRB
 
SUPERBASIC - Static variable in class gurobi.GRB
 
sync() - Method in class gurobi.GRBModel
Wait for a previous asynchronous optimization call to complete.
sync(long, long) - Static method in class gurobi.GurobiJni
 

T

terminate() - Method in class gurobi.GRBModel
Generate a request to terminate the current optimization.
terminate(long) - Static method in class gurobi.GurobiJni
 
TIME_LIMIT - Static variable in class gurobi.GRB.Status
 
TIME_LIMIT - Static variable in class gurobi.GRB
 
tune() - Method in class gurobi.GRBModel
Perform an automated search for parameter settings that improve performance.
TUNE_MODEL_TYPES - Static variable in class gurobi.GRB.Error
 
tunemodel(long) - Static method in class gurobi.GurobiJni
 

U

UNBOUNDED - Static variable in class gurobi.GRB.Status
 
UNBOUNDED - Static variable in class gurobi.GRB
 
UNDEFINED - Static variable in class gurobi.GRB
 
UNKNOWN_ATTRIBUTE - Static variable in class gurobi.GRB.Error
 
UNKNOWN_PARAMETER - Static variable in class gurobi.GRB.Error
 
update() - Method in class gurobi.GRBModel
Process any pending model modifications.
UPDATEMODE_CHANGE - Static variable in class gurobi.GRB.Error
 
updatemodel(long) - Static method in class gurobi.GurobiJni
 
USER_OBJ_LIMIT - Static variable in class gurobi.GRB.Status
 
USER_OBJ_LIMIT - Static variable in class gurobi.GRB
 
useSolution() - Method in class gurobi.GRBCallback
 

V

VALUE_OUT_OF_RANGE - Static variable in class gurobi.GRB.Error
 
valueOf(String) - Static method in enum gurobi.GRB.CharAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.DoubleAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.DoubleParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.IntAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.IntParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.StringAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gurobi.GRB.StringParam
Returns the enum constant of this type with the specified name.
values() - Static method in enum gurobi.GRB.CharAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.DoubleAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.DoubleParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.IntAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.IntParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.StringAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gurobi.GRB.StringParam
Returns an array containing the constants of this enum type, in the order they are declared.
version(int[]) - Static method in class gurobi.GurobiJni
 
VERSION_MAJOR - Static variable in class gurobi.GRB
 
VERSION_MINOR - Static variable in class gurobi.GRB
 
VERSION_TECHNICAL - Static variable in class gurobi.GRB
 

W

where - Variable in class gurobi.GRBCallback
 
write(String) - Method in class gurobi.GRBModel
\GRBwriteFilenameArgument{GRBModel.computeIIS}{javamethod:GRBModel.com puteIIS}
write(long, String) - Static method in class gurobi.GurobiJni
 
writeParams(String) - Method in class gurobi.GRBEnv
Write all non-default parameter settings to a file.
writeparams(long, String) - Static method in class gurobi.GurobiJni
 

A B C D E F G I J L M N O P Q R S T U V W