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

StressExec Class Reference
[Example scripts (models)]

Inherits Example.

List of all members.


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 Spacecopy (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]
 

The actual problem.

Definition at line 36 of file stress-exec.cc.

StressExec::StressExec bool  share,
StressExec s
[inline]
 

Constructor for cloning s.

Definition at line 45 of file stress-exec.cc.


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]
 

Print solution.

Reimplemented from Example.

Definition at line 57 of file stress-exec.cc.


Member Data Documentation

IntVarArray StressExec::x [protected]
 

Variables.

Definition at line 33 of file stress-exec.cc.


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