Generated on Fri Mar 20 15:57:08 2015 for Gecode by doxygen 1.6.3

Gecode::Search::CutoffAppend Class Reference
[Search engines]

Cutoff generator appending two cutoff generators. More...

#include <search.hh>

List of all members.

Public Member Functions

 CutoffAppend (Cutoff *c1, unsigned long int n, Cutoff *c2)
 Constructor.
virtual unsigned long int operator() (void) const
 Return the current cutoff value.
virtual unsigned long int operator++ (void)
 Increment and return the next cutoff value.
virtual ~CutoffAppend (void)
 Destructor.

Protected Attributes

Cutoffc1
 First cutoff generators.
Cutoffc2
 Second cutoff generators.
unsigned long int n
 How many number to take from the first.

Detailed Description

Cutoff generator appending two cutoff generators.

Definition at line 339 of file search.hh.


Constructor & Destructor Documentation

Gecode::Search::CutoffAppend::CutoffAppend ( Cutoff c1,
unsigned long int  n,
Cutoff c2 
) [inline]

Constructor.

Definition at line 112 of file cutoff.hpp.

Gecode::Search::CutoffAppend::~CutoffAppend ( void   )  [inline, virtual]

Destructor.

Definition at line 115 of file cutoff.hpp.


Member Function Documentation

unsigned long int Gecode::Search::CutoffAppend::operator() ( void   )  const [virtual]

Return the current cutoff value.

Implements Gecode::Search::Cutoff.

Definition at line 106 of file cutoff.cpp.

unsigned long int Gecode::Search::CutoffAppend::operator++ ( void   )  [virtual]

Increment and return the next cutoff value.

Implements Gecode::Search::Cutoff.

Definition at line 114 of file cutoff.cpp.


Member Data Documentation

First cutoff generators.

Definition at line 342 of file search.hh.

Second cutoff generators.

Definition at line 344 of file search.hh.

unsigned long int Gecode::Search::CutoffAppend::n [protected]

How many number to take from the first.

Definition at line 346 of file search.hh.


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