public interface Objective
DFSearch.optimize(Objective)
for implementing the branch and bound depth first search.Modifier and Type | Method and Description |
---|---|
void |
tighten()
Method called each time a solution is found
during the search to let the tightening
of the primal bound occurs such that
the next found solution is better.
|
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.