hops
GurobiEnvironmentSingleton.hpp
Go to the documentation of this file.
1 #ifndef HOPS_GUROBIENVIRONMENTSINGLETON_HPP
2 #define HOPS_GUROBIENVIRONMENTSINGLETON_HPP
3 
4 #include <gurobi_c++.h>
5 
6 namespace hops {
8  using GurobiEnvironment = GRBEnv;
9  public:
11 
12  const GurobiEnvironment &getGurobiEnvironment();
13 
14  private:
16 
17  GurobiEnvironment environment;
18  };
19 }
20 
21 #endif //HOPS_GUROBIENVIRONMENTSINGLETON_HPP
hops::GurobiEnvironmentSingleton
Definition: GurobiEnvironmentSingleton.hpp:7
hops::GurobiEnvironmentSingleton::getInstance
static GurobiEnvironmentSingleton & getInstance()
hops
Definition: CsvReader.hpp:8
hops::GurobiEnvironmentSingleton::getGurobiEnvironment
const GurobiEnvironment & getGurobiEnvironment()