Synthèse
Enumeration of input types for the WasteCollection solver.
Propriétés
Propriété | Explication | Type de données |
Stops (Lecture seule) | The stops that will be used as input for the waste collection analysis. A stop is the location where a customer's waste will be collected. Although you can use a separate stop for every household, internally the solver aggregates all the stops along each street edge and requires that they be collected by the same route. Consequently, you can use a single stop for each street edge instead. | Object |
Depots (Lecture seule) | The depots that will be used as input for the waste collection analysis. A depot is a location that a vehicle departs from at the beginning of its workday and returns to at the end of the workday. | Object |
Routes (Lecture seule) | The routes that will be used as input for the waste collection analysis. A route defines vehicle and driver characteristics. The waste collection solver tries to minimize the number of routes used instead of distributing the work evenly among all provided routes. | Object |
Renewals (Lecture seule) | The renewals that will be used as input for the waste collection analysis. A renewal is the location where the vehicle can be emptied during the day such as a landfill, recycling center, or transfer station. | Object |
RouteRenewals (Lecture seule) | The route renewals that will be used as input for the waste collection analysis. Route renewals pairs the routes with the renewal locations they visit. | Object |
RenewalVisits (Lecture seule) | The renewal visits that will be used as input for the waste collection analysis. Although ordinarily used as an output, the RenewalVisits class can be used as input to indicate the sequence a renewal will be visited by the route when fully specifying the assignment and sequencing. To fully define a route's sequence of stops and renewals, set the AssignmentRule field in the Stops class to 1 (Preserve route and relative sequence) and set a value for the RouteName, RenewalName, and Sequence fields for rows in the RenewalVisits class. A maximum of three renewal visits per route is supported. | Object |
PointBarriers (Lecture seule) | Point barriers that temporarily restrict traversal across or add impedance to points on the network. | Object |
LineBarriers (Lecture seule) | Line barriers that temporarily restrict traversal across a line. | Object |
PolygonBarriers (Lecture seule) | Polygon barriers that temporarily restrict traversal or scale impedance on the parts of the network they cover. | Object |
Vous avez un commentaire à formuler concernant cette rubrique ?