Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
Packages that use SWIGTYPE_p_std__vectorT_bool_t
-
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_tModifier and TypeMethodDescriptionprotected static longSWIGTYPE_p_std__vectorT_bool_t.getCPtr(SWIGTYPE_p_std__vectorT_bool_t obj) Solver.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'.Same as above, but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective.Solver.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.Solver.MakeLexicographicOptimize(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] variables, long[] steps) Creates a lexicographic objective, following the order of the variables
given.Solver.MakeLexicographicSimulatedAnnealing(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] vars, long[] steps, long[] initial_temperatures) Solver.MakeLexicographicTabuSearch(SWIGTYPE_p_std__vectorT_bool_t maximize, IntVar[] objectives, long[] steps, IntVar[] vars, long keep_tenure, long forbid_tenure, double tabu_factor) Solver.MakeNBestLexicographicValueSolutionCollector(int solution_count, SWIGTYPE_p_std__vectorT_bool_t maximize) Solver.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_tModifierConstructorDescriptionImprovementSearchLimit(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)