Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
Packages that use SWIGTYPE_p_absl__Duration
-
Uses of SWIGTYPE_p_absl__Duration in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_absl__DurationModifier and TypeMethodDescriptionprotected static longSWIGTYPE_p_absl__Duration.getCPtr(SWIGTYPE_p_absl__Duration obj) Solver.makeLimit(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions) Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.Solver.makeLimit(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions, boolean smart_time_check) Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.Solver.makeLimit(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions, boolean smart_time_check, boolean cumulative) Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.Solver.makeTimeLimit(SWIGTYPE_p_absl__Duration time) Creates a search limit that constrains the running time.voidRegularLimit.UpdateLimits(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions) Constructors in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_absl__DurationModifierConstructorDescriptionRegularLimit(Solver s, SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions, boolean smart_time_check, boolean cumulative)