public class CheckApplyEqFeature extends BinaryTacletAppFeature
| Modifier and Type | Field and Description |
|---|---|
static Feature |
INSTANCE |
TOP_COST, ZERO_COST| Modifier | Constructor and Description |
|---|---|
private |
CheckApplyEqFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filter(TacletApp p_app,
PosInOccurrence pos,
Goal goal)
Compute whether the result of the feature is zero (
true)
or infinity (false) |
private boolean |
isNotSelfApplication(PosInOccurrence pos,
IfFormulaInstantiation ifInst) |
filtercomputeCostpublic static final Feature INSTANCE
protected boolean filter(TacletApp p_app, PosInOccurrence pos, Goal goal)
BinaryTacletAppFeaturetrue)
or infinity (false)filter in class BinaryTacletAppFeaturep_app - the TacletApppos - position where app is to be appliedgoal - the goal on which app is to be appliedprivate boolean isNotSelfApplication(PosInOccurrence pos, IfFormulaInstantiation ifInst)