StressLinearBool Class Reference
[Scripts for stress tests]
Example: Stress linear Boolean inequality More...
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) const |
Print solution. | |
Protected Attributes | |
BoolVarArray | x |
Variables. |
Detailed Description
Example: Stress linear Boolean inequality
Definition at line 48 of file stress-linear-bool.cpp.
Constructor & Destructor Documentation
StressLinearBool::StressLinearBool | ( | const SizeOptions & | opt | ) | [inline] |
Constructor for the model.
Definition at line 54 of file stress-linear-bool.cpp.
StressLinearBool::StressLinearBool | ( | bool | share, | |
StressLinearBool & | s | |||
) | [inline] |
Constructor for cloning s.
Definition at line 72 of file stress-linear-bool.cpp.
Member Function Documentation
virtual Space* StressLinearBool::copy | ( | bool | share | ) | [inline, virtual] |
Perform copying during cloning.
Definition at line 77 of file stress-linear-bool.cpp.
virtual void StressLinearBool::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Print solution.
Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.
Definition at line 82 of file stress-linear-bool.cpp.
Member Data Documentation
BoolVarArray StressLinearBool::x [protected] |
Variables.
Definition at line 51 of file stress-linear-bool.cpp.
The documentation for this class was generated from the following file: