![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/cpp/compute_infeasible_subsystem_result.h"#include <cstdint>#include <limits>#include <optional>#include <ostream>#include <sstream>#include <string>#include <tuple>#include "absl/algorithm/container.h"#include "absl/container/flat_hash_map.h"#include "absl/container/flat_hash_set.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include "absl/strings/string_view.h"#include "ortools/base/status_macros.h"#include "ortools/math_opt/constraints/indicator/indicator_constraint.h"#include "ortools/math_opt/constraints/quadratic/quadratic_constraint.h"#include "ortools/math_opt/constraints/second_order_cone/second_order_cone_constraint.h"#include "ortools/math_opt/constraints/sos/sos1_constraint.h"#include "ortools/math_opt/constraints/sos/sos2_constraint.h"#include "ortools/math_opt/core/math_opt_proto_utils.h"#include "ortools/math_opt/cpp/enums.h"#include "ortools/math_opt/cpp/key_types.h"#include "ortools/math_opt/cpp/linear_constraint.h"#include "ortools/math_opt/cpp/solve_result.h"#include "ortools/math_opt/cpp/variable_and_expressions.h"#include "ortools/math_opt/infeasible_subsystem.pb.h"#include "ortools/math_opt/result.pb.h"#include "ortools/math_opt/storage/model_storage.h"#include "ortools/math_opt/validators/infeasible_subsystem_validator.h"#include "ortools/util/status_macros.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. | |
Functions | |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &out, const ModelSubset::Bounds &bounds) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &out, const ModelSubset &model_subset) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &out, const ComputeInfeasibleSubsystemResult &result) |