You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 days ago | |
|---|---|---|
| lib | 2 days ago | |
| src | 2 days ago | |
| .gitignore | 2 days ago | |
| Makefile | 2 days ago | |
| README.md | 2 days ago | |
README.md
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.cpplib/kcnf.cpplib/kcnf.hpp