public class MUCStep extends KahinaStep
needsUpdate| Constructor and Description |
|---|
MUCStep(AlgorithmData data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AlgorithmData |
getData() |
int |
getID() |
int |
getSize() |
int |
getStepType() |
java.lang.Integer[] |
getUc() |
int |
hashCode() |
void |
reset() |
void |
setHeuristic(ISortingHeuristic heuristic)
Computes the relation of a given block of meta variables to the current UC.
|
void |
setID(int id) |
needsUpdate, requireUpdatepublic MUCStep(AlgorithmData data)
public int getSize()
public int getStepType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.Integer[] getUc()
public void setID(int id)
public int getID()
public AlgorithmData getData()
public void reset()
public void setHeuristic(ISortingHeuristic heuristic)
block - a list of meta variables (typically negative literals)