gurobi
Class GRB.Callback
java.lang.Object
gurobi.GRB.Callback
- Enclosing class:
- GRB
public class GRB.Callback
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POLLING
public static final int POLLING
- See Also:
- Constant Field Values
PRESOLVE
public static final int PRESOLVE
- See Also:
- Constant Field Values
SIMPLEX
public static final int SIMPLEX
- See Also:
- Constant Field Values
MIP
public static final int MIP
- See Also:
- Constant Field Values
MIPSOL
public static final int MIPSOL
- See Also:
- Constant Field Values
MIPNODE
public static final int MIPNODE
- See Also:
- Constant Field Values
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
BARRIER
public static final int BARRIER
- See Also:
- Constant Field Values
MULTIOBJ
public static final int MULTIOBJ
- See Also:
- Constant Field Values
PRE_COLDEL
public static final int PRE_COLDEL
- See Also:
- Constant Field Values
PRE_ROWDEL
public static final int PRE_ROWDEL
- See Also:
- Constant Field Values
PRE_SENCHG
public static final int PRE_SENCHG
- See Also:
- Constant Field Values
PRE_BNDCHG
public static final int PRE_BNDCHG
- See Also:
- Constant Field Values
PRE_COECHG
public static final int PRE_COECHG
- See Also:
- Constant Field Values
SPX_ITRCNT
public static final int SPX_ITRCNT
- See Also:
- Constant Field Values
SPX_OBJVAL
public static final int SPX_OBJVAL
- See Also:
- Constant Field Values
SPX_PRIMINF
public static final int SPX_PRIMINF
- See Also:
- Constant Field Values
SPX_DUALINF
public static final int SPX_DUALINF
- See Also:
- Constant Field Values
SPX_ISPERT
public static final int SPX_ISPERT
- See Also:
- Constant Field Values
MIP_OBJBST
public static final int MIP_OBJBST
- See Also:
- Constant Field Values
MIP_OBJBND
public static final int MIP_OBJBND
- See Also:
- Constant Field Values
MIP_NODCNT
public static final int MIP_NODCNT
- See Also:
- Constant Field Values
MIP_SOLCNT
public static final int MIP_SOLCNT
- See Also:
- Constant Field Values
MIP_CUTCNT
public static final int MIP_CUTCNT
- See Also:
- Constant Field Values
MIP_NODLFT
public static final int MIP_NODLFT
- See Also:
- Constant Field Values
MIP_ITRCNT
public static final int MIP_ITRCNT
- See Also:
- Constant Field Values
MIPSOL_SOL
public static final int MIPSOL_SOL
- See Also:
- Constant Field Values
MIPSOL_OBJ
public static final int MIPSOL_OBJ
- See Also:
- Constant Field Values
MIPSOL_OBJBST
public static final int MIPSOL_OBJBST
- See Also:
- Constant Field Values
MIPSOL_OBJBND
public static final int MIPSOL_OBJBND
- See Also:
- Constant Field Values
MIPSOL_NODCNT
public static final int MIPSOL_NODCNT
- See Also:
- Constant Field Values
MIPSOL_SOLCNT
public static final int MIPSOL_SOLCNT
- See Also:
- Constant Field Values
MIPNODE_STATUS
public static final int MIPNODE_STATUS
- See Also:
- Constant Field Values
MIPNODE_REL
public static final int MIPNODE_REL
- See Also:
- Constant Field Values
MIPNODE_OBJBST
public static final int MIPNODE_OBJBST
- See Also:
- Constant Field Values
MIPNODE_OBJBND
public static final int MIPNODE_OBJBND
- See Also:
- Constant Field Values
MIPNODE_NODCNT
public static final int MIPNODE_NODCNT
- See Also:
- Constant Field Values
MIPNODE_SOLCNT
public static final int MIPNODE_SOLCNT
- See Also:
- Constant Field Values
MIPNODE_BRVAR
public static final int MIPNODE_BRVAR
- See Also:
- Constant Field Values
MSG_STRING
public static final int MSG_STRING
- See Also:
- Constant Field Values
RUNTIME
public static final int RUNTIME
- See Also:
- Constant Field Values
BARRIER_ITRCNT
public static final int BARRIER_ITRCNT
- See Also:
- Constant Field Values
BARRIER_PRIMOBJ
public static final int BARRIER_PRIMOBJ
- See Also:
- Constant Field Values
BARRIER_DUALOBJ
public static final int BARRIER_DUALOBJ
- See Also:
- Constant Field Values
BARRIER_PRIMINF
public static final int BARRIER_PRIMINF
- See Also:
- Constant Field Values
BARRIER_DUALINF
public static final int BARRIER_DUALINF
- See Also:
- Constant Field Values
BARRIER_COMPL
public static final int BARRIER_COMPL
- See Also:
- Constant Field Values
MULTIOBJ_OBJCNT
public static final int MULTIOBJ_OBJCNT
- See Also:
- Constant Field Values
MULTIOBJ_SOLCNT
public static final int MULTIOBJ_SOLCNT
- See Also:
- Constant Field Values
MULTIOBJ_SOL
public static final int MULTIOBJ_SOL
- See Also:
- Constant Field Values
GRB.Callback
public GRB.Callback()