Generated on Mon May 5 05:54:06 2008 for Gecode by doxygen 1.5.5

support.hh File Reference

(Revision: 6067)

#include "gecode/kernel.hh"
#include "gecode/int.hh"
#include "gecode/search.hh"
#include "examples/support/options.icc"
#include "examples/support/example.icc"

Go to the source code of this file.

Classes

class  BaseOption
 Base class for options. More...
class  StringOption
 String-valued option. More...
class  StringOption::Value
 Option value. More...
class  UnsignedIntOption
 Unsigned integer option. More...
class  Options
 Options for examples. More...
class  SizeOptions
 Options for examples with additional size parameter. More...
class  Example
 Base-class for Gecode examples. More...

Enumerations

enum  ExampleMode { EM_SOLUTION, EM_TIME, EM_STAT }
 Different modes for executing examples. More...
enum  SAC { SAC_NONE, SAC_ONE, SAC_FULL }
 Modes for singleton arc consistency. More...


Enumeration Type Documentation

Different modes for executing examples.

Enumerator:
EM_SOLUTION  Print solution and some statistics.
EM_TIME  Measure average runtime.
EM_STAT  Print statistics for example.

Definition at line 57 of file support.hh.

enum SAC

Modes for singleton arc consistency.

Enumerator:
SAC_NONE  No SAC.
SAC_ONE  Run SAC once for all variables.
SAC_FULL  Run SAC until fixpoint.

Definition at line 148 of file support.hh.