Eq20 Class Reference
[Example scripts (models)]
Example: Solving 20 linear equations More...
Public Member Functions | |
| Eq20 (const Options &opt) | |
| The actual problem. | |
| Eq20 (Eq20 &s) | |
| Constructor for cloning s. | |
| virtual Space * | copy (void) |
| Perform copying during cloning. | |
| virtual void | print (std::ostream &os) const |
| Print solution. | |
Detailed Description
Example: Solving 20 linear equations
Standard benchmark for solving linear equations.
Definition at line 47 of file eq20.cpp.
Constructor & Destructor Documentation
| Eq20::Eq20 | ( | const Options & | opt | ) | [inline] |
Member Function Documentation
| virtual Space* Eq20::copy | ( | void | ) | [inline, virtual] |
| virtual void Eq20::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Print solution.
Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.
The documentation for this class was generated from the following file:
- examples/eq20.cpp
