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.
|
Modifier and Type | Method and Description |
---|---|
SMTSolver.SolverState |
SMTSolver.getState()
Returns the current state of the solver.
|
static SMTSolver.SolverState |
SMTSolver.SolverState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMTSolver.SolverState[] |
SMTSolver.SolverState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003-2019 The KeY-Project.