![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <atomic>#include <cstdint>#include <functional>#include <memory>#include <string>#include <vector>#include "absl/base/thread_annotations.h"#include "absl/synchronization/mutex.h"#include "ortools/sat/cp_model.pb.h"#include "ortools/sat/cp_model_lns.h"#include "ortools/sat/cp_model_solver_helpers.h"#include "ortools/sat/integer_base.h"#include "ortools/sat/model.h"#include "ortools/sat/sat_parameters.pb.h"#include "ortools/sat/subsolver.h"#include "ortools/util/sorted_interval_list.h"Go to the source code of this file.
Classes | |
| class | operations_research::sat::ObjectiveShavingSolver |
| class | operations_research::sat::VariablesShavingSolver |
| struct | operations_research::sat::VariablesShavingSolver::State |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |