Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
| Package | Description |
|---|---|
| com.google.ortools.constraintsolver |
-
Uses of SWIGTYPE_p_absl__Duration in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_absl__Duration Modifier and Type Method Description protected static longSWIGTYPE_p_absl__Duration. getCPtr(SWIGTYPE_p_absl__Duration obj)RegularLimitSolver. makeLimit(SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions)Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.RegularLimitSolver. 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.RegularLimitSolver. 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.RegularLimitSolver. 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__Duration Constructor Description RegularLimit(Solver s, SWIGTYPE_p_absl__Duration time, long branches, long failures, long solutions, boolean smart_time_check, boolean cumulative)