OR-Tools  8.2
Link

Detailed Description

Definition at line 2461 of file routing.cc.

Public Member Functions

 Link (std::pair< int, int > link, double value, int vehicle_class, int64 start_depot, int64 end_depot)
 
 ~Link ()
 

Public Attributes

std::pair< int, int > link
 
int64 value
 
int vehicle_class
 
int64 start_depot
 
int64 end_depot
 

Constructor & Destructor Documentation

◆ Link()

Link ( std::pair< int, int >  link,
double  value,
int  vehicle_class,
int64  start_depot,
int64  end_depot 
)
inline

Definition at line 2462 of file routing.cc.

◆ ~Link()

~Link ( )
inline

Definition at line 2469 of file routing.cc.

Member Data Documentation

◆ end_depot

int64 end_depot

Definition at line 2475 of file routing.cc.

◆ link

std::pair<int, int> link

Definition at line 2471 of file routing.cc.

◆ start_depot

int64 start_depot

Definition at line 2474 of file routing.cc.

◆ value

int64 value

Definition at line 2472 of file routing.cc.

◆ vehicle_class

int vehicle_class

Definition at line 2473 of file routing.cc.


The documentation for this struct was generated from the following file: