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 1467767525 ♻️ Inherit DIMACS writing and reading code too. 7 days ago
lib ♻️ Inherit DIMACS writing and reading code too. 7 days ago
src 🎉 Added random_kcnf project. 4 weeks ago
.gitignore 🙈 Created .gitignore file for c++ project structure. 4 weeks ago
Makefile 📌 Fixed openmp check in Makefile. 4 weeks ago
README.md 🐛 Fixed markdown spaces. 4 weeks ago

README.md

Gitmoji

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