Generated on Tue Sep 25 2012 20:53:31 for Gecode by doxygen 1.7.5
Gecode::Int::Rel::NaryLqLe Class Reference

n-ary less and less or equal propagator More...

#include <rel.hh>

List of all members.

Classes

class  Index
 Advisors for views (by position in array) More...
class  Pos
 Positions in view array that have to be propagated. More...

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Give advice to propagator.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Static Public Member Functions

static ExecStatus post (Home home, ViewArray< View > &x)
 Post propagator for $ x_0 +c\leq x_1+c\leq\cdots \leq x_{|x|-1}$.

Protected Member Functions

bool empty (void) const
 Whether no more positions must be propagated.
int pop (Space &home)
 Pop a position to be propagated and return it.
void push (Space &home, int p)
 Push a new position p to be propagated.
 NaryLqLe (Space &home, bool share, NaryLqLe< View, o > &p)
 Constructor for cloning p.
 NaryLqLe (Home home, ViewArray< View > &)
 Constructor for posting.

Protected Attributes

Council< Indexc
 The advisor council.
Pospos
 Stack of positions.
bool run
 Whether the propagator is currently running.
int n_subsumed
 Number of already subsumed advisors (or views)

Static Protected Attributes

static const int n_threshold = 7
 Compact during cloning when more advisors than that are subsumed.

Detailed Description

n-ary less and less or equal propagator

If o is 0, less or equal is propagated, if o is 1 less is propagated.

Requires

 #include <gecode/int/rel.hh> 

Constructor & Destructor Documentation

Gecode::Int::Rel::NaryLqLe::NaryLqLe ( Space home,
bool  share,
NaryLqLe< View, o > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 285 of file lq-le.hpp.

Gecode::Int::Rel::NaryLqLe::NaryLqLe ( Home  home,
ViewArray< View > &  x 
) [inline, protected]

Constructor for posting.

Definition at line 203 of file lq-le.hpp.


Member Function Documentation

bool Gecode::Int::Rel::NaryLqLe::empty ( void  ) const [inline, protected]

Whether no more positions must be propagated.

Definition at line 180 of file lq-le.hpp.

int Gecode::Int::Rel::NaryLqLe::pop ( Space home) [inline, protected]

Pop a position to be propagated and return it.

Definition at line 193 of file lq-le.hpp.

void Gecode::Int::Rel::NaryLqLe::push ( Space home,
int  p 
) [inline, protected]

Push a new position p to be propagated.

Definition at line 185 of file lq-le.hpp.

Actor * Gecode::Int::Rel::NaryLqLe::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Definition at line 294 of file lq-le.hpp.

PropCost Gecode::Int::Rel::NaryLqLe::cost ( const Space home,
const ModEventDelta med 
) const [virtual]

Cost function.

Reimplemented from Gecode::NaryPropagator< View, PC_INT_NONE >.

Definition at line 320 of file lq-le.hpp.

ExecStatus Gecode::Int::Rel::NaryLqLe::advise ( Space home,
Advisor a,
const Delta d 
) [virtual]

Give advice to propagator.

Definition at line 339 of file lq-le.hpp.

ExecStatus Gecode::Int::Rel::NaryLqLe::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 371 of file lq-le.hpp.

size_t Gecode::Int::Rel::NaryLqLe::dispose ( Space home) [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::NaryPropagator< View, PC_INT_NONE >.

Definition at line 326 of file lq-le.hpp.

ExecStatus Gecode::Int::Rel::NaryLqLe::post ( Home  home,
ViewArray< View > &  x 
) [static]

Post propagator for $ x_0 +c\leq x_1+c\leq\cdots \leq x_{|x|-1}$.

Definition at line 212 of file lq-le.hpp.


Member Data Documentation

The advisor council.

Definition at line 218 of file rel.hh.

Stack of positions.

Definition at line 251 of file rel.hh.

Whether the propagator is currently running.

Definition at line 259 of file rel.hh.

Number of already subsumed advisors (or views)

Definition at line 261 of file rel.hh.

const int Gecode::Int::Rel::NaryLqLe::n_threshold = 7 [static, protected]

Compact during cloning when more advisors than that are subsumed.

Definition at line 263 of file rel.hh.


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