Test::LDSB::LDSBLatin::Latin Class Reference
Latin square space More...
Public Member Functions | |
| Latin (int n=4) | |
| Latin (Latin &s) | |
| virtual Space * | copy (void) |
| Copying member function. | |
| IntArgs | solution (void) |
Static Public Member Functions | |
| static std::vector< IntArgs > | expectedSolutions (void) |
| Compute list of expected solutions. | |
Public Attributes | |
| IntVarArray | xs |
Detailed Description
Latin square space
Definition at line 1139 of file ldsb.cpp.
Constructor & Destructor Documentation
| Test::LDSB::LDSBLatin::Latin::Latin | ( | int | n = 4 |
) | [inline] |
| Test::LDSB::LDSBLatin::Latin::Latin | ( | Latin & | s | ) | [inline] |
Member Function Documentation
| virtual Space* Test::LDSB::LDSBLatin::Latin::copy | ( | void | ) | [inline, virtual] |
Copying member function.
Must create a new object using the constructor for cloning.
Implements Gecode::Space.
| IntArgs Test::LDSB::LDSBLatin::Latin::solution | ( | void | ) | [inline] |
| static std::vector<IntArgs> Test::LDSB::LDSBLatin::Latin::expectedSolutions | ( | void | ) | [inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file:
- test/ldsb.cpp
