![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <optional>#include <string>#include <type_traits>#include <utility>#include <vector>#include "absl/container/flat_hash_set.h"#include "absl/log/check.h"#include "ortools/base/strong_int.h"#include "ortools/math_opt/model.pb.h"#include "ortools/math_opt/model_update.pb.h"#include "ortools/math_opt/storage/atomic_constraint_storage.h"#include "ortools/math_opt/storage/linear_expression_data.h"#include "ortools/math_opt/storage/sparse_coefficient_map.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
| namespace | operations_research::math_opt::internal |
Typedefs | |
| using | operations_research::math_opt::Sos1ConstraintData = internal::SosConstraintData<Sos1ConstraintId> |
| using | operations_research::math_opt::Sos2ConstraintData = internal::SosConstraintData<Sos2ConstraintId> |