Uses of Class
com.google.ortools.sat.CpSolverStatus
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of CpSolverStatus in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpSolverStatus Modifier and Type Method Description static CpSolverStatusCpSolverStatus. forNumber(int value)CpSolverStatusCpSolverResponse.Builder. getStatus()The status of the solve.CpSolverStatusCpSolverResponse. getStatus()The status of the solve.CpSolverStatusCpSolverResponseOrBuilder. getStatus()The status of the solve.CpSolverStatusCpSolver. searchAllSolutions(CpModel model, CpSolverSolutionCallback cb)Searches for all solutions of a satisfiability problem.CpSolverStatusCpSolver. solve(CpModel model)Solves the given module, and returns the solve status.CpSolverStatusCpSolver. solveWithSolutionCallback(CpModel model, CpSolverSolutionCallback cb)Solves a problem and passes each solution found to the callback.static CpSolverStatusCpSolverStatus. valueOf(int value)Deprecated.static CpSolverStatusCpSolverStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CpSolverStatusCpSolverStatus. valueOf(java.lang.String name)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 CpSolverStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CpSolverStatus>CpSolverStatus. internalGetValueMap()Methods in com.google.ortools.sat with parameters of type CpSolverStatus Modifier and Type Method Description CpSolverResponse.BuilderCpSolverResponse.Builder. setStatus(CpSolverStatus value)The status of the solve.