summaryrefslogtreecommitdiff
path: root/test/graph/2sat.cpp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/2sat.cpp.awk')
-rw-r--r--test/graph/2sat.cpp.awk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/graph/2sat.cpp.awk b/test/graph/2sat.cpp.awk
new file mode 100644
index 0000000..d0215d8
--- /dev/null
+++ b/test/graph/2sat.cpp.awk
@@ -0,0 +1,6 @@
+/scc variablen/ {
+ print;
+ print "\tvector<vector<int>> adj;";
+ next
+}
+{ print }