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

(Revision: 12346)

#include <gecode/set.hh>
#include <gecode/set/rel.hh>
#include <gecode/set/rel-op.hh>

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Set
 Finite integer sets.
 
 Gecode::Set::RelOp
 Standard set operation propagators.
 

Functions

template<class View0 , class View1 , class Res >
void Gecode::Set::RelOp::rel_eq (Home home, View0 x0, SetOpType op, View1 x1, Res x2)
 
template<class View0 , class View1 , class View2 >
void Gecode::Set::RelOp::rel_sub (Home home, View0 x0, SetOpType op, View1 x1, View2 x2)
 
template<class View0 , class View1 , class View2 >
void Gecode::Set::RelOp::rel_sup (Home home, View0 x0, SetOpType op, View1 x1, View2 x2)
 
template<class View >
void Gecode::Set::RelOp::rel_op_post_lex (Home home, SetView x0, SetRelType r, View x1)
 
template<class View0 , class View1 , class View2 >
void Gecode::Set::RelOp::rel_op_post_nocompl (Home home, View0 x, SetOpType op, View1 y, SetRelType r, View2 z)
 
void Gecode::Set::RelOp::post_nocompl (Home home, SetView x, SetOpType op, SetView y, SetRelType r, SetView z)
 
void Gecode::Set::RelOp::post_nocompl (Home home, ConstSetView x, SetOpType op, SetView y, SetRelType r, SetView z)
 
void Gecode::Set::RelOp::post_nocompl (Home home, SetView x, SetOpType op, SetView y, SetRelType r, ConstSetView z)
 
void Gecode::Set::RelOp::post_nocompl (Home home, ConstSetView x, SetOpType op, SetView y, SetRelType r, ConstSetView z)
 
void Gecode::Set::RelOp::post_compl (Home home, SetView x, SetOpType op, SetView y, SetView z)
 
void Gecode::Set::RelOp::post_compl (Home home, ConstSetView x, SetOpType op, SetView y, SetView z)
 
void Gecode::Set::RelOp::post_compl (Home home, SetView x, SetOpType op, SetView y, ConstSetView z)
 
void Gecode::Set::RelOp::post_compl (Home home, ConstSetView x, SetOpType op, SetView y, ConstSetView z)