OR-Tools  9.6
cp_model_lns.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

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

Variable Documentation

◆ end

int64_t end

Definition at line 481 of file cp_model_lns.cc.

◆ height

int64_t height

Definition at line 549 of file cp_model_lns.cc.

◆ interval_index

int interval_index

Definition at line 482 of file cp_model_lns.cc.

◆ start

int64_t start

Definition at line 480 of file cp_model_lns.cc.

◆ x_end

int64_t x_end

Definition at line 767 of file cp_model_lns.cc.

◆ x_start

int64_t x_start

Definition at line 766 of file cp_model_lns.cc.

◆ y_end

int64_t y_end

Definition at line 769 of file cp_model_lns.cc.

◆ y_start

int64_t y_start

Definition at line 768 of file cp_model_lns.cc.