Generated on Thu Apr 11 13:59:39 2019 for Gecode by doxygen 1.6.3

GolfOptions Class Reference

Options for Golf example More...

List of all members.

Public Member Functions

 GolfOptions (void)
 Constructor.
int w (void) const
 Return number of weeks.
int g (void) const
 Return number of groups.
int s (void) const
 Return number of players per group.

Protected Attributes

Driver::IntOption _w
Driver::IntOption _g
Driver::IntOption _s

Detailed Description

Options for Golf example

Definition at line 45 of file golf.cpp.


Constructor & Destructor Documentation

GolfOptions::GolfOptions ( void   )  [inline]

Constructor.

Definition at line 52 of file golf.cpp.


Member Function Documentation

int GolfOptions::w ( void   )  const [inline]

Return number of weeks.

Definition at line 62 of file golf.cpp.

int GolfOptions::g ( void   )  const [inline]

Return number of groups.

Definition at line 64 of file golf.cpp.

int GolfOptions::s ( void   )  const [inline]

Return number of players per group.

Definition at line 66 of file golf.cpp.


Member Data Documentation

Definition at line 47 of file golf.cpp.

Definition at line 48 of file golf.cpp.

Definition at line 49 of file golf.cpp.


The documentation for this class was generated from the following file: