C++ Reference
C++ Reference: Graph
TravelingSalesmanLowerBoundParameters
Detailed Description
Definition at line 440 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 441 of file one_tree_lower_bound.h.
Member Data Documentation
◆ algorithm
| Algorithm algorithm = VolgenantJonker |
Definition at line 446 of file one_tree_lower_bound.h.
◆ nearest_neighbors
| int nearest_neighbors = 40 |
Definition at line 451 of file one_tree_lower_bound.h.
◆ volgenant_jonker_iterations
| int volgenant_jonker_iterations = 0 |
Definition at line 449 of file one_tree_lower_bound.h.
The documentation for this struct was generated from the following file: