Description:
Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {}
friend bool operator<(const Edge& a, const Edge& b) {
if (a.cost != b.cost) {
return a.cost > b.cost
}
To Search:
File list (Check if you may need any files):
cv7
...\konstrukt
...\konstrukt_full.C
...\Makefile