Auflistung nach Autor:in "Funk, Maurice"
1 - 1 von 1
Treffer pro Seite
Sortieroptionen
- TextdokumentA system for SMT based constraint programming in Java(INFORMATIK 2017, 2017) Funk, MauriceThis paper presents a system for constraint programming in Java using translation of JVM bytecode into SMT. This allows the constraints to be written in normal Java, to being interoperable with the rest of the program and lowers the entry barrier to using specialised solvers in applications. Due to the nature of the performed translation, variable assignments for other runtime properties than constraint satisfaction can be found. These include variable assignments that lead to runtime exceptions during normal code execution. We demonstrate that the implemented approach is able to find variable assignments for non-trivial constraints such as a Sudoku puzzle.