-
Method Summary
int
Returns the current bound
void
Sets the new value of the bound
void
Sets the new value of the bound as
the one of the current solution + (maximization) or - (minimization) delta
void
Activates or deactivates the filtering of the objective
-
Method Details
-
setFilter
void setFilter(boolean activate)
Activates or deactivates the filtering of the objective
- Parameters:
activate -
-
setDelta
void setDelta(int delta)
Sets the new value of the bound as
the one of the current solution + (maximization) or - (minimization) delta
- Parameters:
delta - a positive integer
-
setBound
void setBound(int newBound)
Sets the new value of the bound
- Parameters:
newBound -
-
getBound
int getBound()
Returns the current bound
- Returns:
- the current bound