StressDomain Class Reference
[Scripts for stress tests]
Inherits Example.
Detailed Description
Example: Domain stress testDefinition at line 46 of file stress-domain.cc.
Public Member Functions | |
| StressDomain (const SizeOptions &opt) | |
| The actual problem. | |
| StressDomain (bool share, StressDomain &s) | |
| Constructor for cloning s. | |
| virtual Space * | copy (bool share) |
| Perform copying during cloning. | |
| virtual void | print (std::ostream &) |
| Print solution. | |
Protected Attributes | |
| IntVarArray | x |
| Variables. | |
Constructor & Destructor Documentation
| StressDomain::StressDomain | ( | const SizeOptions & | opt | ) | [inline] |
| StressDomain::StressDomain | ( | bool | share, | |
| StressDomain & | s | |||
| ) | [inline] |
Member Function Documentation
| virtual Space* StressDomain::copy | ( | bool | share | ) | [inline, virtual] |
Perform copying during cloning.
Implements Gecode::Space.
Definition at line 77 of file stress-domain.cc.
| virtual void StressDomain::print | ( | std::ostream & | ) | [inline, virtual] |
Member Data Documentation
IntVarArray StressDomain::x [protected] |
The documentation for this class was generated from the following file:
- examples/stress-domain.cc (Revision: 5524)
