예제 #1
0
파일: graph.hpp 프로젝트: SkTim/saedb
 size_t num_in_edges() const {
     return vi->InEdgeCount();
 }