diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-04-22 13:52:14 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-04-22 13:52:14 +0200 |
| commit | 41687abef9d2c93233439c0f43380a8280024406 (patch) | |
| tree | 81fec04d9bd28675fde1c95ef8b408c82c478fa7 /test/graph/2sat.cpp.awk | |
| parent | 0f1223c5396961a661da4f12caf0252f924de01b (diff) | |
| parent | 3903044dd68da8ac6d589cfc873260dccbf4cd8f (diff) | |
merge mzuenni changes
Diffstat (limited to 'test/graph/2sat.cpp.awk')
| -rw-r--r-- | test/graph/2sat.cpp.awk | 6 |
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 } |
