Definition at line 88 of file nearp_parser.h.
|
| | NearpParser () |
| |
| | NearpParser (const NearpParser &)=delete |
| |
| const NearpParser & | operator= (const NearpParser &)=delete |
| |
| bool | LoadFile (const std::string &file_name) |
| |
| const std::string & | name () const |
| |
| const std::string & | comment () const |
| |
| int64_t | depot () const |
| |
| int | NumberOfVehicles () const |
| |
| int64_t | capacity () const |
| |
| int | NumberOfNodes () const |
| |
| int | NumberOfArcs () const |
| |
| int | NumberOfEdges () const |
| |
| int | NumberOfArcsWithServicing () const |
| |
| int | NumberOfEdgesWithServicing () const |
| |
| int | NumberOfNodesWithServicing () const |
| |
| int | NumberOfArcsWithoutServicing () const |
| |
| int | NumberOfEdgesWithoutServicing () const |
| |
| int64_t | NumberOfNodesWithoutServicing () const |
| |
| const gtl::linked_hash_map< Arc, int64_t > & | arc_servicing_demands () const |
| |
| const gtl::linked_hash_map< Edge, int64_t > & | edge_servicing_demands () const |
| |
| const gtl::linked_hash_map< int64_t, int64_t > & | node_servicing_demands () const |
| |
| const gtl::linked_hash_map< Arc, int64_t > & | arc_servicing_costs () const |
| |
| const gtl::linked_hash_map< Edge, int64_t > & | edge_servicing_costs () const |
| |
| const gtl::linked_hash_map< int64_t, int64_t > & | node_servicing_costs () const |
| |
| const gtl::linked_hash_map< Arc, int64_t > & | arc_traversing_costs () const |
| |
| const gtl::linked_hash_map< Edge, int64_t > & | edge_traversing_costs () const |
| |
| std::string | GetArcName (Arc arc) const |
| |
| std::string | GetArcName (int64_t tail, int64_t head) const |
| |
| std::string | GetEdgeName (Edge edge) const |
| |
| std::string | GetEdgeName (int64_t tail, int64_t head) const |
| |
| std::string | GetNodeName (int64_t node) const |
| |
◆ NearpParser() [1/2]
◆ NearpParser() [2/2]
◆ arc_servicing_costs()
◆ arc_servicing_demands()
◆ arc_traversing_costs()
◆ capacity()
| int64_t capacity |
( |
| ) |
const |
|
inline |
◆ comment()
| const std::string& comment |
( |
| ) |
const |
|
inline |
◆ depot()
◆ edge_servicing_costs()
◆ edge_servicing_demands()
◆ edge_traversing_costs()
◆ GetArcName() [1/2]
| std::string GetArcName |
( |
Arc |
arc | ) |
const |
◆ GetArcName() [2/2]
| std::string GetArcName |
( |
int64_t |
tail, |
|
|
int64_t |
head |
|
) |
| const |
|
inline |
◆ GetEdgeName() [1/2]
| std::string GetEdgeName |
( |
Edge |
edge | ) |
const |
◆ GetEdgeName() [2/2]
| std::string GetEdgeName |
( |
int64_t |
tail, |
|
|
int64_t |
head |
|
) |
| const |
|
inline |
◆ GetNodeName()
| std::string GetNodeName |
( |
int64_t |
node | ) |
const |
|
inline |
◆ LoadFile()
| bool LoadFile |
( |
const std::string & |
file_name | ) |
|
◆ name()
| const std::string& name |
( |
| ) |
const |
|
inline |
◆ node_servicing_costs()
◆ node_servicing_demands()
◆ NumberOfArcs()
| int NumberOfArcs |
( |
| ) |
const |
|
inline |
◆ NumberOfArcsWithoutServicing()
| int NumberOfArcsWithoutServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfArcsWithServicing()
| int NumberOfArcsWithServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfEdges()
| int NumberOfEdges |
( |
| ) |
const |
|
inline |
◆ NumberOfEdgesWithoutServicing()
| int NumberOfEdgesWithoutServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfEdgesWithServicing()
| int NumberOfEdgesWithServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfNodes()
| int NumberOfNodes |
( |
| ) |
const |
|
inline |
◆ NumberOfNodesWithoutServicing()
| int64_t NumberOfNodesWithoutServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfNodesWithServicing()
| int NumberOfNodesWithServicing |
( |
| ) |
const |
|
inline |
◆ NumberOfVehicles()
| int NumberOfVehicles |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following files: