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.communication |
This package contains the classes and interfaces to create the external SMT solver processes and
communicate with them:
ExternalProcessLauncher creates and starts the
external process and connects it to the pipe.
Pipe is responsible for sending and receiving
input/output strings to/from the external process. |
Modifier and Type | Method and Description |
---|---|
AbstractSolverSocket |
SMTSolver.getSocket() |
Modifier and Type | Method and Description |
---|---|
static AbstractSolverSocket |
AbstractSolverSocket.createSocket(SolverType type,
ModelExtractor query)
Creates a new solver socket that can handle the communication for the given solver type.
|
Copyright © 2003-2019 The KeY-Project.