Package org.jacop.api
Interface RemoveLevelLate
-
- All Known Implementing Classes:
Geost,Knapsack,LexOrder,Linear,NetworkFlow,Regular,SumWeight,SumWeightDom,VariableTrace
public interface RemoveLevelLateInterface that provides the entity ability to be called after the level has been removed to finalize the removal of the level for the constraint.- Version:
- 4.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveLevelLate(int level)This function is called in case of the backtrack.
-