|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Team information for baseball elimination. More...
#include <net_apps.H>
Public Member Functions | |
| Team (const std::string &n="", int w=0, int l=0, int r=0) | |
Public Attributes | |
| std::string | name |
| int | wins |
| int | losses |
| int | remaining |
| Games remaining. | |
| std::vector< int > | against |
| Games remaining against each team. | |
Team information for baseball elimination.
Definition at line 572 of file net_apps.H.
Definition at line 580 of file net_apps.H.
| std::vector<int> Aleph::Team::against |
Games remaining against each team.
Definition at line 578 of file net_apps.H.
| int Aleph::Team::losses |
Definition at line 576 of file net_apps.H.
| std::string Aleph::Team::name |
Definition at line 574 of file net_apps.H.
| int Aleph::Team::remaining |
Games remaining.
Definition at line 577 of file net_apps.H.
Referenced by Aleph::check_baseball_elimination().
| int Aleph::Team::wins |
Definition at line 575 of file net_apps.H.
Referenced by Aleph::check_baseball_elimination().