abstract class MacroInference extends BranchInference
An inference encapsulating multiple inferences, to be expanded on demand.
- Alphabetic
- By Inheritance
- MacroInference
- BranchInference
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MacroInference(_providedFormulas: Set[CertFormula], _boundConstants: Set[ConstantTerm])
Abstract Value Members
- abstract def expand: Iterator[BranchInference]
The represented inferences.
Concrete Value Members
- val assumedFormulas: Set[CertFormula]
- Definition Classes
- MacroInference → BranchInference
- lazy val constants: Set[ConstantTerm]
Set of constants occurring in this inference.
Set of constants occurring in this inference.
- Definition Classes
- BranchInference
- val localBoundConstants: Set[ConstantTerm]
- Definition Classes
- MacroInference → BranchInference
- def propagateConstraint(closingConstraint: Conjunction): Nothing
Define the modification imposed by this rule application on the closing constraint.
Define the modification imposed by this rule application on the closing constraint.
- Definition Classes
- MacroInference → BranchInference
- val providedFormulas: Set[CertFormula]
Formulae that are introduced into the antecedent by this rule application.
Formulae that are introduced into the antecedent by this rule application. This will implicitly simplify formulae (all simplifications that are built into the datastructures are carried out).
- Definition Classes
- MacroInference → BranchInference
- def toString(): String
- Definition Classes
- MacroInference → AnyRef → Any