![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <string>#include <utility>#include <vector>#include "absl/random/bit_gen_ref.h"#include "ortools/sat/model.h"#include "ortools/sat/synchronization.h"Go to the source code of this file.
Classes | |
| struct | operations_research::sat::ReducedDomainNeighborhood |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |
Functions | |
| ReducedDomainNeighborhood | operations_research::sat::GetRinsRensNeighborhood (const SharedResponseManager *response_manager, const SharedLPSolutionRepository *lp_solutions, SharedIncompleteSolutionManager *incomplete_solutions, double difficulty, absl::BitGenRef random) |
| void | operations_research::sat::RecordLPRelaxationValues (Model *model) |
| Adds the current LP solution to the pool. | |