ortools,eigen-3.3.8
chmod +x demo_pruning.sh
./demo_pruning.sh
g++ pruning+frank-wolfe.cpp -o pruning+fw.out
./pruning_fw.out comm-EmailEnron_SNAP.edgelist 0 0
There are five methods: LOWD, greedy++, frank-wolfe, fw-m and FISTA. We can use pruning technique to make the detection faster.