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

StressDomain Class Reference
[Scripts for stress tests]

Inherits Example.

List of all members.


Detailed Description

Example: Domain stress test

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

The actual problem.

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

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

Constructor for cloning s.

Definition at line 72 of file stress-domain.cc.


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]

Print solution.

Reimplemented from Example.

Definition at line 82 of file stress-domain.cc.


Member Data Documentation

Variables.

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


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