Home
last modified time | relevance | path

Searched refs:m_edgeCosts (Results 1 – 8 of 8) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/planarity/boyer_myrvold/
H A DBoyerMyrvoldInit.cpp44 m_edgeCosts(pBM->m_edgeCosts), in BoyerMyrvoldInit()
71 if (m_edgeCosts != nullptr) { // do we have edge costs? in computeDFS()
80 int c = (*m_edgeCosts)[e]; in computeDFS()
86 …costs[e] = minCost + (int)((1 - m_randomness) * ((*m_edgeCosts)[e] - minCost) + m_randomness * (ma… in computeDFS()
92 costsToUse = m_edgeCosts; in computeDFS()
H A DBoyerMyrvoldPlanar.cpp62 m_edgeCosts(edgeCosts), in BoyerMyrvoldPlanar()
/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DPivotMDS.h57 PivotMDS() : m_numberOfPivots(250), m_edgeCosts(100), m_hasEdgeCostsAttribute(false) { } in PivotMDS()
70 m_edgeCosts = edgeCosts; in setEdgeCosts()
105 double m_edgeCosts; variable
H A DStressMinimization.h60 200), m_edgeCosts(100), m_avgEdgeCosts(-1), m_componentLayout( in StressMinimization()
122 double m_edgeCosts; variable
216 m_edgeCosts = (edgeCosts > 0) ? edgeCosts : 100; in setEdgeCosts()
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp68 m_avgEdgeCosts = m_edgeCosts; in call()
69 bfs_SPAP(G, shortestPathMatrix, m_edgeCosts); in call()
104 pivMDS->setEdgeCosts(m_edgeCosts); in computeInitialLayout()
H A DPivotMDS.cpp168 xPos += m_edgeCosts; in doPathLayout()
277 bfs_SPSS(pivNode, G, shortestPathSingleSource, m_edgeCosts); in getPivotDistanceMatrix()
/dports/math/ogdf/OGDF/include/ogdf/planarity/boyer_myrvold/
H A DBoyerMyrvoldInit.h76 const EdgeArray<int> *m_edgeCosts; variable
H A DBoyerMyrvoldPlanar.h359 const EdgeArray<int> *m_edgeCosts; variable