Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__PathOperator__IterationParameters
-
Packages that use SWIGTYPE_p_operations_research__PathOperator__IterationParameters Package Description com.google.ortools.constraintsolver -
-
Uses of SWIGTYPE_p_operations_research__PathOperator__IterationParameters in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_operations_research__PathOperator__IterationParameters Modifier and Type Method Description protected static longSWIGTYPE_p_operations_research__PathOperator__IterationParameters. getCPtr(SWIGTYPE_p_operations_research__PathOperator__IterationParameters obj)protected static longSWIGTYPE_p_operations_research__PathOperator__IterationParameters. swigRelease(SWIGTYPE_p_operations_research__PathOperator__IterationParameters obj)Constructors in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_operations_research__PathOperator__IterationParameters Constructor Description PathOperator(IntVar[] next_vars, IntVar[] path_vars, SWIGTYPE_p_operations_research__PathOperator__IterationParameters iteration_parameters)Builds an instance of PathOperator from next and path variables.
-