Generated on Mon May 10 06:46:53 2010 for Gecode by doxygen 1.6.3

StressExec Class Reference
[Scripts for stress tests]

Example: Execution stress test More...

List of all members.

Public Member Functions

 StressExec (const SizeOptions &opt)
 The actual problem.
 StressExec (bool share, StressExec &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Perform copying during cloning.
virtual void print (std::ostream &) const
 Print solution.

Protected Attributes

IntVarArray x
 Variables.

Static Protected Attributes

static const int n = 1000000
 Initial domain size.

Detailed Description

Example: Execution stress test

The size argument defines how many duplicate propagators are created.

Definition at line 52 of file stress-exec.cpp.


Constructor & Destructor Documentation

StressExec::StressExec ( const SizeOptions opt  )  [inline]

The actual problem.

Definition at line 60 of file stress-exec.cpp.

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

Constructor for cloning s.

Definition at line 71 of file stress-exec.cpp.


Member Function Documentation

virtual Space* StressExec::copy ( bool  share  )  [inline, virtual]

Perform copying during cloning.

Definition at line 77 of file stress-exec.cpp.

virtual void StressExec::print ( std::ostream &   )  const [inline, virtual]

Print solution.

Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.

Definition at line 83 of file stress-exec.cpp.


Member Data Documentation

Variables.

Definition at line 55 of file stress-exec.cpp.

const int StressExec::n = 1000000 [static, protected]

Initial domain size.

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


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