summaryrefslogtreecommitdiff
path: root/test/graph/2sat.cpp.awk
blob: d0215d87bd287a6f84ad7016f1d93ff25a4e05f1 (plain)
1
2
3
4
5
6
/scc variablen/ {
    print;
    print "\tvector<vector<int>> adj;";
    next
}
{ print }