Class IPG
Defined in File ipg_models.h
Inheritance Relationships
Base Type
public Game::IPG
(Class IPG)
Class Documentation
-
class IPG : public Game::IPG
Public Functions
-
IPG(GRBEnv *env, const std::string instanceFileName)
-
IPG(GRBEnv *env, IPGInstance instance)
-
void writeSolution(std::string filename) const
-
inline const IPGInstance getInstance() const
Get the current EPECInstance loaded.
Private Functions
-
inline virtual void preFinalize() override
Virtual (empty) method. Can be implemented by a derived class.
-
inline virtual void postFinalize() override
Virtual (empty) method. Can be implemented by a derived class.
Private Members
-
IPGInstance Instance
-
IPG(GRBEnv *env, const std::string instanceFileName)