Interface SLFormulaManager

All Known Implementing Classes:
AbstractSLFormulaManager, DebuggingSLFormulaManager

public interface SLFormulaManager
The SLFormulaManager can build formulae for separation logic.

Info: A ProverEnvironment only supports the assertion of well-typed SL-formulae, i.e. all formulae for one heap need to use matching types (sorts) for the AdressFormulae and ValueFormulae. The user has to take care of this, otherwise the ProverEnvironment complains at runtime!