|
Camargue
|
Wrapper to Concorde CCtsp_lpgraph for pricing cuts at tours. More...
#include <cc_lpcuts.hpp>
Public Member Functions | |
| TourGraph (const std::vector< double > &tour_edges, const std::vector< Graph::Edge > &edges, const std::vector< int > &perm) | |
| TourGraph (TourGraph &&T) noexcept | |
| TourGraph & | operator= (TourGraph &&T) noexcept |
| TourGraph (const TourGraph &T)=delete | |
| TourGraph & | operator= (const TourGraph &T)=delete |
| CCtsp_lpgraph * | pass_ptr () |
| double * | tour_array () |
| int | node_count () const |
Private Attributes | |
| std::vector< double > | d_tour |
| CCtsp_lpgraph | L |
Wrapper to Concorde CCtsp_lpgraph for pricing cuts at tours.
1.8.11