Gecode::Int::NoOverlap::Base< Box > Class Template Reference
[Integer propagators]
Base class for no-overlap propagator. More...
#include <no-overlap.hh>
Public Member Functions | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function. | |
virtual void | reschedule (Space &home) |
Schedule function. | |
virtual size_t | dispose (Space &home) |
Destructor. | |
Protected Member Functions | |
Base (Home home, Box *b, int n) | |
Constructor for posting with n mandatory boxes. | |
Base (Space &home, bool share, Base< Box > &p, int m) | |
Constructor for cloning p with m boxes. | |
Static Protected Member Functions | |
static int | partition (Box *b, int i, int n) |
Partition n boxes b starting at position i. | |
Protected Attributes | |
Box * | b |
Boxes. | |
int | n |
Number of mandatory boxes: b[0] ... b[n-1]. |
Detailed Description
template<class Box>
class Gecode::Int::NoOverlap::Base< Box >
Base class for no-overlap propagator.
Requires
#include <gecode/int/no-overlap.hh>
Definition at line 238 of file no-overlap.hh.
Constructor & Destructor Documentation
template<class Box >
Gecode::Int::NoOverlap::Base< Box >::Base | ( | Home | home, | |
Box * | b, | |||
int | n | |||
) | [inline, protected] |
template<class Box >
Gecode::Int::NoOverlap::Base< Box >::Base | ( | Space & | home, | |
bool | share, | |||
Base< Box > & | p, | |||
int | m | |||
) | [inline, protected] |
Member Function Documentation
template<class Box >
int Gecode::Int::NoOverlap::Base< Box >::partition | ( | Box * | b, | |
int | i, | |||
int | n | |||
) | [inline, static, protected] |
template<class Box >
PropCost Gecode::Int::NoOverlap::Base< Box >::cost | ( | const Space & | home, | |
const ModEventDelta & | med | |||
) | const [inline, virtual] |
template<class Box >
void Gecode::Int::NoOverlap::Base< Box >::reschedule | ( | Space & | home | ) | [inline, virtual] |
template<class Box >
size_t Gecode::Int::NoOverlap::Base< Box >::dispose | ( | Space & | home | ) | [inline, virtual] |
Destructor.
Reimplemented from Gecode::Actor.
Reimplemented in Gecode::Int::NoOverlap::ManProp< Box >, and Gecode::Int::NoOverlap::OptProp< Box >.
Member Data Documentation
template<class Box>
Box* Gecode::Int::NoOverlap::Base< Box >::b [protected] |
Boxes.
Definition at line 241 of file no-overlap.hh.
template<class Box>
int Gecode::Int::NoOverlap::Base< Box >::n [protected] |
Number of mandatory boxes: b[0] ... b[n-1].
Definition at line 243 of file no-overlap.hh.
The documentation for this class was generated from the following files:
- gecode/int/no-overlap.hh (Revision: 15137)
- gecode/int/no-overlap/base.hpp (Revision: 15137)