OR-Tools  9.6
CVRPToursParserfinal

Detailed Description

Definition at line 236 of file tsplib_parser.h.

Public Member Functions

 CVRPToursParser ()
 
bool LoadFile (const std::string &file_name)
 
const std::vector< std::vector< int > > & tours () const
 
int64_t cost () const
 

Constructor & Destructor Documentation

◆ CVRPToursParser()

Definition at line 817 of file tsplib_parser.cc.

Member Function Documentation

◆ cost()

int64_t cost ( ) const
inline

Definition at line 243 of file tsplib_parser.h.

◆ LoadFile()

bool LoadFile ( const std::string &  file_name)

Definition at line 821 of file tsplib_parser.cc.

◆ tours()

const std::vector<std::vector<int> >& tours ( ) const
inline

Definition at line 242 of file tsplib_parser.h.


The documentation for this class was generated from the following files: