Inherits
Example.
List of all members.
Detailed Description
Example: Orthogonal latin squares
Definition at line 45 of file ortho-latin.cc.
Constructor & Destructor Documentation
OrthoLatinSquare::OrthoLatinSquare |
( |
const SizeOptions & |
opt |
) |
[inline] |
OrthoLatinSquare::OrthoLatinSquare |
( |
bool |
share, |
|
|
OrthoLatinSquare & |
s | |
|
) |
| | [inline] |
Member Function Documentation
IntVar& OrthoLatinSquare::y1 |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
Access field at position i and j in first square.
Definition at line 56 of file ortho-latin.cc.
IntVar& OrthoLatinSquare::y2 |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
Access field at position i and j in second square.
Definition at line 60 of file ortho-latin.cc.
virtual Space* OrthoLatinSquare::copy |
( |
bool |
share |
) |
[inline, virtual] |
virtual void OrthoLatinSquare::print |
( |
std::ostream & |
os |
) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: