|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sat4j.minisat.orders.VarOrder
org.sat4j.minisat.orders.MyOrder
public class MyOrder
Constructor Summary | |
---|---|
MyOrder()
|
Method Summary | |
---|---|
void |
init()
that method has the responsability to initialize all arrays in the heuristics. |
void |
setLits(ILits lits)
|
java.lang.String |
toString()
Affiche les litt�raux dans l'ordre de l'heuristique, la valeur de l'activite entre (). |
Methods inherited from class org.sat4j.minisat.orders.VarOrder |
---|
getVocabulary, newVar, newVar, numberOfInterestingVariables, printStat, select, setVarDecay, undo, updateVar, varActivity, varDecayActivity |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MyOrder()
Method Detail |
---|
public void setLits(ILits lits)
setLits
in interface IOrder
setLits
in class VarOrder
public void init()
IOrder
init
in interface IOrder
init
in class VarOrder
public java.lang.String toString()
VarOrder
toString
in class VarOrder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |