call(const Graph &G, const EdgeArray< TCost > &cost, const List< edge > &preferredEdges, List< edge > &delEdges, bool preferredImplyPlanar=false) | ogdf::PlanarSubgraphModule< TCost > | inline |
call(const Graph &G, const List< edge > &preferredEdges, List< edge > &delEdges, bool preferredImplyPlanar=false) | ogdf::PlanarSubgraphModule< TCost > | inline |
call(const Graph &G, const EdgeArray< TCost > &cost, List< edge > &delEdges) | ogdf::PlanarSubgraphModule< TCost > | inline |
call(const Graph &G, List< edge > &delEdges) | ogdf::PlanarSubgraphModule< TCost > | inline |
callAndDelete(GraphCopy &GC, const List< edge > &preferredEdges, List< edge > &delOrigEdges, bool preferredImplyPlanar=false) | ogdf::PlanarSubgraphModule< TCost > | inline |
callAndDelete(GraphCopy &GC, List< edge > &delOrigEdges) | ogdf::PlanarSubgraphModule< TCost > | inline |
clone() const override | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inlinevirtual |
doCall(const Graph &graph, const List< edge > &preferredEdges, List< edge > &delEdges, const EdgeArray< TCost > *pCost, bool preferredImplyPlanar) override | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inlineprotectedvirtual |
isSolution(ReturnType ret) | ogdf::Module | inlinestatic |
isTimeLimit() const | ogdf::Timeouter | inline |
m_deleteHeuristic | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | private |
m_heuristic | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | private |
m_maxThreads | ogdf::PlanarSubgraphModule< TCost > | private |
m_randomGenerator | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | private |
m_randomness | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | private |
m_runs | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | private |
m_timeLimit | ogdf::Timeouter | protected |
MaximalPlanarSubgraphSimple() | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inline |
MaximalPlanarSubgraphSimple(PlanarSubgraphModule< TCost > &heuristic, double randomness=0.0, unsigned int runs=1) | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inlineexplicit |
maxThreads() const | ogdf::PlanarSubgraphModule< TCost > | inline |
maxThreads(unsigned int n) | ogdf::PlanarSubgraphModule< TCost > | inline |
Module() | ogdf::Module | inline |
operator()(const Graph &G, const List< edge > &preferredEdges, List< edge > &delEdges, bool preferredImplyPlanar=false) | ogdf::PlanarSubgraphModule< TCost > | inline |
operator()(const Graph &G, List< edge > &delEdges) | ogdf::PlanarSubgraphModule< TCost > | inline |
operator=(const Timeouter &t) | ogdf::Timeouter | inline |
PlanarSubgraphModule() | ogdf::PlanarSubgraphModule< TCost > | inline |
ReturnType enum name | ogdf::Module | |
setSeed(unsigned seed) | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inline |
timeLimit(double t) | ogdf::Timeouter | inline |
timeLimit(bool t) | ogdf::Timeouter | inline |
timeLimit() const | ogdf::Timeouter | inline |
Timeouter() | ogdf::Timeouter | inline |
Timeouter(double t) | ogdf::Timeouter | inlineexplicit |
Timeouter(bool t) | ogdf::Timeouter | inlineexplicit |
Timeouter(const Timeouter &t) | ogdf::Timeouter | inline |
weightOfList(const List< edge > &list, const EdgeArray< TCost > &weights) | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inlineprivate |
~MaximalPlanarSubgraphSimple() | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > | inlinevirtual |
~Module() | ogdf::Module | inlinevirtual |
~Timeouter() | ogdf::Timeouter | inline |