Package | Description |
---|---|
com.google.ortools.modelbuilder |
Modifier and Type | Method and Description |
---|---|
SolveStatus |
ModelSolverHelper.getStatus() |
SolveStatus |
ModelSolver.solve(ModelBuilder model)
Solves given model, and returns the status of the response.
|
static SolveStatus |
SolveStatus.swigToEnum(int swigValue) |
static SolveStatus |
SolveStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolveStatus[] |
SolveStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.