Gecode::Set::Int::MinElement Class Reference
[Set propagators]
#include <int.hh>
Detailed Description
Propator for minimum elementRequires
#include "gecode/set/int.hh"
Definition at line 42 of file int.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, SetView s, Gecode::Int::IntView x) |
| Post propagator for x is the minimal element of s. | |
Protected Member Functions | |
| MinElement (Space *home, bool share, MinElement &p) | |
| Constructor for cloning p. | |
| MinElement (Space *home, SetView, Gecode::Int::IntView) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
| Gecode::Set::Int::MinElement::MinElement | ( | Space * | home, | |
| bool | share, | |||
| MinElement & | p | |||
| ) | [inline, protected] |
| Gecode::Set::Int::MinElement::MinElement | ( | Space * | home, | |
| SetView | , | |||
| Gecode::Int::IntView | ||||
| ) | [inline, protected] |
Member Function Documentation
| ExecStatus Gecode::Set::Int::MinElement::propagate | ( | Space * | home | ) | [virtual] |
| ExecStatus Gecode::Set::Int::MinElement::post | ( | Space * | home, | |
| SetView | s, | |||
| Gecode::Int::IntView | x | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/set/int.hh (Revision: 3246)
- gecode/set/int/minmax.cc (Revision: 3188)
- gecode/set/int/minmax.icc (Revision: 3188)
