gurobi
Class GRB.Status
java.lang.Object
gurobi.GRB.Status
- Enclosing class:
- GRB
public class GRB.Status
- extends java.lang.Object
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
GRB.Status
public GRB.Status()