Public Member Functions |
| LinBoolScale (Home home, SBAP &p, SBAN &n, VX x, int c) |
| Constructor for creation.
|
| LinBoolScale (Space &home, bool share, Propagator &pr, SBAP &p, SBAN &n, VX x, int c) |
| Constructor for cloning pr.
|
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low linear)
|
virtual size_t | dispose (Space &home) |
| Delete propagator and return its size.
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med)=0 |
| Propagation function.
|
ModEventDelta | modeventdelta (void) const |
| Return the modification event delta.
|
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function.
|
double | afc (void) const |
| Return the accumlated failure count.
|
template<class SBAP, class SBAN, class VX, PropCond pcx>
class Gecode::Int::Linear::LinBoolScale< SBAP, SBAN, VX, pcx >
Base class for linear Boolean constraints with coefficients.
Definition at line 1196 of file linear.hh.