![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
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 |
| operations_research::routing::CVRPToursParser::CVRPToursParser | ( | ) |
Definition at line 847 of file tsplib_parser.cc.
|
inline |
Definition at line 245 of file tsplib_parser.h.
| absl::Status operations_research::routing::CVRPToursParser::LoadFile | ( | absl::string_view | file_name | ) |
Definition at line 849 of file tsplib_parser.cc.
|
inline |
Definition at line 244 of file tsplib_parser.h.