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 that return SWIGTYPE_p_absl__DurationModifier and TypeMethodDescriptionRoutingModel.TimeBuffer()Returns the time buffer to safely return a solution.Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_absl__DurationModifier and TypeMethodDescriptionbooleanRoutingModel.checkLimit(SWIGTYPE_p_absl__Duration offset) Returns true if the search limit has been crossed with the given time
offset.booleanImprovementSearchLimit.CheckWithOffset(SWIGTYPE_p_absl__Duration offset) booleanRegularLimit.CheckWithOffset(SWIGTYPE_p_absl__Duration offset) booleanSearchLimit.CheckWithOffset(SWIGTYPE_p_absl__Duration offset) Same as Check() but adds the 'offset' value to the current time when time
is considered in the limit.protected 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.protected static longSWIGTYPE_p_absl__Duration.swigRelease(SWIGTYPE_p_absl__Duration obj) voidRegularLimit.UpdateLimits(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions) voidRoutingModel.UpdateTimeLimit(SWIGTYPE_p_absl__Duration time_limit) Updates the time limit of the search limit.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)