Donald Class Reference
[Scripts for problems]
Inherits Example.
Detailed Description
Example: DONALD+GERALD=ROBERT puzzleWell-known cryptoarithmetic puzzle of unknown origin.
Definition at line 49 of file donald.cc.
Public Member Functions | |
Donald (const Options &opt) | |
Actual model. | |
Donald (bool share, Donald &s) | |
Constructor for cloning s. | |
virtual Space * | copy (bool share) |
Copy during cloning. | |
virtual void | print (std::ostream &os) |
Print solution. |
Constructor & Destructor Documentation
Donald::Donald | ( | const Options & | opt | ) | [inline] |
Donald::Donald | ( | bool | share, | |
Donald & | s | |||
) | [inline] |
Member Function Documentation
virtual Space* Donald::copy | ( | bool | share | ) | [inline, virtual] |
virtual void Donald::print | ( | std::ostream & | os | ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- examples/donald.cc (Revision: 5524)