Skip to content

Commit 2629650

Browse files
authored
Update README.md
1 parent ba9f3e6 commit 2629650

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lecture: Practical SAT Solving
22

3-
Summer Term 2024, Comuter Science, Karlsruhe Institute of Techonolgy (KIT)
3+
Summer Term 2024, Computer Science, Karlsruhe Institute of Techonolgy (KIT)
44

55
## Slides
66

@@ -24,6 +24,10 @@ Summer Term 2024, Comuter Science, Karlsruhe Institute of Techonolgy (KIT)
2424
- Code Example: [SLUR Satisfier](code/src/slursat.cc)
2525
- Code Example: [Trail Class with Propagate and Backtracking](code/src/trail.h)
2626

27+
## Repository
28+
29+
This page is generated from our [repository on GitHub](https://github.com/satlecture/kit2024)
30+
2731
## Code
2832

2933
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.
@@ -39,8 +43,4 @@ cmake -S code -B code/build
3943
cmake --build code/build
4044
```
4145

42-
This builds the program `code/build/essential` from our last slide in the first lecture.
43-
44-
## Repository
45-
46-
This page is generated from our [repository on GitHub](https://github.com/satlecture/kit2024)
46+
This builds the programs from the lecture and exercises.

0 commit comments

Comments
 (0)