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