Package org.sosy_lab.java_smt.utils
Class UfElimination.Result
java.lang.Object
org.sosy_lab.java_smt.utils.UfElimination.Result
- Enclosing class:
- UfElimination
-
Method Summary
Modifier and TypeMethodDescriptionstatic UfElimination.Resultempty(FormulaManager pFormulaManager)
-
Method Details
-
empty
-
getFormula
- Returns:
- the new
Formulawithout UFs
-
getConstraints
- Returns:
- the constraints enforcing the functional consistency.
-
getSubstitution
- Returns:
- the substitution used to replace UFs
-