Gecode::Set::ComplementView< ComplementView< View > > Class Template Reference
[Set views]
List of all members.Detailed Description
template<class View>
class Gecode::Set::ComplementView< ComplementView< View > >
Complement set view specialized for complement set views.
A complement set view for a complement set view for a set view
provides operations such that
behaves like
. This eliminates double negation.
Definition at line 961 of file view.icc.
Constructors and initialization | |
ComplementView (void) | |
Default constructor. | |
ComplementView (ComplementView< View > &x) | |
Initialize with set view x. |
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 266 of file complement.icc. |
|
Initialize with set view x.
Definition at line 271 of file complement.icc. |
The documentation for this class was generated from the following files: