|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.AbstractAlgorithm
omnics.filter.AbstractFilter
omnics.filter.ArcConsistency
omnics.filter.GeneralArcConsistency
public class GeneralArcConsistency
| Field Summary |
|---|
| Fields inherited from class omnics.filter.ArcConsistency |
|---|
constraints, current, explainer, firingEvents, level, optimum, solution, solver |
| Fields inherited from class omnics.filter.AbstractFilter |
|---|
filtered |
| Fields inherited from class omnics.AbstractAlgorithm |
|---|
name, problem |
| Constructor Summary | |
|---|---|
GeneralArcConsistency(Problem problem)
Creates a new instance of GeneralArcConsistency |
|
| Method Summary | |
|---|---|
boolean |
filter(Var current)
Performs an arc-consistency algorithm. |
java.lang.String |
toString()
|
| Methods inherited from class omnics.filter.ArcConsistency |
|---|
createConstraintsMatrix, revise |
| Methods inherited from class omnics.filter.AbstractFilter |
|---|
getFiltered, setFiltered |
| Methods inherited from class omnics.AbstractAlgorithm |
|---|
getName, getProblem, setName, setProblem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface omnics.Algorithm |
|---|
getName, getProblem, setName, setProblem |
| Constructor Detail |
|---|
public GeneralArcConsistency(Problem problem)
| Method Detail |
|---|
public boolean filter(Var current)
ArcConsistency
filter in interface Filterfilter in class ArcConsistencypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||