StressLinearBool Class Reference
[Scripts for stress tests]
Inherits Example.
Detailed Description
Example: Stress linear Boolean inequalityDefinition 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 Space * | copy (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] |
StressLinearBool::StressLinearBool | ( | bool | share, | |
StressLinearBool & | s | |||
) | [inline] |
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] |
Member Data Documentation
BoolVarArray StressLinearBool::x [protected] |
The documentation for this class was generated from the following file: