|
PGROUTING
3.2
|
Go to the documentation of this file.
28 #ifndef INCLUDE_VRP_INITIALS_CODE_H_
29 #define INCLUDE_VRP_INITIALS_CODE_H_
50 #endif // INCLUDE_VRP_INITIALS_CODE_H_
@ BestInsert
Insetion at the back of the truck.
@ OnePerTruck
All orders in one truck.
@ BackTruck
Insetion at the front of the truck.
@ OneDepot
Push front order that allows more orders to be inserted at the front.
@ BestBack
Best place to insert Order.
@ FrontTruck
One Order per truck.
@ BestFront
Push back order that allows more orders to be inserted at the back.
Initials_code
Different kinds to insert an order into the vehicle.
Book keeping class for swapping orders between vehicles.