Home
last modified time | relevance | path

Searched refs:setEdgeCosts (Results 1 – 3 of 3) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DStressMinimization.h91 inline void setEdgeCosts(double edgeCosts);
215 void StressMinimization::setEdgeCosts(double edgeCosts) { in setEdgeCosts() function
H A DPivotMDS.h69 void setEdgeCosts(double edgeCosts){ in setEdgeCosts() function
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp104 pivMDS->setEdgeCosts(m_edgeCosts); in computeInitialLayout()