Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/graph/
H A Debert_graph.h949 class EbertGraphBase
1109 EbertGraphBase() : next_adjacent_arc_(), representation_clean_(true) {} in EbertGraphBase() function
1111 ~EbertGraphBase() {} in ~EbertGraphBase()
1188 : public EbertGraphBase<NodeIndexType, ArcIndexType,
1190 typedef EbertGraphBase<NodeIndexType, ArcIndexType,
1193 friend class EbertGraphBase<NodeIndexType, ArcIndexType,
1564 : public EbertGraphBase<NodeIndexType, ArcIndexType,
1566 typedef EbertGraphBase<NodeIndexType, ArcIndexType,
1569 friend class EbertGraphBase<NodeIndexType, ArcIndexType,