14#ifndef ORTOOLS_UTIL_QAP_READER_H_
15#define ORTOOLS_UTIL_QAP_READER_H_
20#include "absl/strings/string_view.h"
34 std::vector<std::vector<int64_t>>
weights;
QapProblem ReadQapProblemOrDie(absl::string_view filepath)
std::vector< std::vector< int64_t > > distances
int64_t best_known_solution
std::vector< std::vector< int64_t > > weights
bool operator==(const QapProblem &q) const