|
| | LqTer (Space &home, bool share, Propagator &p, A x0, B x1, C x2, Val c) |
| | Constructor for rewriting p during cloning. 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 PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function (defined as low ternary) More...
|
| |
| virtual size_t | dispose (Space &home) |
| | Delete propagator and return its size. 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...
|
| |
|
| | LqTer (Space &home, bool share, LqTer &p) |
| | Constructor for cloning p. More...
|
| |
| | LqTer (Home home, A x0, B x1, C x2, Val c) |
| | Constructor for creation. More...
|
| |
| | LinTer (Space &home, bool share, LinTer &p) |
| | Constructor for cloning p. More...
|
| |
| | LinTer (Home home, A x0, B x1, C x2, Val c) |
| | Constructor for creation. More...
|
| |
| | LinTer (Space &home, bool share, Propagator &p, A x0, B x1, C x2, Val c) |
| | Constructor for rewriting p during cloning. 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...
|
| |
template<class Val, class A, class B, class C>
class Gecode::Int::Linear::LqTer< Val, A, B, C >
Propagator for bounds consistent ternary linear less or equal
The type Val can be either long long int or int, defining the numerical precision during propagation. The types A, B, and C give the types of the views.
The propagation condition pc refers to all three views.
Requires
Definition at line 452 of file linear.hh.