Class FullEnumeration

Inheritance Relationships

Base Type

Class Documentation

class FullEnumeration : public Algorithms::EPEC::PolyBase

This class manages the full enumeration algorithm for Game::EPEC objects.

Public Functions

inline FullEnumeration(GRBEnv *env, Game::EPEC *EPECObject)

Standard constructor.

Parameters
  • env – Pointer to the Gurobi environment

  • EPECObject – Pointer to the EPEC

virtual void solve()

Solves the Game::EPEC by full enumeration.