Ralph Bottesch
University of Innsbruck
5 Papers
19 Citations
Ralph Bottesch is an academic researcher from University of Innsbruck. The author has contributed to research in topics: HOL & Simplex algorithm. The author has an hindex of 3, co-authored 5 publications.
Chat about Author
Papers
Verifying an Incremental Theory Solver for Linear Arithmetic in Isabelle/HOL
Ralph Bottesch,Max W. Haslbeck,René Thiemann +2 more
- 04 Sep 2019
TL;DR: A verification of the simplex algorithm in Isabelle/HOL that significantly extends previous work by Spasic and Maric and further formalizes Farkas’ Lemma proves that linear rational constraints are satisfiable over \(\mathbb {Q}\) if and only they are Satisfiable over \(R}\).
A Verified Efficient Implementation of the LLL Basis Reduction Algorithm
Ralph Bottesch,Max W. Haslbeck,René Thiemann +2 more
- 23 Oct 2018
TL;DR: This paper formally proves the correctness of a more efficient implementation of the LLL algorithm that uses only integer computations and formally proves statements on the polynomial running-time.
Verifying a Solver for Linear Mixed Integer Arithmetic in Isabelle/HOL
Ralph Bottesch,Max W. Haslbeck,Alban Reynaud,René Thiemann +3 more
- 11 May 2020
TL;DR: This work implements a decision procedure for linear mixed integer arithmetic and formally verify its soundness in Isabelle/HOL, and integrates this procedure into CeTA, a formally verified certifier to check untrusted termination proofs, and mechanize several important theorems on linear programming, including statements on integrality and bounds.
Farkas' Lemma and Motzkin's Transposition Theorem.
Ralph Bottesch,Max W. Haslbeck,René Thiemann +2 more
- 01 Jan 2019
TL;DR: This work formalizes a proof of Motzkin’s transposition theorem and Farkas’ lemma in Isabelle/HOL and shows that a set of linear constraints is unsatisfiable if and only if there is a linear combination of the constraints which evaluates to a trivially unsatisfiable inequality.
2
Formalizing the LLL Basis Reduction Algorithm and the LLL Factorization Algorithm in Isabelle/HOL
René Thiemann,Ralph Bottesch,Jose Divasón,Max W. Haslbeck,Sebastiaan J. C. Joosten,Akihisa Yamada +5 more
TL;DR: This paper provides an implementation of the LLL basis reduction algorithm, and additionally integrates one application of LLL, namely a verified factorization algorithm for univariate integer polynomials which runs in polynomial time.