Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
int.cpp File Reference

(Revision: 13156)

#include <gecode/set.hh>
#include <gecode/set/int.hh>
#include <gecode/set/rel.hh>

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 

Functions

void Gecode::rel (Home home, SetVar s, IntRelType r, IntVar x)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_r x$. More...
 
void Gecode::rel (Home home, IntVar x, IntRelType r, SetVar s)
 Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_r i$. More...
 
void Gecode::min (Home home, SetVar s, IntVar x)
 Post propagator that propagates that x is the minimal element of s, and that s is not empty. More...
 
void Gecode::notMin (Home home, SetVar s, IntVar x)
 Post propagator that propagates that x is not the minimal element of s. More...
 
void Gecode::min (Home home, SetVar s, IntVar x, Reify r)
 Post reified propagator for b iff x is the minimal element of s. More...
 
void Gecode::max (Home home, SetVar s, IntVar x)
 Post propagator that propagates that x is the maximal element of s, and that s is not empty. More...
 
void Gecode::notMax (Home home, SetVar s, IntVar x)
 Post propagator that propagates that x is not the maximal element of s. More...
 
void Gecode::max (Home home, SetVar s, IntVar x, Reify r)
 Post reified propagator for b iff x is the maximal element of s. More...
 
void Gecode::weights (Home home, IntSharedArray elements, IntSharedArray weights, SetVar x, IntVar y)
 Post propagator for $y = \mathrm{weight}(x)$. More...