Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <array>
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <deque>
#include <functional>
#include <limits>
#include <string>
#include <utility>
#include <vector>
#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.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 |
class | operations_research::sat::SharedIncompleteSolutionManager |
struct | operations_research::sat::CpSolverResponseStatisticCallbacks |
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 |
Functions | |
void | operations_research::sat::FillSolveStatsInResponse (Model *model, CpSolverResponse *response) |