Generated on Thu Apr 11 13:59:27 2019 for Gecode by doxygen 1.6.3

post.hpp File Reference

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

Go to the source code of this file.

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


namespace  Gecode::Set
 

Finite integer sets.


namespace  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)