sports-league.cc File Reference
(Revision: 3517)
#include "examples/support.hh"
#include "gecode/minimodel.hh"
Go to the source code of this file.
Classes | |
struct | Play |
Triple forming an entry in the round robin schedule. More... | |
class | SportsLeague |
Example: Sports League Scheduling More... | |
Typedefs | |
typedef PrimArgArray< Play > | RRSArray |
Typedef Documentation
typedef PrimArgArray<Play> RRSArray |
Definition at line 40 of file sports-league.cc.
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) | [related] |
Definition at line 436 of file sports-league.cc.