SGSolve
|
This is the complete list of members for SGAbstractGame, including all inherited members.
constrained(int player) const | SGAbstractGame | inlinevirtual |
delta | SGAbstractGame | protected |
getDelta() const | SGAbstractGame | inline |
getNumActions() const | SGAbstractGame | inline |
getNumPlayers() const | SGAbstractGame | inline |
getNumStates() const | SGAbstractGame | inline |
indexToActions(int index, int state) const | SGAbstractGame | inlineprotected |
isEquilibriumAction(int state, const vector< int > &actions) const | SGAbstractGame | inlinevirtual |
isEquilibriumAction(int state, int action) const | SGAbstractGame | inline |
numActions | SGAbstractGame | protected |
numPlayers | SGAbstractGame | protected |
numStates | SGAbstractGame | protected |
payoffs(int state, const vector< int > &actions) const =0 | SGAbstractGame | pure virtual |
payoffs(int state, int action) const | SGAbstractGame | inline |
probability(int state, const vector< int > &actions, int statep) const =0 | SGAbstractGame | pure virtual |
probability(int state, int action, int statep) const | SGAbstractGame | inline |
SGAbstractGame(int _numPlayers, double _delta, int _numStates, vector< vector< int > > _numActions) | SGAbstractGame | inline |
SGAbstractGame(double _delta, int _numStates, vector< vector< int > > _numActions) | SGAbstractGame | inline |