#Connected Iterative Scan Connected Iterative Scan is also known at times as Locally Optimal Sets.
##File Organization
All source files are refactored to be lower-cased.
| content | detail |
|---|---|
| graph | graph related files |
| util | utilities including graph io preprocessing and other utils |
| useless | not-used files |
| main.cc | entry point |
| CMakeLists.txt | cmake config file |