Modifier and Type | Field and Description |
---|---|
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 |
MEM_LIMIT |
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 |
static int |
WORK_LIMIT |
Constructor and Description |
---|
Status() |
public static final int LOADED
public static final int OPTIMAL
public static final int INFEASIBLE
public static final int INF_OR_UNBD
public static final int UNBOUNDED
public static final int CUTOFF
public static final int ITERATION_LIMIT
public static final int NODE_LIMIT
public static final int TIME_LIMIT
public static final int SOLUTION_LIMIT
public static final int INTERRUPTED
public static final int NUMERIC
public static final int SUBOPTIMAL
public static final int INPROGRESS
public static final int USER_OBJ_LIMIT
public static final int WORK_LIMIT
public static final int MEM_LIMIT
Copyright © 2024. All rights reserved.