Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::QapProblem Struct Reference

Detailed Description

Definition at line 32 of file qap_reader.h.

#include <qap_reader.h>

Public Member Functions

bool operator== (const QapProblem &q) const

Public Attributes

std::vector< std::vector< int64_t > > weights
std::vector< std::vector< int64_t > > distances
int64_t best_known_solution = -1

Member Function Documentation

◆ operator==()

bool operations_research::QapProblem::operator== ( const QapProblem & q) const
inline

Definition at line 43 of file qap_reader.h.

Member Data Documentation

◆ best_known_solution

int64_t operations_research::QapProblem::best_known_solution = -1

Definition at line 40 of file qap_reader.h.

◆ distances

std::vector<std::vector<int64_t> > operations_research::QapProblem::distances

Definition at line 37 of file qap_reader.h.

◆ weights

std::vector<std::vector<int64_t> > operations_research::QapProblem::weights

Definition at line 34 of file qap_reader.h.


The documentation for this struct was generated from the following file: