gurobi
Class GRB

java.lang.Object
  extended by 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.


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

Field Detail

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
Constructor Detail

GRB

public GRB()