Gecode::Int::Linear::DomEq< Val, View > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::Lin< Val, View, View, PC_INT_DOM >.
Detailed Description
template<class Val, class View>
class Gecode::Int::Linear::DomEq< Val, View >
Propagator for domain-consistent n-ary linear equality
The type Val can be either double
or int
, defining the numerical precision during propagation. The types View give the type of the view.
Requires
#include "gecode/int/linear.hh"
Definition at line 582 of file linear.hh.
Public Member Functions | |
DomEq (Space *home, ViewArray< View > &x, ViewArray< View > &y, Val c) | |
Constructor for creation. | |
virtual Actor * | copy (Space *home, bool share) |
Create copy during cloning. | |
virtual PropCost | cost (void) const |
Propagation cost. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, ViewArray< View > &x, ViewArray< View > &y, Val c) |
Post propagator for . | |
Protected Member Functions | |
DomEq (Space *home, bool share, DomEq &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
|
Member Function Documentation
|
Create copy during cloning.
Implements Gecode::Actor. |
|
Propagation cost.
Reimplemented from Gecode::Int::Linear::Lin< Val, View, View, PC_INT_DOM >. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator for .
|
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 3604)
- gecode/int/linear/dom.icc (Revision: 3512)