Uses of Class
com.google.ortools.sat.CpSolverStatus
-
Packages that use 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)Deprecated.Use the solve() method with the same signature, after setting the enumerate_all_solution parameter to true.CpSolverStatusCpSolver. solve(CpModel model)Solves the given model, and returns the solve status.CpSolverStatusCpSolver. solve(CpModel model, CpSolverSolutionCallback cb)Solves the given model, calls the solution callback at each incumbent solution, and returns the solve status.CpSolverStatusCpSolver. solveWithSolutionCallback(CpModel model, CpSolverSolutionCallback cb)Deprecated.Use the solve() method with the same signature.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.
-