diff --git a/README.md b/README.md new file mode 100644 index 0000000..628b5ee --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +
+# Algorithmisches Beweisen - LAB + +## Dependencies: +- clang++ using std=c++23 +- openmp (optional) + +## Projects in this repository +### Root +- `Makefile` : Compiles every project for you. +### Hello +Hello World! test program. + +Files: +- `src/hello/hello_world.cpp` +### random kcnf +Randomly generates a kcnf formula. + +Files: +- `src/random_kcnf/random_kcnf.cpp` +- `lib/kcnf.cpp` +- `lib/kcnf.hpp`