OR-Tools  8.0
Link

Detailed Description

Definition at line 2445 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 2446 of file routing.cc.

◆ ~Link()

~Link ( )
inline

Definition at line 2453 of file routing.cc.

Member Data Documentation

◆ end_depot

int64 end_depot

Definition at line 2459 of file routing.cc.

◆ link

std::pair<int, int> link

Definition at line 2455 of file routing.cc.

◆ start_depot

int64 start_depot

Definition at line 2458 of file routing.cc.

◆ value

int64 value

Definition at line 2456 of file routing.cc.

◆ vehicle_class

int vehicle_class

Definition at line 2457 of file routing.cc.


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