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.
 
 
Isabell Pflug 094873d088 🐛 Fixed space in README.md 2 days ago
lib Created KCNF class and wrote random KCNF generation project. 2 days ago
src Created KCNF class and wrote random KCNF generation project. 2 days ago
.gitignore 🎉 Hello World! 6 days ago
Makefile 🧱 Neatly separated code into projects and libraries. 2 days ago
README.md 🐛 Fixed space in README.md 2 days ago

README.md

Algorithmisches Beweisen - LAB

Gitmoji Files and projects of this repository: - `Makefile` : Compiles every project for you.

Dependencies:

  • clang++ using std=c++23
  • openmp

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