Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <bop_lns.h>
Public Member Functions | |
ObjectiveBasedNeighborhood (const BopConstraintTerms *objective_terms, absl::BitGenRef random) | |
~ObjectiveBasedNeighborhood () final=default | |
Public Member Functions inherited from operations_research::bop::NeighborhoodGenerator | |
NeighborhoodGenerator ()=default | |
virtual | ~NeighborhoodGenerator ()=default |
Generates a neighborhood by randomly fixing a subset of the objective variables that are currently at their lower cost.
|
inline |
|
finaldefault |