Class IPG

Inheritance Relationships

Base Type

Class Documentation

class IPG : public Game::IPG

Public Functions

IPG(GRBEnv *env, const std::string instanceFileName)
IPG(GRBEnv *env, IPGInstance instance)
std::shared_ptr<const MathOpt::IP_Param> getIPParam(unsigned int player)
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