Home
last modified time | relevance | path

Searched refs:gCopy (Results 1 – 2 of 2) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/cluster/internal/
H A DMaxCPlanarMaster.cpp452 GraphCopy gCopy(*m_G); in heuristicInitialUpperBound() local
455 bm.planarEmbedDestructive(gCopy, subDivs,-1); in heuristicInitialUpperBound()
460 EdgeArray<edge> subRep(gCopy, nullptr); //store representing edge for sd in heuristicInitialUpperBound()
461 EdgeArray<bool> coverStatus(gCopy, false); //false means not covered by ub decrease yet in heuristicInitialUpperBound()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dgenerics.cc180 static number gCopy(number a, const coeffs r) in gCopy() function
497 r->cfCopy = gCopy; in gInitChar()
498 r->cfRePart = gCopy; in gInitChar()