Generated on Fri Mar 20 15:56:40 2015 for Gecode by doxygen 1.6.3

Eq20 Class Reference
[Example scripts (models)]

Example: Solving 20 linear equations More...

List of all members.

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) const
 Print solution.

Detailed Description

Example: Solving 20 linear equations

Standard benchmark for solving linear equations.

Definition at line 51 of file eq20.cpp.


Constructor & Destructor Documentation

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

The actual problem.

Definition at line 61 of file eq20.cpp.

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

Constructor for cloning s.

Definition at line 96 of file eq20.cpp.


Member Function Documentation

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

Perform copying during cloning.

Definition at line 101 of file eq20.cpp.

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

Print solution.

Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.

Definition at line 106 of file eq20.cpp.


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