Generated on Sat Feb 7 2015 02:01:47 for Gecode by doxygen 1.8.9.1
Gecode::Int::Element::View< VA, VB, VC, pc_ac > Class Template Reference

Base-class for element propagator for array of views. More...

#include <element.hh>

Public Member Functions

virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function. More...
 
virtual size_t dispose (Space &home)
 Delete propagator and return its size. More...
 
- Public Member Functions inherited from Gecode::Propagator
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)=0
 Propagation function. More...
 
ModEventDelta modeventdelta (void) const
 Return the modification event delta. More...
 
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Advise function. More...
 
double afc (const Space &home) const
 Return the accumlated failure count. More...
 
- Public Member Functions inherited from Gecode::Actor
virtual Actorcopy (Space &home, bool share)=0
 Create copy. More...
 

Protected Member Functions

 View (Space &home, bool share, View &p)
 Constructor for cloning p. More...
 
 View (Home home, IdxViewArray< VA > &iv, VB x0, VC x1)
 Constructor for creation. More...
 
- Protected Member Functions inherited from Gecode::Propagator
 Propagator (Home home)
 Constructor for posting. More...
 
 Propagator (Space &home, bool share, Propagator &p)
 Constructor for cloning p. More...
 
Propagatorfwd (void) const
 Return forwarding pointer during copying. More...
 

Protected Attributes

IdxViewArray< VA > iv
 Current index-view map. More...
 
VB x0
 View for index. More...
 
VC x1
 View for result. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::Actor
static void * operator new (size_t s, Space &home)
 Allocate memory from space. More...
 
static void operator delete (void *p, Space &home)
 No-op for exceptions. More...
 

Detailed Description

template<class VA, class VB, class VC, PropCond pc_ac>
class Gecode::Int::Element::View< VA, VB, VC, pc_ac >

Base-class for element propagator for array of views.

Definition at line 205 of file element.hh.

Constructor & Destructor Documentation

template<class VA , class VB , class VC , PropCond pc_ac>
Gecode::Int::Element::View< VA, VB, VC, pc_ac >::View ( Space home,
bool  share,
View< VA, VB, VC, pc_ac > &  p 
)
inlineprotected

Constructor for cloning p.

Definition at line 126 of file view.hpp.

template<class VA, class VB, class VC, PropCond pc_ac>
Gecode::Int::Element::View< VA, VB, VC, pc_ac >::View ( Home  home,
IdxViewArray< VA > &  iv,
VB  x0,
VC  x1 
)
protected

Constructor for creation.

Definition at line 116 of file view.hpp.

Member Function Documentation

template<class VA , class VB , class VC , PropCond pc_ac>
PropCost Gecode::Int::Element::View< VA, VB, VC, pc_ac >::cost ( const Space home,
const ModEventDelta med 
) const
virtual

Cost function.

Implements Gecode::Propagator.

Reimplemented in Gecode::Int::Element::ViewDom< VA, VB, VC >.

Definition at line 135 of file view.hpp.

template<class VA , class VB , class VC , PropCond pc_ac>
size_t Gecode::Int::Element::View< VA, VB, VC, pc_ac >::dispose ( Space home)
inlinevirtual

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Definition at line 144 of file view.hpp.

Member Data Documentation

template<class VA, class VB, class VC, PropCond pc_ac>
IdxViewArray<VA> Gecode::Int::Element::View< VA, VB, VC, pc_ac >::iv
protected

Current index-view map.

Definition at line 208 of file element.hh.

template<class VA, class VB, class VC, PropCond pc_ac>
VB Gecode::Int::Element::View< VA, VB, VC, pc_ac >::x0
protected

View for index.

Definition at line 210 of file element.hh.

template<class VA, class VB, class VC, PropCond pc_ac>
VC Gecode::Int::Element::View< VA, VB, VC, pc_ac >::x1
protected

View for result.

Definition at line 212 of file element.hh.


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