gurobi
Class GRB.Status

java.lang.Object
  extended by gurobi.GRB.Status
Enclosing class:
GRB

public class GRB.Status
extends java.lang.Object


Field Summary
static int CUTOFF
           
static int INF_OR_UNBD
           
static int INFEASIBLE
           
static int INPROGRESS
           
static int INTERRUPTED
           
static int ITERATION_LIMIT
           
static int LOADED
           
static int NODE_LIMIT
           
static int NUMERIC
           
static int OPTIMAL
           
static int SOLUTION_LIMIT
           
static int SUBOPTIMAL
           
static int TIME_LIMIT
           
static int UNBOUNDED
           
static int USER_OBJ_LIMIT
           
 
Constructor Summary
GRB.Status()
           
 
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
Constructor Detail

GRB.Status

public GRB.Status()