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

StressLinearBool Class Reference
[Scripts for stress tests]

Inherits Example.

List of all members.


Detailed Description

Example: Stress linear Boolean inequality

Definition at line 46 of file stress-linear-bool.cc.


Public Member Functions

 StressLinearBool (const SizeOptions &opt)
 Constructor for the model.
 StressLinearBool (bool share, StressLinearBool &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Perform copying during cloning.
virtual void print (std::ostream &os)
 Print solution.

Protected Attributes

BoolVarArray x
 Variables.

Constructor & Destructor Documentation

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

Constructor for the model.

Definition at line 52 of file stress-linear-bool.cc.

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

Constructor for cloning s.

Definition at line 70 of file stress-linear-bool.cc.


Member Function Documentation

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

Perform copying during cloning.

Implements Gecode::Space.

Definition at line 75 of file stress-linear-bool.cc.

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

Print solution.

Reimplemented from Example.

Definition at line 80 of file stress-linear-bool.cc.


Member Data Documentation

Variables.

Definition at line 49 of file stress-linear-bool.cc.


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