Package | Description |
---|---|
de.uka.ilkd.key.smt |
This package contains the SMT backend of KeY, allowing to translate KeY formulas
to formulas in formats such as SMT-LIB, and allowing to send such formulas to
SMT solvers such as Simplify or Z3.
|
de.uka.ilkd.key.smt.newsmt2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSMTTranslator
This abstract class provides a stub for translation of KeY-Formulas to other
standards.
|
class |
SimplifyTranslator |
class |
SmtLib2Translator
The translation for the SMT2-format.
|
class |
SmtLibTranslator |
class |
SMTObjTranslator |
Modifier and Type | Method and Description |
---|---|
SMTTranslator |
SolverType.createTranslator(Services services)
The translator to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
ModularSMTLib2Translator
This class provides a translation from a KeY sequent to the SMT-LIB 2 language, a common input
language for modern SMT solvers.
|
Copyright © 2003-2019 The KeY-Project.