|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkodkod.engine.fol2sat.ordering.OrderingMethod
public abstract class OrderingMethod
Abstract super-class of all ordering methods. Via the apply-method, descendants implement their way to influence SAT solver's variable ordering.
Constructor Summary | |
---|---|
OrderingMethod()
|
Method Summary | |
---|---|
abstract void |
apply(OrderableSolver solver,
int primaryVars)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderingMethod()
Method Detail |
---|
public abstract void apply(OrderableSolver solver, int primaryVars)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |