|
|
|
|
@ -4,19 +4,21 @@
|
|
|
|
|
alt="Gitmoji">
|
|
|
|
|
</a></p>
|
|
|
|
|
|
|
|
|
|
# Dependencies:
|
|
|
|
|
## Dependencies:
|
|
|
|
|
- clang++ using std=c++23
|
|
|
|
|
- openmp
|
|
|
|
|
|
|
|
|
|
# Projects in this repository
|
|
|
|
|
## Root
|
|
|
|
|
## Projects in this repository
|
|
|
|
|
### Root
|
|
|
|
|
- `Makefile` : Compiles every project for you.
|
|
|
|
|
## Hello
|
|
|
|
|
Hello World! test program
|
|
|
|
|
### Hello
|
|
|
|
|
Hello World! test program.
|
|
|
|
|
|
|
|
|
|
Files:
|
|
|
|
|
- `src/hello/hello_world.cpp`
|
|
|
|
|
## random kcnf
|
|
|
|
|
### random kcnf
|
|
|
|
|
Randomly generates a kcnf formula.
|
|
|
|
|
|
|
|
|
|
Files:
|
|
|
|
|
- `src/random_kcnf/random_kcnf.cpp`
|
|
|
|
|
- `lib/kcnf.cpp`
|
|
|
|
|
|