public class InvertAHeuristic extends java.lang.Object implements ISortingHeuristic
| Modifier and Type | Field and Description |
|---|---|
protected ISortingHeuristic |
heuristic |
| Constructor and Description |
|---|
InvertAHeuristic(ISortingHeuristic heuristic) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<java.lang.Integer> |
getComparator(CnfSatInstance instance) |
java.lang.String |
toString() |
protected ISortingHeuristic heuristic
public InvertAHeuristic(ISortingHeuristic heuristic)
public java.util.Comparator<java.lang.Integer> getComparator(CnfSatInstance instance)
getComparator in interface ISortingHeuristicpublic java.lang.String toString()
toString in class java.lang.Object