Uses of Class
com.google.ortools.constraintsolver.SolutionPool
-
Packages that use SolutionPool Package Description com.google.ortools.constraintsolver -
-
Uses of SolutionPool in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return SolutionPool Modifier and Type Method Description SolutionPoolSolver. makeDefaultSolutionPool()Solution Pool.Methods in com.google.ortools.constraintsolver with parameters of type SolutionPool Modifier and Type Method Description protected static longSolutionPool. getCPtr(SolutionPool obj)LocalSearchPhaseParametersSolver. makeLocalSearchPhaseParameters(IntVar objective, SolutionPool pool, LocalSearchOperator ls_operator, DecisionBuilder sub_decision_builder)LocalSearchPhaseParametersSolver. makeLocalSearchPhaseParameters(IntVar objective, SolutionPool pool, LocalSearchOperator ls_operator, DecisionBuilder sub_decision_builder, RegularLimit limit)LocalSearchPhaseParametersSolver. makeLocalSearchPhaseParameters(IntVar objective, SolutionPool pool, LocalSearchOperator ls_operator, DecisionBuilder sub_decision_builder, RegularLimit limit, LocalSearchFilterManager filter_manager)static voidmainJNI. SolutionPool_getNextSolution(long jarg1, SolutionPool jarg1_, long jarg2, Assignment jarg2_)static voidmainJNI. SolutionPool_initialize(long jarg1, SolutionPool jarg1_, long jarg2, Assignment jarg2_)static voidmainJNI. SolutionPool_registerNewSolution(long jarg1, SolutionPool jarg1_, long jarg2, Assignment jarg2_)static booleanmainJNI. SolutionPool_syncNeeded(long jarg1, SolutionPool jarg1_, long jarg2, Assignment jarg2_)static longmainJNI. Solver_makeLocalSearchPhaseParameters__SWIG_3(long jarg1, Solver jarg1_, long jarg2, IntVar jarg2_, long jarg3, SolutionPool jarg3_, long jarg4, LocalSearchOperator jarg4_, long jarg5, DecisionBuilder jarg5_)static longmainJNI. Solver_makeLocalSearchPhaseParameters__SWIG_4(long jarg1, Solver jarg1_, long jarg2, IntVar jarg2_, long jarg3, SolutionPool jarg3_, long jarg4, LocalSearchOperator jarg4_, long jarg5, DecisionBuilder jarg5_, long jarg6, RegularLimit jarg6_)static longmainJNI. Solver_makeLocalSearchPhaseParameters__SWIG_5(long jarg1, Solver jarg1_, long jarg2, IntVar jarg2_, long jarg3, SolutionPool jarg3_, long jarg4, LocalSearchOperator jarg4_, long jarg5, DecisionBuilder jarg5_, long jarg6, RegularLimit jarg6_, long jarg7, LocalSearchFilterManager jarg7_)protected static longSolutionPool. swigRelease(SolutionPool obj)
-