public class ExistentiallyConnectedFormulasFeature extends BinaryTacletAppFeature
| Modifier and Type | Field and Description |
|---|---|
private ProjectionToTerm |
for0 |
private ProjectionToTerm |
for1 |
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
private |
ExistentiallyConnectedFormulasFeature(ProjectionToTerm for0,
ProjectionToTerm for1) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
create(ProjectionToTerm for0,
ProjectionToTerm for1) |
protected boolean |
filter(TacletApp app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
filtercomputeCostprivate final ProjectionToTerm for0
private final ProjectionToTerm for1
private ExistentiallyConnectedFormulasFeature(ProjectionToTerm for0, ProjectionToTerm for1)
public static Feature create(ProjectionToTerm for0, ProjectionToTerm for1)
protected boolean filter(TacletApp app, PosInOccurrence pos, Goal goal)
BinaryTacletAppFeaturetrue)
or infinity (false)filter in class BinaryTacletAppFeatureapp - the TacletApppos - position where app is to be appliedgoal - the goal on which app is to be applied