Example: Magic sequence More...
Public Types | |
enum | { PROP_COUNT , PROP_GCC } |
Propagation to use for model. More... |
Public Member Functions | |
MagicSequence (const SizeOptions &opt) | |
The actual model. | |
MagicSequence (MagicSequence &e) | |
Constructor for cloning e. | |
virtual Space * | copy (void) |
Copy during cloning. | |
virtual void | print (std::ostream &os) const |
Print sequence. | |
Public Member Functions inherited from Gecode::Driver::ScriptBase< Driver::IgnoreStepOption< Space > > | |
ScriptBase (const Options &opt) | |
Constructor. | |
ScriptBase (ScriptBase &e) | |
Constructor used for cloning. | |
virtual void | compare (const Space &home, std::ostream &os) const |
Compare with s. | |
Public Member Functions inherited from Gecode::Driver::IgnoreStepOption< BaseSpace > | |
IgnoreStepOption (const Options &) | |
Constructor. | |
IgnoreStepOption (BaseSpace &e) | |
Constructor used for cloning. |
Related Symbols | |
(Note that these are not member symbols.) | |
int | main (int argc, char *argv[]) |
Main-function. |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Driver::ScriptBase< Driver::IgnoreStepOption< Space > > | |
static std::ostream & | select_ostream (const char *sn, std::ofstream &ofs) |
Choose output stream according to sn. | |
static void | run (const Options &opt, Script *s=NULL) |
Example: Magic sequence
Find a magic sequence of length
of integers such that for every
See problem 19 at http://www.csplib.org/.
Note that "Modeling and Programming with Gecode" uses this example as a case study.
Definition at line 59 of file magic-sequence.cpp.
anonymous enum |
Propagation to use for model.
Enumerator | |
---|---|
PROP_COUNT | Use count constraints. |
PROP_GCC | Use single global cardinality constraint. |
Definition at line 67 of file magic-sequence.cpp.
|
inline |
The actual model.
Definition at line 72 of file magic-sequence.cpp.
|
inline |
Constructor for cloning e.
Definition at line 89 of file magic-sequence.cpp.
|
inlinevirtual |
Copy during cloning.
Definition at line 94 of file magic-sequence.cpp.
|
inlinevirtual |
Print sequence.
Reimplemented from Gecode::Driver::ScriptBase< Driver::IgnoreStepOption< Space > >.
Definition at line 99 of file magic-sequence.cpp.
|
Main-function.
Definition at line 115 of file magic-sequence.cpp.