Generated on Thu Apr 11 14:00:04 2019 for Gecode by doxygen 1.6.3

Gecode::Int::NoOverlap::ManProp< Box > Class Template Reference
[Integer propagators]

No-overlap propagator for mandatory boxes. More...

#include <no-overlap.hh>

List of all members.

Public Member Functions

virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual size_t dispose (Space &home)
 Destructor.

Static Public Member Functions

static ExecStatus post (Home home, Box *b, int n)
 Post propagator for boxes b.

Protected Member Functions

 ManProp (Home home, Box *b, int n)
 Constructor for posting.
 ManProp (Space &home, ManProp< Box > &p)
 Constructor for cloning p.

Detailed Description

template<class Box>
class Gecode::Int::NoOverlap::ManProp< Box >

No-overlap propagator for mandatory boxes.

Requires

Definition at line 267 of file no-overlap.hh.


Constructor & Destructor Documentation

template<class Box >
Gecode::Int::NoOverlap::ManProp< Box >::ManProp ( Home  home,
Box *  b,
int  n 
) [inline, protected]

Constructor for posting.

Definition at line 38 of file man.hpp.

template<class Box >
Gecode::Int::NoOverlap::ManProp< Box >::ManProp ( Space home,
ManProp< Box > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 59 of file man.hpp.


Member Function Documentation

template<class Box >
ExecStatus Gecode::Int::NoOverlap::ManProp< Box >::post ( Home  home,
Box *  b,
int  n 
) [inline, static]

Post propagator for boxes b.

Definition at line 43 of file man.hpp.

template<class Box >
ExecStatus Gecode::Int::NoOverlap::ManProp< Box >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 70 of file man.hpp.

template<class Box >
Actor * Gecode::Int::NoOverlap::ManProp< Box >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 64 of file man.hpp.

template<class Box >
size_t Gecode::Int::NoOverlap::ManProp< Box >::dispose ( Space home  )  [inline, virtual]

Destructor.

Reimplemented from Gecode::Int::NoOverlap::Base< Box >.

Definition at line 51 of file man.hpp.


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