Generated on Sat Feb 7 2015 02:01:38 for Gecode by doxygen 1.8.9.1
Alpha Class Reference

Example: Alpha puzzle More...

Public Types

enum  { BRANCH_NONE, BRANCH_INVERSE, BRANCH_SIZE }
 Branching to use for model. More...
 

Public Member Functions

 Alpha (const Options &opt)
 Actual model. More...
 
 Alpha (bool share, Alpha &s)
 Constructor for cloning s. More...
 
virtual Spacecopy (bool share)
 Copy during cloning. More...
 
virtual void print (std::ostream &os) const
 Print solution. More...
 
- Public Member Functions inherited from Gecode::Driver::ScriptBase< BaseSpace >
 ScriptBase (void)
 Default constructor. More...
 
 ScriptBase (bool share, ScriptBase &e)
 Constructor used for cloning. More...
 
virtual void compare (const Space &, std::ostream &os) const
 Compare with s. More...
 

Protected Attributes

IntVarArray le
 Array for letters. More...
 

Static Protected Attributes

static const int n = 26
 Alphabet has 26 letters. More...
 

Related Functions

(Note that these are not member functions.)

int main (int argc, char *argv[])
 Main-function. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::Driver::ScriptBase< BaseSpace >
static std::ostream & select_ostream (const char *name, std::ofstream &ofs)
 Choose output stream according to name. More...
 
template<class Script , template< class > class Engine, class Options >
static void run (const Options &opt, Script *s=NULL)
 

Detailed Description

Example: Alpha puzzle

Well-known cryptoarithmetic puzzle of unknown origin.

Definition at line 53 of file alpha.cpp.

Constructor & Destructor Documentation

Alpha::Alpha ( const Options opt)
inline

Actual model.

Definition at line 67 of file alpha.cpp.

Alpha::Alpha ( bool  share,
Alpha s 
)
inline

Constructor for cloning s.

Definition at line 112 of file alpha.cpp.

Member Function Documentation

virtual Space* Alpha::copy ( bool  share)
inlinevirtual

Copy during cloning.

Definition at line 117 of file alpha.cpp.

virtual void Alpha::print ( std::ostream &  os) const
inlinevirtual

Print solution.

Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.

Definition at line 122 of file alpha.cpp.

Friends And Related Function Documentation

int main ( int  argc,
char *  argv[] 
)
related

Main-function.

Definition at line 137 of file alpha.cpp.

Member Data Documentation

const int Alpha::n = 26
staticprotected

Alphabet has 26 letters.

Definition at line 56 of file alpha.cpp.

IntVarArray Alpha::le
protected

Array for letters.

Definition at line 58 of file alpha.cpp.


The documentation for this class was generated from the following file: