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

Baseline Class Reference
[Example scripts (models)]

Inherits Example.

List of all members.


Detailed Description

Example: Baseline test

Definition at line 30 of file baseline.cc.

Public Member Functions

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

Protected Attributes

IntVarArray x
 Variables.


Constructor & Destructor Documentation

Baseline::Baseline const Options opt  )  [inline]
 

The actual problem.

Definition at line 36 of file baseline.cc.

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

Constructor for cloning s.

Definition at line 42 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 48 of file baseline.cc.

virtual void Baseline::print void   )  [inline, virtual]
 

Print solution.

Reimplemented from Example.

Definition at line 54 of file baseline.cc.


Member Data Documentation

IntVarArray Baseline::x [protected]
 

Variables.

Definition at line 33 of file baseline.cc.


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