Uses of Class
com.google.ortools.sat.CpModel
-
Packages that use CpModel Package Description com.google.ortools.sat -
-
Uses of CpModel in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpModel Modifier and Type Method Description CpModelCpModel. getClone()Methods in com.google.ortools.sat with parameters of type CpModel Modifier and Type Method Description 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.Constructors in com.google.ortools.sat with parameters of type CpModel Constructor Description CumulativeConstraint(CpModel model)ReservoirConstraint(CpModel model)
-