public class CenteredIndexHeuristic extends ReductionHeuristic
uc| Constructor and Description |
|---|
CenteredIndexHeuristic() |
| Modifier and Type | Method and Description |
|---|---|
void |
deliverCriticalClauses(java.util.Set<java.lang.Integer> criticalClauses)
Does nothing by default
|
java.lang.String |
getName()
Defines the name of the heuristic as displayed in the reduction agent system.
|
int |
getNextCandidate()
Is used by the reduction agent steered by this heuristic to poll
reduction candidates.
|
deliverProof, needsProof, setNewUC, setSelVarOffset, usesProofspublic int getNextCandidate()
ReductionHeuristicgetNextCandidate in class ReductionHeuristicpublic void deliverCriticalClauses(java.util.Set<java.lang.Integer> criticalClauses)
ReductionHeuristicdeliverCriticalClauses in class ReductionHeuristicpublic java.lang.String getName()
ReductionHeuristicgetName in class ReductionHeuristic