OR-Tools  9.6
cp_model_lns.h File Reference

Go to the source code of this file.

Classes

struct  Neighborhood
 
class  NeighborhoodGeneratorHelper
 
class  NeighborhoodGenerator
 
struct  NeighborhoodGenerator::SolveData
 
class  RelaxRandomVariablesGenerator
 
class  RelaxRandomConstraintsGenerator
 
class  VariableGraphNeighborhoodGenerator
 
class  ConstraintGraphNeighborhoodGenerator
 
class  RelaxObjectiveVariablesGenerator
 
class  RandomIntervalSchedulingNeighborhoodGenerator
 
class  RandomPrecedenceSchedulingNeighborhoodGenerator
 
class  SchedulingTimeWindowNeighborhoodGenerator
 
class  SchedulingResourceWindowsNeighborhoodGenerator
 
class  RoutingRandomNeighborhoodGenerator
 
class  RoutingPathNeighborhoodGenerator
 
class  RoutingFullPathNeighborhoodGenerator
 
class  RelaxationInducedNeighborhoodGenerator
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::sat
 

Functions

Neighborhood GenerateSchedulingNeighborhoodFromRelaxedIntervals (const absl::Span< const int > intervals_to_relax, const CpSolverResponse &initial_solution, absl::BitGenRef random, const NeighborhoodGeneratorHelper &helper)
 
Neighborhood GenerateSchedulingNeighborhoodFromIntervalPrecedences (const absl::Span< const std::pair< int, int >> precedences, const CpSolverResponse &initial_solution, const NeighborhoodGeneratorHelper &helper)