examples.Money Class Reference
[Example scripts (models)]
Inherits org.gecode.Space.
Detailed Description
Script for the classic SEND+MORE=MONEY puzzle.Definition at line 51 of file Money.java.
Public Member Functions | |
| Money (Options opt) | |
| Constructor for setting up the script. | |
| Money (Boolean share, Money money) | |
| Copy-constructor. | |
Static Public Member Functions | |
| static void | main (String[] args) |
| Main function. | |
Public Attributes | |
| VarArray< IntVar > | letters |
Constructor & Destructor Documentation
| examples.Money.Money | ( | Options | opt | ) |
| examples.Money.Money | ( | Boolean | share, | |
| Money | money | |||
| ) |
Member Function Documentation
| static void examples.Money.main | ( | String[] | args | ) | [static] |
Member Data Documentation
| VarArray<IntVar> examples.Money.letters |
Definition at line 52 of file Money.java.
The documentation for this class was generated from the following file:
- examples/Money.java (Revision: 5594)
