コード例 #1
0
ファイル: graph.hpp プロジェクト: SkTim/saedb
 size_t num_in_edges() const {
     return vi->InEdgeCount();
 }