Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paultristanwagner authored Nov 9, 2023
1 parent 8be935c commit bcc82fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Satisfiability checking

This project is supposed to be a practice environment to implement algorithms related to satisfiability checking.
Command line tool for SAT solving, SMT solving in various theories, and other algorithms related to satisfiability checking.

The techniques used here are introduced in the RWTH University
lecture '[Satisfiability checking](https://ths.rwth-aachen.de/teaching/winter-term-2021-2022/lecture-satisfiability-checking/)'
by Prof. Dr. Erika Ábrahám.
Expand Down Expand Up @@ -72,4 +73,4 @@ Currently, the program supports decimal coefficients which will be handled via f
An optional objective function can be given to maximize or minimize the value of a linear expression.

<img src="images/simplex-optimal.png" alt="Optimal Simplex example"/> <br>
<img src="images/simplex-unbounded.png" alt="Unbounded Simplex example"/> <br>
<img src="images/simplex-unbounded.png" alt="Unbounded Simplex example"/> <br>

0 comments on commit bcc82fd

Please sign in to comment.