
Naive value distinct propagator. More...
#include <distinct.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home, bool share) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< View > &x) |
| Post propagator for view array x. | |
Protected Member Functions | |
| Val (Home home, ViewArray< View > &x) | |
| Constructor for posting. | |
| Val (Space &home, bool share, Val< View > &p) | |
| Constructor for cloning p. | |
Naive value distinct propagator.
Eliminates values of assigned views of type View.
Requires
#include <gecode/int/distinct.hh>
Definition at line 68 of file distinct.hh.
| Gecode::Int::Distinct::Val< View >::Val | ( | Home | home, |
| ViewArray< View > & | x | ||
| ) | [inline, protected] |
| Gecode::Int::Distinct::Val< View >::Val | ( | Space & | home, |
| bool | share, | ||
| Val< View > & | p | ||
| ) | [inline, protected] |
| Actor * Gecode::Int::Distinct::Val< View >::copy | ( | Space & | home, |
| bool | share | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Distinct::Val< View >::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Distinct::Val< View >::post | ( | Home | home, |
| ViewArray< View > & | x | ||
| ) | [static] |