Generated on Mon Aug 25 11:35:48 2008 for Gecode by doxygen 1.5.6

StressSearch Class Reference
[Scripts for stress tests]

Inherits Example.

List of all members.


Detailed Description

Example: Search stress test

Definition at line 46 of file stress-search.cc.


Public Member Functions

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

Protected Attributes

IntVarArray x
 Variables.

Constructor & Destructor Documentation

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

The actual problem.

Definition at line 52 of file stress-search.cc.

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

Constructor for cloning s.

Definition at line 58 of file stress-search.cc.


Member Function Documentation

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

Perform copying during cloning.

Implements Gecode::Space.

Definition at line 64 of file stress-search.cc.

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

Print solution.

Reimplemented from Example.

Definition at line 70 of file stress-search.cc.


Member Data Documentation

Variables.

Definition at line 49 of file stress-search.cc.


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