Generated on Sat Feb 7 2015 02:01:38 for Gecode by doxygen 1.8.9.1
PhotoSpec Class Reference

Specifications for the photo example. More...

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. More...
 
const int n_prefs
 Number of preferences. More...
 
const int * prefs
 Array of preferences. More...
 

Detailed Description

Specifications for the photo example.

Definition at line 45 of file photo.cpp.

Constructor & Destructor Documentation

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

Definition at line 50 of file photo.cpp.

Member Data Documentation

const int PhotoSpec::n_names

Number of people on picture.

Definition at line 47 of file photo.cpp.

const int PhotoSpec::n_prefs

Number of preferences.

Definition at line 48 of file photo.cpp.

const int* PhotoSpec::prefs

Array of preferences.

Definition at line 49 of file photo.cpp.


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