Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::routing::CVRPToursParser Class Referencefinal

Detailed Description

Definition at line 238 of file tsplib_parser.h.

#include <tsplib_parser.h>

Public Member Functions

 CVRPToursParser ()
absl::Status LoadFile (absl::string_view file_name)
const std::vector< std::vector< int > > & tours () const
int64_t cost () const

Constructor & Destructor Documentation

◆ CVRPToursParser()

operations_research::routing::CVRPToursParser::CVRPToursParser ( )

Definition at line 847 of file tsplib_parser.cc.

Member Function Documentation

◆ cost()

int64_t operations_research::routing::CVRPToursParser::cost ( ) const
inline

Definition at line 245 of file tsplib_parser.h.

◆ LoadFile()

absl::Status operations_research::routing::CVRPToursParser::LoadFile ( absl::string_view file_name)

Definition at line 849 of file tsplib_parser.cc.

◆ tours()

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

Definition at line 244 of file tsplib_parser.h.


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