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

Eq20 Class Reference
[Scripts for problems]

Inherits Example.

List of all members.


Detailed Description

Example: Solving 20 linear equations

Standard benchmark for solving linear equations.

Definition at line 48 of file eq20.cc.


Public Member Functions

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

Constructor & Destructor Documentation

Eq20::Eq20 ( const Options opt  )  [inline]

The actual problem.

Definition at line 58 of file eq20.cc.

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

Constructor for cloning s.

Definition at line 93 of file eq20.cc.


Member Function Documentation

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

Perform copying during cloning.

Implements Gecode::Space.

Definition at line 98 of file eq20.cc.

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

Print solution.

Reimplemented from Example.

Definition at line 103 of file eq20.cc.


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