Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/types/span.h"
#include "ortools/base/source_location.h"
#include "ortools/gurobi/environment.h"
#include "ortools/gurobi/isv_public/gurobi_isv.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. | |
Typedefs | |
using | operations_research::math_opt::GRBenvUniquePtr = std::unique_ptr<GRBenv, GurobiFreeEnv> |
Functions | |
absl::StatusOr< GRBenvUniquePtr > | operations_research::math_opt::GurobiNewPrimaryEnv (const std::optional< GurobiIsvKey > &isv_key) |