Generated on Wed Sep 5 2012 18:52:32 for Gecode by doxygen 1.8.1.1
Gecode::Int::ViewRanges< NegBoolView > Class Template Reference

Range iterator for negated Boolean variable views More...

#include <neg-bool.hpp>

List of all members.

Constructors and initialization

 ViewRanges (void)
 Default constructor.
 ViewRanges (const NegBoolView &x)
 Initialize with ranges for view x.
void init (const NegBoolView &x)
 Initialize with ranges for view x.

Additional Inherited Members

- Public Member Functions inherited from Gecode::Iter::Ranges::Singleton
 Singleton (void)
 Default constructor.
 Singleton (int min, int max)
 Initialize with range min to max.
void init (int min, int max)
 Initialize with range min to max.
void operator++ (void)
 Move iterator to next range (if possible)

Detailed Description

template<>
class Gecode::Int::ViewRanges< NegBoolView >

Range iterator for negated Boolean variable views

Definition at line 150 of file neg-bool.hpp.


Constructor & Destructor Documentation

Default constructor.

Definition at line 164 of file neg-bool.hpp.

Initialize with ranges for view x.

Definition at line 167 of file neg-bool.hpp.


Member Function Documentation

void Gecode::Int::ViewRanges< NegBoolView >::init ( const NegBoolView x)
inline

Initialize with ranges for view x.

Definition at line 171 of file neg-bool.hpp.


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