Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
Packages that use SWIGTYPE_p_std__vectorT_bool_t Package Description com.google.ortools.constraintsolver -
-
Uses of SWIGTYPE_p_std__vectorT_bool_t in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_std__vectorT_bool_t Modifier and Type Method Description protected static longSWIGTYPE_p_std__vectorT_bool_t. getCPtr(SWIGTYPE_p_std__vectorT_bool_t obj)SolutionCollectorSolver. MakeBestLexicographicValueSolutionCollector(Assignment assignment, SWIGTYPE_p_std__vectorT_bool_t maximize)Same as above, but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective in 'assignment'.SolutionCollectorSolver. MakeBestLexicographicValueSolutionCollector(SWIGTYPE_p_std__vectorT_bool_t maximize)Same as above, but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective.ImprovementSearchLimitSolver. MakeLexicographicImprovementLimit(IntVar[] objective_vars, SWIGTYPE_p_std__vectorT_bool_t maximize, double[] objective_scaling_factors, double[] objective_offsets, double improvement_rate_coefficient, int improvement_rate_solutions_distance)Same as MakeImprovementLimit on a lexicographic objective based on
'objective_vars' and related arguments.OptimizeVarSolver. MakeLexicographicOptimize(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] variables, long[] steps)Creates a lexicographic objective, following the order of the variables
given.ObjectiveMonitorSolver. MakeLexicographicSimulatedAnnealing(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] vars, long[] steps, long[] initial_temperatures)ObjectiveMonitorSolver. MakeLexicographicTabuSearch(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] objectives, long[] steps, IntVar[] vars, long keep_tenure, long forbid_tenure, double tabu_factor)SolutionCollectorSolver. MakeNBestLexicographicValueSolutionCollector(int solution_count, SWIGTYPE_p_std__vectorT_bool_t maximize)SolutionCollectorSolver. MakeNBestLexicographicValueSolutionCollector(Assignment assignment, int solution_count, SWIGTYPE_p_std__vectorT_bool_t maximize)Same as above but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective.protected static longSWIGTYPE_p_std__vectorT_bool_t. swigRelease(SWIGTYPE_p_std__vectorT_bool_t obj)Constructors in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_std__vectorT_bool_t Constructor Description ImprovementSearchLimit(Solver solver, IntVar[] objective_vars, SWIGTYPE_p_std__vectorT_bool_t maximize, double[] objective_scaling_factors, double[] objective_offsets, double improvement_rate_coefficient, int improvement_rate_solutions_distance)ObjectiveMonitor(Solver solver, SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] vars, long[] steps)OptimizeVar(Solver solver, SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] vars, long[] steps)
-