Generated on Wed Nov 1 15:04:49 2006 for Gecode by doxygen 1.4.5

support.hh File Reference

(Revision: 3517)

#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cstring>
#include "gecode/kernel.hh"
#include "gecode/int.hh"
#include "gecode/search.hh"
#include "examples/timer.hh"
#include "examples/support.icc"

Go to the source code of this file.

Classes

class  Options
 Class for options for examples. More...
class  Example
 Base-class for Gecode examples. More...

Enumerations

enum  ExampleMode { EM_SOLUTION, EM_TIME, EM_STAT }
 Different modes for executing examples. More...


Enumeration Type Documentation

enum ExampleMode
 

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 45 of file support.hh.