Data group structures.
More...
#include "util.hpp"
#include "err_util.hpp"
#include "graph.hpp"
#include <algorithm>
#include <functional>
#include <iostream>
#include <memory>
#include <string>
#include <stdexcept>
#include <vector>
#include <cmath>
#include <concorde/INCLUDE/util.h>
Go to the source code of this file.
|
void | CMR::Data::make_cut_test (const std::string &tsp_fname, const std::string &tour_nodes_fname, const std::string &lp_sol_fname, Graph::CoreGraph &core_graph, Data::BestGroup &best_data, std::vector< double > &lp_edges, Data::SupportGroup &supp_data) |
| Load just enough data to test separation routines.
|
|
void | CMR::Data::make_cut_test (const std::string &tsp_fname, const std::string &tour_nodes_fname, const std::string &lp_sol_fname, Graph::CoreGraph &core_graph, Data::BestGroup &best_data, std::vector< double > &lp_edges, Data::SupportGroup &supp_data, Data::Instance &inst) |
| As above, but with access to the generated Instance.
|
|