Uses of Class
com.google.ortools.sat.CpModel
Packages that use CpModel
-
Uses of CpModel in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpModelMethods in com.google.ortools.sat with parameters of type CpModelModifier and TypeMethodDescriptionSolves 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.Constructors in com.google.ortools.sat with parameters of type CpModelModifierConstructorDescriptionCumulativeConstraint(CpModel model) ReservoirConstraint(CpModel model)