OR-Tools  9.6
QapProblem

Detailed Description

Definition at line 30 of file 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 operator== ( const QapProblem q) const
inline

Definition at line 41 of file qap_reader.h.

Member Data Documentation

◆ best_known_solution

int64_t best_known_solution = -1

Definition at line 38 of file qap_reader.h.

◆ distances

std::vector<std::vector<int64_t> > distances

Definition at line 35 of file qap_reader.h.

◆ weights

std::vector<std::vector<int64_t> > weights

Definition at line 32 of file qap_reader.h.


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