Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/graph/
H A Debert_graph.h189 class EbertGraph; variable
205 typedef EbertGraph<NodeIndex, ArcIndex> StarGraph;
1187 class EbertGraph
1191 EbertGraph<NodeIndexType, ArcIndexType> >
1227 EbertGraph() {} in EbertGraph() function
1233 ~EbertGraph() {} in ~EbertGraph()
1240 OutgoingOrOppositeIncomingArcIterator(const EbertGraph& graph, in OutgoingOrOppositeIncomingArcIterator()
1251 OutgoingOrOppositeIncomingArcIterator(const EbertGraph& graph, in OutgoingOrOppositeIncomingArcIterator()
1289 const EbertGraph& graph_;
1301 IncomingArcIterator(const EbertGraph& graph, NodeIndexType node) in IncomingArcIterator()
[all …]
H A DREADME.md8 ([EbertGraph](https://dl.acm.org/doi/abs/10.1145/214762.214769)),
13 * other, more common algorithm, that are useful to use with EbertGraph.