Package org.jacop.api
Interface RemoveLevelLate
- All Known Implementing Classes:
Geost
,Knapsack
,LexOrder
,Linear
,NetworkFlow
,Regular
,SumWeight
,SumWeightDom
,VariableTrace
public interface RemoveLevelLate
Interface 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
Modifier and TypeMethodDescriptionvoid
removeLevelLate
(int level) This function is called in case of the backtrack.
-
Method Details
-
removeLevelLate
void removeLevelLate(int level) This function is called in case of the backtrack. It is called after all timestamps, variables, mutablevariables have reverted to their values *after* removing the level.- Parameters:
level
- the level which is being removed.
-