public class NullLCDS extends Object implements LearnedConstraintsDeletionStrategy
| Constructor and Description |
|---|
NullLCDS(LearnedConstraintsDeletionStrategy decorated) |
| Modifier and Type | Method and Description |
|---|---|
ConflictTimer |
getTimer() |
void |
init() |
void |
onClauseLearning(Constr outLearnt) |
void |
onConflictAnalysis(Constr reason) |
void |
onPropagation(Constr from,
int propagated) |
void |
reduce(IVec<Constr> learnedConstrs) |
public NullLCDS(LearnedConstraintsDeletionStrategy decorated)
public void init()
init in interface LearnedConstraintsDeletionStrategypublic ConflictTimer getTimer()
getTimer in interface LearnedConstraintsDeletionStrategypublic void reduce(IVec<Constr> learnedConstrs)
reduce in interface LearnedConstraintsDeletionStrategypublic void onClauseLearning(Constr outLearnt)
onClauseLearning in interface LearnedConstraintsDeletionStrategypublic void onConflictAnalysis(Constr reason)
onConflictAnalysis in interface LearnedConstraintsDeletionStrategypublic void onPropagation(Constr from, int propagated)
onPropagation in interface LearnedConstraintsDeletionStrategyCopyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.