Uses of Enum
com.google.ortools.sat.CpSolverStatus
Packages that use CpSolverStatus
-
Uses of CpSolverStatus in com.google.ortools.sat
Subclasses with type arguments of type CpSolverStatus in com.google.ortools.satModifier and TypeClassDescriptionenum
The status returned by a solver trying to solve a CpModelProto.Methods in com.google.ortools.sat that return CpSolverStatusModifier and TypeMethodDescriptionstatic CpSolverStatus
CpSolverStatus.forNumber
(int value) CpSolverResponse.Builder.getStatus()
The status of the solve.CpSolverResponse.getStatus()
The status of the solve.CpSolverResponseOrBuilder.getStatus()
The status of the solve.CpSolver.searchAllSolutions
(CpModel model, CpSolverSolutionCallback cb) Deprecated.Use the solve() method with the same signature, after setting the enumerate_all_solution parameter to true.Solves the given model, and returns the solve status.CpSolver.solve
(CpModel model, CpSolverSolutionCallback cb) Solves the given model, calls the solution callback at each incumbent solution, and returns the solve status.CpSolver.solveWithSolutionCallback
(CpModel model, CpSolverSolutionCallback cb) Deprecated.Use the solve() method with the same signature.static CpSolverStatus
CpSolverStatus.valueOf
(int value) Deprecated.static CpSolverStatus
CpSolverStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CpSolverStatus
Returns the enum constant of this type with the specified name.static CpSolverStatus[]
CpSolverStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.sat that return types with arguments of type CpSolverStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<CpSolverStatus> CpSolverStatus.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type CpSolverStatusModifier and TypeMethodDescriptionCpSolverResponse.Builder.setStatus
(CpSolverStatus value) The status of the solve.