StressExec Class Reference
[Example scripts (models)]
Inherits Example.
Detailed Description
Example: Execution stress test
Definition at line 30 of file stress-exec.cc.
Public Member Functions | |
StressExec (const Options &opt) | |
The actual problem. | |
StressExec (bool share, StressExec &s) | |
Constructor for cloning s. | |
virtual Space * | copy (bool share) |
Perform copying during cloning. | |
virtual void | print (void) |
Print solution. | |
Protected Attributes | |
IntVarArray | x |
Variables. |
Constructor & Destructor Documentation
StressExec::StressExec | ( | const Options & | opt | ) | [inline] |
StressExec::StressExec | ( | bool | share, | |
StressExec & | s | |||
) | [inline] |
Member Function Documentation
virtual Space* StressExec::copy | ( | bool | share | ) | [inline, virtual] |
Perform copying during cloning.
Implements Gecode::Space.
Definition at line 51 of file stress-exec.cc.
virtual void StressExec::print | ( | void | ) | [inline, virtual] |
Member Data Documentation
IntVarArray StressExec::x [protected] |
The documentation for this class was generated from the following file:
- examples/stress-exec.cc (Revision: 3506)