| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.orders.VarOrderHeap
public class VarOrderHeap
| Field Summary | |
|---|---|
protected  double[] | 
activity
mesure heuristique de l'activite d'une variable.  | 
protected  Heap | 
heap
 | 
protected  ILits | 
lits
 | 
protected  IPhaseSelectionStrategy | 
phaseStrategy
 | 
| Constructor Summary | |
|---|---|
VarOrderHeap()
 | 
|
VarOrderHeap(IPhaseSelectionStrategy strategy)
 | 
|
| Method Summary | |
|---|---|
 void | 
assignLiteral(int p)
indicate that a literal has been satisfied.  | 
 IPhaseSelectionStrategy | 
getPhaseSelectionStrategy()
 | 
 ILits | 
getVocabulary()
 | 
 void | 
init()
that method has the responsability to initialize all arrays in the heuristics.  | 
 int | 
numberOfInterestingVariables()
 | 
 void | 
printStat(PrintWriter out,
          String prefix)
Display statistics regarding the heuristics.  | 
 int | 
select()
Selectionne une nouvelle variable, non affectee, ayant l'activite la plus elevee.  | 
 void | 
setLits(ILits lits)
Method used to provide an easy access the the solver vocabulary.  | 
 void | 
setPhaseSelectionStrategy(IPhaseSelectionStrategy strategy)
Change the selection strategy.  | 
 void | 
setVarDecay(double d)
Change la valeur de varDecay.  | 
 String | 
toString()
 | 
 void | 
undo(int x)
Methode appelee quand la variable x est desaffectee.  | 
protected  void | 
updateActivity(int var)
 | 
 void | 
updateVar(int p)
Appelee lorsque l'activite de la variable x a change.  | 
 double | 
varActivity(int p)
To obtain the current activity of a variable.  | 
 void | 
varDecayActivity()
Decay the variables activities.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected double[] activity
protected ILits lits
protected Heap heap
protected IPhaseSelectionStrategy phaseStrategy
| Constructor Detail | 
|---|
public VarOrderHeap()
public VarOrderHeap(IPhaseSelectionStrategy strategy)
| Method Detail | 
|---|
public void setPhaseSelectionStrategy(IPhaseSelectionStrategy strategy)
setPhaseSelectionStrategy in interface IOrderstrategy - public IPhaseSelectionStrategy getPhaseSelectionStrategy()
getPhaseSelectionStrategy in interface IOrderpublic void setLits(ILits lits)
IOrder
setLits in interface IOrderlits - the vocabularypublic int select()
select in interface IOrderpublic void setVarDecay(double d)
setVarDecay in interface IOrderd - la nouvelle valeur de varDecaypublic void undo(int x)
undo in interface IOrderx - public void updateVar(int p)
updateVar in interface IOrderp - a literalprotected void updateActivity(int var)
public void varDecayActivity()
IOrder
varDecayActivity in interface IOrderpublic double varActivity(int p)
IOrder
varActivity in interface IOrderp - a literal
public int numberOfInterestingVariables()
public void init()
init in interface IOrderpublic String toString()
toString in class Objectpublic ILits getVocabulary()
public void printStat(PrintWriter out,
                      String prefix)
IOrder
printStat in interface IOrderout - the writer to display the information inprefix - to be used in front of each newline.public void assignLiteral(int p)
IOrder
assignLiteral in interface IOrder
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||