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