vrpRouting  0.3
vrprouting::initialsol::simple Namespace Reference

Classes

class  Initial_solution
 

Enumerations

enum  Initials_code {
  OneTruck, OnePerTruck, FrontTruck, BackTruck,
  BestInsert, BestBack, BestFront, OneDepot
}
 Different kinds to insert an order into the vehicle. More...
 

Enumeration Type Documentation

◆ Initials_code

Different kinds to insert an order into the vehicle.

Enumerator
OneTruck 
OnePerTruck 

All orders in one truck.

FrontTruck 

One Order per truck.

BackTruck 

Insetion at the front of the truck.

BestInsert 

Insetion at the back of the truck.

BestBack 

Best place to insert Order.

BestFront 

Push back order that allows more orders to be inserted at the back.

OneDepot 

Push front order that allows more orders to be inserted at the front.

Pick at front, drop at back, OneDepot for all vehicles

Definition at line 37 of file initialsol/initials_code.h.

37  {
38  OneTruck,
39  OnePerTruck,
40  FrontTruck,
41  BackTruck,
42  BestInsert,
43  BestBack,
44  BestFront,
45  OneDepot
46 };
vrprouting::initialsol::simple::BackTruck
@ BackTruck
Insetion at the front of the truck.
Definition: initialsol/initials_code.h:41
vrprouting::initialsol::simple::OneDepot
@ OneDepot
Push front order that allows more orders to be inserted at the front.
Definition: initialsol/initials_code.h:45
vrprouting::initialsol::simple::OnePerTruck
@ OnePerTruck
All orders in one truck.
Definition: initialsol/initials_code.h:39
vrprouting::initialsol::simple::FrontTruck
@ FrontTruck
One Order per truck.
Definition: initialsol/initials_code.h:40
vrprouting::initialsol::simple::OneTruck
@ OneTruck
Definition: initialsol/initials_code.h:38
vrprouting::initialsol::simple::BestBack
@ BestBack
Best place to insert Order.
Definition: initialsol/initials_code.h:43
vrprouting::initialsol::simple::BestFront
@ BestFront
Push back order that allows more orders to be inserted at the back.
Definition: initialsol/initials_code.h:44
vrprouting::initialsol::simple::BestInsert
@ BestInsert
Insetion at the back of the truck.
Definition: initialsol/initials_code.h:42