Generated on Thu Mar 16 2017 03:24:32 for Gecode by doxygen 1.8.13
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 void reschedule (Space &home)
 Schedule 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...
 
unsigned int id (void) const
 Return propagator id. More...
 
PropagatorGroup group (void) const
 Return group propagator belongs to. More...
 
void group (PropagatorGroup g)
 Add propagator to group g. More...
 
bool disabled (void) const
 Whether propagator is currently disabled. More...
 
void kill (Space &home)
 Kill propagator. More...
 
void disable (void)
 Disable propagator. More...
 
void enable (void)
 Enable propagator. More...
 
- Public Member Functions inherited from Gecode::Actor
virtual Actorcopy (Space &home, bool share)=0
 Create copy. More...
 
virtual ~Actor (void)
 To avoid warnings. 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...
 
GPI::Infogpi (void)
 Provide access to global propagator information. 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)
 Not used. More...
 
static void operator delete (void *p)
 Not used. More...
 
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 207 of file element.hh.

Constructor & Destructor Documentation

◆ View() [1/2]

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.

◆ View() [2/2]

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

◆ cost()

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.

◆ reschedule()

template<class VA , class VB , class VC , PropCond pc_ac>
void Gecode::Int::Element::View< VA, VB, VC, pc_ac >::reschedule ( Space home)
virtual

Schedule function.

Implements Gecode::Propagator.

Definition at line 144 of file view.hpp.

◆ dispose()

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 152 of file view.hpp.

Member Data Documentation

◆ iv

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 210 of file element.hh.

◆ x0

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 212 of file element.hh.

◆ x1

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 214 of file element.hh.


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