Generated on Mon Aug 25 11:35:48 2008 for Gecode by doxygen 1.5.6

Baseline Class Reference
[Scripts for problems]

Inherits Example.

List of all members.


Detailed Description

Example: Baseline test

Definition at line 46 of file baseline.cc.


Public Member Functions

 Baseline (const Options &)
 The actual problem.
 Baseline (bool share, Baseline &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Perform copying during cloning.
virtual void print (std::ostream &)
 Print solution.

Protected Attributes

IntVarArray x
 Variables.

Constructor & Destructor Documentation

Baseline::Baseline ( const Options  )  [inline]

The actual problem.

Definition at line 52 of file baseline.cc.

Baseline::Baseline ( bool  share,
Baseline s 
) [inline]

Constructor for cloning s.

Definition at line 58 of file baseline.cc.


Member Function Documentation

virtual Space* Baseline::copy ( bool  share  )  [inline, virtual]

Perform copying during cloning.

Implements Gecode::Space.

Definition at line 64 of file baseline.cc.

virtual void Baseline::print ( std::ostream &   )  [inline, virtual]

Print solution.

Reimplemented from Example.

Definition at line 70 of file baseline.cc.


Member Data Documentation

IntVarArray Baseline::x [protected]

Variables.

Definition at line 49 of file baseline.cc.


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