gurobi
Class GRB
java.lang.Object
gurobi.GRB
public class GRB
- extends java.lang.Object
Class for Java enums and constants. The enums are used to get or set
Gurobi attributes or parameters.
Constructor Summary |
GRB()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOADED
public static final int LOADED
- See Also:
- Constant Field Values
OPTIMAL
public static final int OPTIMAL
- See Also:
- Constant Field Values
INFEASIBLE
public static final int INFEASIBLE
- See Also:
- Constant Field Values
INF_OR_UNBD
public static final int INF_OR_UNBD
- See Also:
- Constant Field Values
UNBOUNDED
public static final int UNBOUNDED
- See Also:
- Constant Field Values
CUTOFF
public static final int CUTOFF
- See Also:
- Constant Field Values
ITERATION_LIMIT
public static final int ITERATION_LIMIT
- See Also:
- Constant Field Values
NODE_LIMIT
public static final int NODE_LIMIT
- See Also:
- Constant Field Values
TIME_LIMIT
public static final int TIME_LIMIT
- See Also:
- Constant Field Values
SOLUTION_LIMIT
public static final int SOLUTION_LIMIT
- See Also:
- Constant Field Values
INTERRUPTED
public static final int INTERRUPTED
- See Also:
- Constant Field Values
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
SUBOPTIMAL
public static final int SUBOPTIMAL
- See Also:
- Constant Field Values
INPROGRESS
public static final int INPROGRESS
- See Also:
- Constant Field Values
USER_OBJ_LIMIT
public static final int USER_OBJ_LIMIT
- See Also:
- Constant Field Values
VERSION_MAJOR
public static final int VERSION_MAJOR
- See Also:
- Constant Field Values
VERSION_MINOR
public static final int VERSION_MINOR
- See Also:
- Constant Field Values
VERSION_TECHNICAL
public static final int VERSION_TECHNICAL
- See Also:
- Constant Field Values
BASIC
public static final int BASIC
- See Also:
- Constant Field Values
NONBASIC_LOWER
public static final int NONBASIC_LOWER
- See Also:
- Constant Field Values
NONBASIC_UPPER
public static final int NONBASIC_UPPER
- See Also:
- Constant Field Values
SUPERBASIC
public static final int SUPERBASIC
- See Also:
- Constant Field Values
LESS_EQUAL
public static final char LESS_EQUAL
- See Also:
- Constant Field Values
GREATER_EQUAL
public static final char GREATER_EQUAL
- See Also:
- Constant Field Values
EQUAL
public static final char EQUAL
- See Also:
- Constant Field Values
CONTINUOUS
public static final char CONTINUOUS
- See Also:
- Constant Field Values
BINARY
public static final char BINARY
- See Also:
- Constant Field Values
INTEGER
public static final char INTEGER
- See Also:
- Constant Field Values
SEMICONT
public static final char SEMICONT
- See Also:
- Constant Field Values
SEMIINT
public static final char SEMIINT
- See Also:
- Constant Field Values
MINIMIZE
public static final int MINIMIZE
- See Also:
- Constant Field Values
MAXIMIZE
public static final int MAXIMIZE
- See Also:
- Constant Field Values
SOS_TYPE1
public static final int SOS_TYPE1
- See Also:
- Constant Field Values
SOS_TYPE2
public static final int SOS_TYPE2
- See Also:
- Constant Field Values
GENCONSTR_MAX
public static final int GENCONSTR_MAX
- See Also:
- Constant Field Values
GENCONSTR_MIN
public static final int GENCONSTR_MIN
- See Also:
- Constant Field Values
GENCONSTR_ABS
public static final int GENCONSTR_ABS
- See Also:
- Constant Field Values
GENCONSTR_AND
public static final int GENCONSTR_AND
- See Also:
- Constant Field Values
GENCONSTR_OR
public static final int GENCONSTR_OR
- See Also:
- Constant Field Values
GENCONSTR_INDICATOR
public static final int GENCONSTR_INDICATOR
- See Also:
- Constant Field Values
INFINITY
public static final double INFINITY
- See Also:
- Constant Field Values
UNDEFINED
public static final double UNDEFINED
- See Also:
- Constant Field Values
DEFAULT_CS_PORT
public static final int DEFAULT_CS_PORT
- See Also:
- Constant Field Values
CB_POLLING
public static final int CB_POLLING
- See Also:
- Constant Field Values
CB_PRESOLVE
public static final int CB_PRESOLVE
- See Also:
- Constant Field Values
CB_SIMPLEX
public static final int CB_SIMPLEX
- See Also:
- Constant Field Values
CB_MIP
public static final int CB_MIP
- See Also:
- Constant Field Values
CB_MIPSOL
public static final int CB_MIPSOL
- See Also:
- Constant Field Values
CB_MIPNODE
public static final int CB_MIPNODE
- See Also:
- Constant Field Values
CB_MESSAGE
public static final int CB_MESSAGE
- See Also:
- Constant Field Values
CB_BARRIER
public static final int CB_BARRIER
- See Also:
- Constant Field Values
CB_MULTIOBJ
public static final int CB_MULTIOBJ
- See Also:
- Constant Field Values
CB_PRE_COLDEL
public static final int CB_PRE_COLDEL
- See Also:
- Constant Field Values
CB_PRE_ROWDEL
public static final int CB_PRE_ROWDEL
- See Also:
- Constant Field Values
CB_PRE_SENCHG
public static final int CB_PRE_SENCHG
- See Also:
- Constant Field Values
CB_PRE_BNDCHG
public static final int CB_PRE_BNDCHG
- See Also:
- Constant Field Values
CB_PRE_COECHG
public static final int CB_PRE_COECHG
- See Also:
- Constant Field Values
CB_SPX_ITRCNT
public static final int CB_SPX_ITRCNT
- See Also:
- Constant Field Values
CB_SPX_OBJVAL
public static final int CB_SPX_OBJVAL
- See Also:
- Constant Field Values
CB_SPX_PRIMINF
public static final int CB_SPX_PRIMINF
- See Also:
- Constant Field Values
CB_SPX_DUALINF
public static final int CB_SPX_DUALINF
- See Also:
- Constant Field Values
CB_SPX_ISPERT
public static final int CB_SPX_ISPERT
- See Also:
- Constant Field Values
CB_MIP_OBJBST
public static final int CB_MIP_OBJBST
- See Also:
- Constant Field Values
CB_MIP_OBJBND
public static final int CB_MIP_OBJBND
- See Also:
- Constant Field Values
CB_MIP_NODCNT
public static final int CB_MIP_NODCNT
- See Also:
- Constant Field Values
CB_MIP_SOLCNT
public static final int CB_MIP_SOLCNT
- See Also:
- Constant Field Values
CB_MIP_CUTCNT
public static final int CB_MIP_CUTCNT
- See Also:
- Constant Field Values
CB_MIP_NODLFT
public static final int CB_MIP_NODLFT
- See Also:
- Constant Field Values
CB_MIP_ITRCNT
public static final int CB_MIP_ITRCNT
- See Also:
- Constant Field Values
CB_MIPSOL_SOL
public static final int CB_MIPSOL_SOL
- See Also:
- Constant Field Values
CB_MIPSOL_OBJ
public static final int CB_MIPSOL_OBJ
- See Also:
- Constant Field Values
CB_MIPSOL_OBJBST
public static final int CB_MIPSOL_OBJBST
- See Also:
- Constant Field Values
CB_MIPSOL_OBJBND
public static final int CB_MIPSOL_OBJBND
- See Also:
- Constant Field Values
CB_MIPSOL_NODCNT
public static final int CB_MIPSOL_NODCNT
- See Also:
- Constant Field Values
CB_MIPSOL_SOLCNT
public static final int CB_MIPSOL_SOLCNT
- See Also:
- Constant Field Values
CB_MIPNODE_STATUS
public static final int CB_MIPNODE_STATUS
- See Also:
- Constant Field Values
CB_MIPNODE_REL
public static final int CB_MIPNODE_REL
- See Also:
- Constant Field Values
CB_MIPNODE_OBJBST
public static final int CB_MIPNODE_OBJBST
- See Also:
- Constant Field Values
CB_MIPNODE_OBJBND
public static final int CB_MIPNODE_OBJBND
- See Also:
- Constant Field Values
CB_MIPNODE_NODCNT
public static final int CB_MIPNODE_NODCNT
- See Also:
- Constant Field Values
CB_MIPNODE_SOLCNT
public static final int CB_MIPNODE_SOLCNT
- See Also:
- Constant Field Values
CB_MIPNODE_BRVAR
public static final int CB_MIPNODE_BRVAR
- See Also:
- Constant Field Values
CB_MSG_STRING
public static final int CB_MSG_STRING
- See Also:
- Constant Field Values
CB_RUNTIME
public static final int CB_RUNTIME
- See Also:
- Constant Field Values
CB_BARRIER_ITRCNT
public static final int CB_BARRIER_ITRCNT
- See Also:
- Constant Field Values
CB_BARRIER_PRIMOBJ
public static final int CB_BARRIER_PRIMOBJ
- See Also:
- Constant Field Values
CB_BARRIER_DUALOBJ
public static final int CB_BARRIER_DUALOBJ
- See Also:
- Constant Field Values
CB_BARRIER_PRIMINF
public static final int CB_BARRIER_PRIMINF
- See Also:
- Constant Field Values
CB_BARRIER_DUALINF
public static final int CB_BARRIER_DUALINF
- See Also:
- Constant Field Values
CB_BARRIER_COMPL
public static final int CB_BARRIER_COMPL
- See Also:
- Constant Field Values
CB_MULTIOBJ_OBJCNT
public static final int CB_MULTIOBJ_OBJCNT
- See Also:
- Constant Field Values
CB_MULTIOBJ_SOLCNT
public static final int CB_MULTIOBJ_SOLCNT
- See Also:
- Constant Field Values
CB_MULTIOBJ_SOL
public static final int CB_MULTIOBJ_SOL
- See Also:
- Constant Field Values
ERROR_OUT_OF_MEMORY
public static final int ERROR_OUT_OF_MEMORY
- See Also:
- Constant Field Values
ERROR_NULL_ARGUMENT
public static final int ERROR_NULL_ARGUMENT
- See Also:
- Constant Field Values
ERROR_INVALID_ARGUMENT
public static final int ERROR_INVALID_ARGUMENT
- See Also:
- Constant Field Values
ERROR_UNKNOWN_ATTRIBUTE
public static final int ERROR_UNKNOWN_ATTRIBUTE
- See Also:
- Constant Field Values
ERROR_DATA_NOT_AVAILABLE
public static final int ERROR_DATA_NOT_AVAILABLE
- See Also:
- Constant Field Values
ERROR_INDEX_OUT_OF_RANGE
public static final int ERROR_INDEX_OUT_OF_RANGE
- See Also:
- Constant Field Values
ERROR_UNKNOWN_PARAMETER
public static final int ERROR_UNKNOWN_PARAMETER
- See Also:
- Constant Field Values
ERROR_VALUE_OUT_OF_RANGE
public static final int ERROR_VALUE_OUT_OF_RANGE
- See Also:
- Constant Field Values
ERROR_NO_LICENSE
public static final int ERROR_NO_LICENSE
- See Also:
- Constant Field Values
ERROR_SIZE_LIMIT_EXCEEDED
public static final int ERROR_SIZE_LIMIT_EXCEEDED
- See Also:
- Constant Field Values
ERROR_CALLBACK
public static final int ERROR_CALLBACK
- See Also:
- Constant Field Values
ERROR_FILE_READ
public static final int ERROR_FILE_READ
- See Also:
- Constant Field Values
ERROR_FILE_WRITE
public static final int ERROR_FILE_WRITE
- See Also:
- Constant Field Values
ERROR_NUMERIC
public static final int ERROR_NUMERIC
- See Also:
- Constant Field Values
ERROR_IIS_NOT_INFEASIBLE
public static final int ERROR_IIS_NOT_INFEASIBLE
- See Also:
- Constant Field Values
ERROR_NOT_FOR_MIP
public static final int ERROR_NOT_FOR_MIP
- See Also:
- Constant Field Values
ERROR_OPTIMIZATION_IN_PROGRESS
public static final int ERROR_OPTIMIZATION_IN_PROGRESS
- See Also:
- Constant Field Values
ERROR_DUPLICATES
public static final int ERROR_DUPLICATES
- See Also:
- Constant Field Values
ERROR_NODEFILE
public static final int ERROR_NODEFILE
- See Also:
- Constant Field Values
ERROR_Q_NOT_PSD
public static final int ERROR_Q_NOT_PSD
- See Also:
- Constant Field Values
ERROR_QCP_EQUALITY_CONSTRAINT
public static final int ERROR_QCP_EQUALITY_CONSTRAINT
- See Also:
- Constant Field Values
ERROR_NETWORK
public static final int ERROR_NETWORK
- See Also:
- Constant Field Values
ERROR_JOB_REJECTED
public static final int ERROR_JOB_REJECTED
- See Also:
- Constant Field Values
ERROR_NOT_SUPPORTED
public static final int ERROR_NOT_SUPPORTED
- See Also:
- Constant Field Values
ERROR_EXCEED_2B_NONZEROS
public static final int ERROR_EXCEED_2B_NONZEROS
- See Also:
- Constant Field Values
ERROR_INVALID_PIECEWISE_OBJ
public static final int ERROR_INVALID_PIECEWISE_OBJ
- See Also:
- Constant Field Values
ERROR_UPDATEMODE_CHANGE
public static final int ERROR_UPDATEMODE_CHANGE
- See Also:
- Constant Field Values
ERROR_CLOUD
public static final int ERROR_CLOUD
- See Also:
- Constant Field Values
ERROR_MODEL_MODIFICATION
public static final int ERROR_MODEL_MODIFICATION
- See Also:
- Constant Field Values
ERROR_CSWORKER
public static final int ERROR_CSWORKER
- See Also:
- Constant Field Values
ERROR_TUNE_MODEL_TYPES
public static final int ERROR_TUNE_MODEL_TYPES
- See Also:
- Constant Field Values
ERROR_NOT_IN_MODEL
public static final int ERROR_NOT_IN_MODEL
- See Also:
- Constant Field Values
ERROR_FAILED_TO_CREATE_MODEL
public static final int ERROR_FAILED_TO_CREATE_MODEL
- See Also:
- Constant Field Values
ERROR_INTERNAL
public static final int ERROR_INTERNAL
- See Also:
- Constant Field Values
CUTS_AUTO
public static final int CUTS_AUTO
- See Also:
- Constant Field Values
CUTS_OFF
public static final int CUTS_OFF
- See Also:
- Constant Field Values
CUTS_CONSERVATIVE
public static final int CUTS_CONSERVATIVE
- See Also:
- Constant Field Values
CUTS_AGGRESSIVE
public static final int CUTS_AGGRESSIVE
- See Also:
- Constant Field Values
CUTS_VERYAGGRESSIVE
public static final int CUTS_VERYAGGRESSIVE
- See Also:
- Constant Field Values
METHOD_AUTO
public static final int METHOD_AUTO
- See Also:
- Constant Field Values
METHOD_PRIMAL
public static final int METHOD_PRIMAL
- See Also:
- Constant Field Values
METHOD_DUAL
public static final int METHOD_DUAL
- See Also:
- Constant Field Values
METHOD_BARRIER
public static final int METHOD_BARRIER
- See Also:
- Constant Field Values
METHOD_CONCURRENT
public static final int METHOD_CONCURRENT
- See Also:
- Constant Field Values
METHOD_DETERMINISTIC_CONCURRENT
public static final int METHOD_DETERMINISTIC_CONCURRENT
- See Also:
- Constant Field Values
BARORDER_AUTOMATIC
public static final int BARORDER_AUTOMATIC
- See Also:
- Constant Field Values
BARORDER_AMD
public static final int BARORDER_AMD
- See Also:
- Constant Field Values
BARORDER_NESTEDDISSECTION
public static final int BARORDER_NESTEDDISSECTION
- See Also:
- Constant Field Values
FEASRELAX_LINEAR
public static final int FEASRELAX_LINEAR
- See Also:
- Constant Field Values
FEASRELAX_QUADRATIC
public static final int FEASRELAX_QUADRATIC
- See Also:
- Constant Field Values
FEASRELAX_CARDINALITY
public static final int FEASRELAX_CARDINALITY
- See Also:
- Constant Field Values
GRB
public GRB()