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

Eq20 Class Reference
[Example scripts (models)]

Inherits Example.

List of all members.


Detailed Description

Example: Solving 20 linear equations

Standard benchmark for solving linear equations.

Definition at line 32 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 (void)
 Print solution.


Constructor & Destructor Documentation

Eq20::Eq20 const Options opt  )  [inline]
 

The actual problem.

Definition at line 42 of file eq20.cc.

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

Constructor for cloning s.

Definition at line 77 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 82 of file eq20.cc.

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

Print solution.

Reimplemented from Example.

Definition at line 87 of file eq20.cc.


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