public interface LearningStrategy<D extends DataStructureFactory> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
init()
hook method called just before the search begins.
|
void |
learns(Constr constr) |
void |
setSolver(Solver<D> s) |
void |
setVarActivityListener(VarActivityListener s) |
void init()
void learns(Constr constr)
void setVarActivityListener(VarActivityListener s)
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.