Generated on Mon Aug 25 11:35:48 2008 for Gecode by doxygen 1.5.6

PhotoSpec Class Reference

List of all members.


Detailed Description

Specifications for the Photo example.

Definition at line 42 of file photo.cc.


Public Member Functions

 PhotoSpec (const int n_n, const int n_p, const int *p)

Public Attributes

const int n_names
 Number of people on picture.
const int n_prefs
 Number of preferences.
const int * prefs
 Array of preferences.

Constructor & Destructor Documentation

PhotoSpec::PhotoSpec ( const int  n_n,
const int  n_p,
const int *  p 
) [inline]

Definition at line 47 of file photo.cc.


Member Data Documentation

const int PhotoSpec::n_names

Number of people on picture.

Definition at line 44 of file photo.cc.

const int PhotoSpec::n_prefs

Number of preferences.

Definition at line 45 of file photo.cc.

const int* PhotoSpec::prefs

Array of preferences.

Definition at line 46 of file photo.cc.


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