Propagator for bounds consistent n-ary linear less or equal More...
#include <linear.hh>
Public Member Functions | |
Lq (Home home, ViewArray< P > &x, ViewArray< N > &y, FloatVal c) | |
Constructor for creation. | |
virtual Actor * | copy (Space &home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, ViewArray< P > &x, ViewArray< N > &y, FloatVal c) |
Post propagator for ![]() | |
Protected Member Functions | |
Lq (Space &home, bool share, Lq &p) | |
Constructor for cloning p. |
Propagator for bounds consistent n-ary linear less or equal
Positive views are of type P whereas negative views are of type N.
Requires
#include <gecode/float/linear.hh>
Gecode::Float::Linear::Lq< P, N >::Lq | ( | Space & | home, |
bool | share, | ||
Lq< P, N > & | p | ||
) | [inline, protected] |
Actor * Gecode::Float::Linear::Lq< P, N >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Linear::Lq< P, N >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Linear::Lq< P, N >::post | ( | Home | home, |
ViewArray< P > & | x, | ||
ViewArray< N > & | y, | ||
FloatVal | c | ||
) | [static] |