Implementation of Solver for Linear Constraints

In some contexts, (e.g., SAT solvers) a variant of the simplex algorithm is used, that allows for light-weight incremental solving of linear constraints. In the thesis, the students implements such a solver in both rational and floating point arithmetic and compares the behavior of both versions. Literature: