Generated on Wed Nov 1 15:04:51 2006 for Gecode by doxygen 1.4.5

PackingSpec Class Reference

List of all members.

Detailed Description

Packing problem specification.

Definition at line 34 of file packing.cc.

Public Member Functions

 PackingSpec (int x0, int y0, const int s0[])

Public Attributes

int x
int y
int n
const int * s


Constructor & Destructor Documentation

PackingSpec::PackingSpec int  x0,
int  y0,
const int  s0[]
[inline]
 

Definition at line 38 of file packing.cc.


Member Data Documentation

int PackingSpec::x
 

Definition at line 36 of file packing.cc.

int PackingSpec::y
 

Definition at line 36 of file packing.cc.

int PackingSpec::n
 

Definition at line 37 of file packing.cc.

const int* PackingSpec::s
 

Definition at line 37 of file packing.cc.


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