Gecode::Int::NoOverlap::ManProp< Dim, d > Class Template Reference
[Integer propagators]
No-overlap propagator for mandatory boxes. More...
#include <no-overlap.hh>
Public Member Functions | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
| virtual Actor * | copy (Space &home, bool share) |
| Copy propagator during cloning. | |
| virtual size_t | dispose (Space &home) |
| Destructor. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ManBox< Dim, d > *b, int n) |
| Post propagator for boxes b. | |
Protected Member Functions | |
| ManProp (Home home, ManBox< Dim, d > *b, int n) | |
| Constructor for posting. | |
| ManProp (Space &home, bool share, ManProp< Dim, d > &p) | |
| Constructor for cloning p. | |
Detailed Description
template<class Dim, int d>
class Gecode::Int::NoOverlap::ManProp< Dim, d >
No-overlap propagator for mandatory boxes.
Requires
#include <gecode/int/no-overlap.hh>
Definition at line 261 of file no-overlap.hh.
Constructor & Destructor Documentation
template<class Dim , int d>
| Gecode::Int::NoOverlap::ManProp< Dim, d >::ManProp | ( | Home | home, | |
| ManBox< Dim, d > * | b, | |||
| int | n | |||
| ) | [inline, protected] |
template<class Dim , int d>
| Gecode::Int::NoOverlap::ManProp< Dim, d >::ManProp | ( | Space & | home, | |
| bool | share, | |||
| ManProp< Dim, d > & | p | |||
| ) | [inline, protected] |
Member Function Documentation
template<class Dim , int d>
| ExecStatus Gecode::Int::NoOverlap::ManProp< Dim, d >::post | ( | Home | home, | |
| ManBox< Dim, d > * | b, | |||
| int | n | |||
| ) | [inline, static] |
template<class Dim , int d>
| ExecStatus Gecode::Int::NoOverlap::ManProp< Dim, d >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class Dim , int d>
| Actor * Gecode::Int::NoOverlap::ManProp< Dim, d >::copy | ( | Space & | home, | |
| bool | share | |||
| ) | [inline, virtual] |
template<class Dim , int d>
| size_t Gecode::Int::NoOverlap::ManProp< Dim, d >::dispose | ( | Space & | home | ) | [inline, virtual] |
Destructor.
Reimplemented from Gecode::Int::NoOverlap::Base< ManBox< Dim, d > >.
The documentation for this class was generated from the following files:
- gecode/int/no-overlap.hh (Revision: 12194)
- gecode/int/no-overlap/man.hpp (Revision: 12168)
