OR-Tools  9.6
TspLibTourParserfinal

Detailed Description

Definition at line 197 of file tsplib_parser.h.

Public Member Functions

 TspLibTourParser ()
 
bool LoadFile (const std::string &file_name)
 
const std::vector< int > & tour () const
 
int size () const
 
const std::string & comments () const
 

Constructor & Destructor Documentation

◆ TspLibTourParser()

Definition at line 746 of file tsplib_parser.cc.

Member Function Documentation

◆ comments()

const std::string& comments ( ) const
inline

Definition at line 207 of file tsplib_parser.h.

◆ LoadFile()

bool LoadFile ( const std::string &  file_name)

Definition at line 750 of file tsplib_parser.cc.

◆ size()

int size ( ) const
inline

Definition at line 205 of file tsplib_parser.h.

◆ tour()

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

Definition at line 203 of file tsplib_parser.h.


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