|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of baseball elimination check. More...
#include <net_apps.H>
Public Attributes | |
| bool | eliminated {false} |
| Is the team mathematically eliminated? | |
| std::vector< size_t > | certificate |
| Teams that form elimination certificate. | |
| int | max_possible_wins {0} |
| Maximum wins team can achieve. | |
Result of baseball elimination check.
Definition at line 587 of file net_apps.H.
| std::vector<size_t> Aleph::BaseballEliminationResult::certificate |
Teams that form elimination certificate.
Definition at line 590 of file net_apps.H.
Referenced by Aleph::check_baseball_elimination().
Is the team mathematically eliminated?
Definition at line 589 of file net_apps.H.
Referenced by Aleph::check_baseball_elimination().
| int Aleph::BaseballEliminationResult::max_possible_wins {0} |
Maximum wins team can achieve.
Definition at line 591 of file net_apps.H.
Referenced by Aleph::check_baseball_elimination().