Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 395 Bytes

BiLabel

solve reachability problems on graph using 2 pairs of tags this program is proposed to solve reachability problems. It accelerate dfs using 2 pairs of tags on each node, namely Lin and Lout. The format of input can be viewed in sample*.txt and lubm.g, the program can be run on lubm.g now. The source code files are:
Util.h
Util.cpp
BiLabel.h
BiLabel.cpp
main.cpp