Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t
-
Packages that use SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t Package Description com.google.ortools.constraintsolver -
-
Uses of SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t Modifier and Type Method Description SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_tRoutingModel.RouteDimensionTravelInfo. getTransition_info()For each node #i on the route, transition_info[i] contains the relevant
information for the travel between nodes #i and #(i + 1) on the route.Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t Modifier and Type Method Description protected static longSWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t. getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t obj)voidRoutingModel.RouteDimensionTravelInfo. setTransition_info(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t value)For each node #i on the route, transition_info[i] contains the relevant
information for the travel between nodes #i and #(i + 1) on the route.protected static longSWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t. swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__RouteDimensionTravelInfo__TransitionInfo_t obj)
-