Searched refs:EdgeCosts (Results 1 – 1 of 1) sorted by relevance
872 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local873 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()874 OS << EdgeCosts.getRowAsVector(i) << "\\n"; in printDot()