Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
g_gurobi.h File Reference
#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.

Classes

struct  operations_research::math_opt::GurobiFreeEnv
 
class  operations_research::math_opt::Gurobi
 
struct  operations_research::math_opt::Gurobi::SparseMat
 
class  operations_research::math_opt::Gurobi::CallbackContext
 

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< GRBenvUniquePtroperations_research::math_opt::GurobiNewPrimaryEnv (const std::optional< GurobiIsvKey > &isv_key)