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