![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <array>#include <atomic>#include <cstddef>#include <cstdint>#include <deque>#include <functional>#include <limits>#include <memory>#include <string>#include <utility>#include <vector>#include "absl/algorithm/container.h"#include "absl/base/thread_annotations.h"#include "absl/container/btree_map.h"#include "absl/container/flat_hash_map.h"#include "absl/container/flat_hash_set.h"#include "absl/random/bit_gen_ref.h"#include "absl/random/random.h"#include "absl/strings/string_view.h"#include "absl/synchronization/mutex.h"#include "absl/time/time.h"#include "absl/types/span.h"#include "ortools/base/logging.h"#include "ortools/base/stl_util.h"#include "ortools/base/timer.h"#include "ortools/sat/cp_model.pb.h"#include "ortools/sat/integer_base.h"#include "ortools/sat/model.h"#include "ortools/sat/sat_parameters.pb.h"#include "ortools/sat/util.h"#include "ortools/util/bitset.h"#include "ortools/util/logging.h"#include "ortools/util/sorted_interval_list.h"Go to the source code of this file.
Classes | |
| class | operations_research::sat::SharedSolutionRepository< ValueType > |
| struct | operations_research::sat::SharedSolutionRepository< ValueType >::Solution |
| The solution format used by this class. More... | |
| class | operations_research::sat::SharedLPSolutionRepository |
| Solutions coming from the LP. More... | |
| class | operations_research::sat::SharedLsSolutionRepository |
| class | operations_research::sat::SharedIncompleteSolutionManager |
| class | operations_research::sat::SharedResponseManager |
| class | operations_research::sat::SharedBoundsManager |
| class | operations_research::sat::UniqueClauseStream |
| class | operations_research::sat::SharedClausesManager |
| class | operations_research::sat::SharedStatistics |
| Simple class to add statistics by name and print them at the end. More... | |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |