Uses of Class
com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t
-
Packages that use SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t Package Description com.google.ortools.constraintsolver -
-
Uses of SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t Modifier and Type Method Description SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_tRoutingModel. GetDeliveryPositions(long node_index)Returns the pickup and delivery positions where the node is a delivery.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_tRoutingModel. GetPickupPositions(long node_index)Returns the pickup and delivery positions where the node is a pickup.Methods in com.google.ortools.constraintsolver with parameters of type SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t Modifier and Type Method Description protected static longSWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t. getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t obj)protected static longSWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t. swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__PickupDeliveryPosition_t obj)
-