|
| | ReLq (Home home, ViewArray< P > &x, ViewArray< N > &y, Val c, BoolView b) |
| | Constructor for creation. More...
|
| |
| virtual Actor * | copy (Space &home, bool share) |
| | Create copy during cloning. More...
|
| |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation. More...
|
| |
| virtual void | reschedule (Space &home) |
| | Schedule function. More...
|
| |
| virtual size_t | dispose (Space &home) |
| | Delete propagator and return its size. More...
|
| |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function (defined as low linear) More...
|
| |
| ModEventDelta | modeventdelta (void) const |
| | Return the modification event delta. More...
|
| |
| virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| | Advise function. More...
|
| |
| virtual void | advise (Space &home, Advisor &a) |
| | Run advisor a to be run on failure in failed space. More...
|
| |
| double | afc (void) 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...
|
| |
| virtual | ~Actor (void) |
| | To avoid warnings. More...
|
| |
|
| | ReLq (Space &home, bool share, ReLq &p) |
| | Constructor for cloning p. More...
|
| |
| | ReLin (Space &home, bool share, ReLin &p) |
| | Constructor for cloning p. More...
|
| |
| | ReLin (Home home, ViewArray< P > &x, ViewArray< N > &y, Val c, BoolView b) |
| | Constructor for creation. More...
|
| |
| | Lin (Space &home, bool share, Lin< Val, P, N, pc > &p) |
| | Constructor for cloning p. More...
|
| |
| | Lin (Home home, ViewArray< P > &x, ViewArray< N > &y, Val c) |
| | Constructor for creation. More...
|
| |
| | Propagator (Home home) |
| | Constructor for posting. More...
|
| |
| | Propagator (Space &home, bool share, Propagator &p) |
| | Constructor for cloning p. More...
|
| |
| Propagator * | fwd (void) const |
| | Return forwarding pointer during copying. More...
|
| |
| GPI::Info & | gpi (void) |
| | Provide access to global propagator information. More...
|
| |
|
| BoolView | b |
| | Control view for reification. More...
|
| |
| ViewArray< P > | x |
| | Array of positive views. More...
|
| |
| ViewArray< N > | y |
| | Array of negative views. More...
|
| |
| Val | c |
| | Constant value. More...
|
| |
| template<class Val , class View > |
| void | bounds_p (ModEventDelta med, ViewArray< View > &x, Val &c, Val &sl, Val &su) |
| | Compute bounds information for positive views. More...
|
| |
| template<class Val , class View > |
| void | bounds_n (ModEventDelta med, ViewArray< View > &y, Val &c, Val &sl, Val &su) |
| | Compute bounds information for negative views. More...
|
| |
template<class Val, class P, class N, ReifyMode rm>
class Gecode::Int::Linear::ReLq< Val, P, N, rm >
Propagator for reified bounds consistent n-ary linear less or equal
The type Val can be either long long int or int, defining the numerical precision during propagation. The types P and N give the types of the views.
The propagation condition pc refers to both views.
Requires
Definition at line 753 of file linear.hh.