Summer Term 2024, Computer Science, Karlsruhe Institute of Technology (KIT)
This page is generated from our repository on GitHub
The code/src/util directory contains a CNF file parser that is called when instantiating the class in CNFFormula.h, which can also read packed CNF files.
The parser uses `libarchive’ (for unpacking CNF files), so to use it you need to install libarchive like this:
apt install libarchive-devbrew install libarchiveTo build the programs from the lecture and exercises, invoke our build script CMakeLists.txt as follows:
cmake -S code -B code/build
cmake --build code/build