- File coin.h
- Currently, there is only a single implementation of the CoinCallback-class declared herein (necc. for userdefined cuts). This implementation is CPLEX specific.
- Member ogdf::DinoUmlToGraphConverter::createDiagramGraphs ()
- Currently only class diagrams are handled. Must be extended to handle other kinds of uml diagrams.
- Class ogdf::EdgeComparer
- check if sorting order fits adjacency list
- Member ogdf::FastPlanarSubgraph::doCall (const Graph &G, const List< edge > &preferedEdges, List< edge > &delEdges, const EdgeArray< int > *pCost, bool preferedImplyPlanar)
- Add timeout support (limit number of runs when timeout is reached).
- Member ogdf::PlanRep::isVertex (node v)
- It is necessary to check for several different possible types. This should be solved by combining representation types (vertex, dummy,...) with semantic types (class, interface,...) within GraphAttributes; we then can return to vertex only.