![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solvers/gurobi/g_gurobi.h"#include <memory>#include <optional>#include <string>#include <utility>#include <vector>#include "absl/log/check.h"#include "absl/log/die_if_null.h"#include "absl/log/log.h"#include "absl/log/vlog_is_on.h"#include "absl/memory/memory.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/strings/str_format.h"#include "absl/types/span.h"#include "ortools/base/logging.h"#include "ortools/base/source_location.h"#include "ortools/base/status_builder.h"#include "ortools/base/status_macros.h"#include "ortools/gurobi/environment.h"#include "ortools/gurobi/isv_public/gurobi_isv.h"#include "ortools/math_opt/solvers/gurobi.pb.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 | |
| absl::StatusOr< GRBenvUniquePtr > | operations_research::math_opt::GurobiNewPrimaryEnv (const std::optional< GurobiIsvKey > &isv_key) |