C++ Reference
C++ Reference: Graph
TravelingSalesmanLowerBoundParameters
Detailed Description
Definition at line 436 of file one_tree_lower_bound.h.
Public Types | |
| enum | Algorithm { VolgenantJonker, HeldWolfeCrowder } |
Public Attributes | |
| Algorithm | algorithm = VolgenantJonker |
| int | volgenant_jonker_iterations = 0 |
| int | nearest_neighbors = 40 |
Member Enumeration Documentation
◆ Algorithm
| enum Algorithm |
| Enumerator | |
|---|---|
| VolgenantJonker | |
| HeldWolfeCrowder | |
Definition at line 437 of file one_tree_lower_bound.h.
Member Data Documentation
◆ algorithm
| Algorithm algorithm = VolgenantJonker |
Definition at line 442 of file one_tree_lower_bound.h.
◆ nearest_neighbors
| int nearest_neighbors = 40 |
Definition at line 447 of file one_tree_lower_bound.h.
◆ volgenant_jonker_iterations
| int volgenant_jonker_iterations = 0 |
Definition at line 445 of file one_tree_lower_bound.h.
The documentation for this struct was generated from the following file: