public class AscendingIndexHeuristic extends ReductionHeuristic
uc
Constructor and Description |
---|
AscendingIndexHeuristic() |
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, usesProofs
public int getNextCandidate()
ReductionHeuristic
getNextCandidate
in class ReductionHeuristic
public void deliverCriticalClauses(java.util.Set<java.lang.Integer> criticalClauses)
ReductionHeuristic
deliverCriticalClauses
in class ReductionHeuristic
public java.lang.String getName()
ReductionHeuristic
getName
in class ReductionHeuristic