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 976 of file view.icc.
Constructors and initialization | |
ComplementView (void) | |
Default constructor. | |
ComplementView (ComplementView< View > &x) | |
Initialize with set view x. |
Member Function Documentation
|
Default constructor.
Definition at line 263 of file complement.icc. |
|
Initialize with set view x.
Definition at line 268 of file complement.icc. |
The documentation for this class was generated from the following files:
- gecode/set/view.icc (Revision: 3559)
- gecode/set/view/complement.icc (Revision: 3559)