org.sat4j.minisat.orders
Class SubsetVarOrder
java.lang.Object
org.sat4j.minisat.orders.VarOrderHeap
org.sat4j.minisat.orders.SubsetVarOrder
- All Implemented Interfaces:
- Serializable, IOrder
public class SubsetVarOrder
- extends VarOrderHeap
- See Also:
- Serialized Form
Method Summary |
void |
init()
that method has the responsability to initialize all arrays in the
heuristics. |
Methods inherited from class org.sat4j.minisat.orders.VarOrderHeap |
assignLiteral, getPhaseSelectionStrategy, getVariableHeuristics, getVocabulary, numberOfInterestingVariables, printStat, select, setLits, setPhaseSelectionStrategy, setVarDecay, toString, undo, updateActivity, updateVar, updateVarAtDecisionLevel, varActivity, varDecayActivity |
SubsetVarOrder
public SubsetVarOrder(int[] varsToTest)
init
public void init()
- Description copied from class:
VarOrderHeap
- that method has the responsability to initialize all arrays in the
heuristics. PLEASE CALL super.init() IF YOU OVERRIDE THAT METHOD.
- Specified by:
init
in interface IOrder
- Overrides:
init
in class VarOrderHeap
Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.