Home
last modified time | relevance | path

Searched refs:stAugmentation (Results 1 – 4 of 4) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/upward/
H A DFaceSinkGraph.h109 void stAugmentation(
118 void stAugmentation(
/dports/math/ogdf/OGDF/src/ogdf/upward/
H A DUpwardPlanarity.cpp220 F.stAugmentation(F.faceNodeOf(externalFaces.front()), G, superSink, augmentedEdges); in upwardPlanarAugment_singleSource_embedded()
H A DFaceSinkGraph.cpp280 void FaceSinkGraph::stAugmentation( in stAugmentation() function in ogdf::FaceSinkGraph
344 void FaceSinkGraph::stAugmentation( in stAugmentation() function in ogdf::FaceSinkGraph
H A DFUPSSimple.cpp268 fsg.stAugmentation(v_ext, M, aug_nodes, aug_edges); in constructMergeGraph()