Generated on Tue Jan 26 2021 00:00:00 for Gecode by doxygen 1.9.1
channel.cpp File Reference
#include <gecode/set.hh>
#include <gecode/set/channel.hh>

Go to the source code of this file.

Functions

void Gecode::channelSorted (Home home, const IntVarArgs &x, SetVar y)
 
void Gecode::channel (Home home, const IntVarArgs &x, const SetVarArgs &y)
 
void Gecode::channel (Home home, const BoolVarArgs &x, SetVar y)
 
void Gecode::channel (Home home, const SetVarArgs &x, const SetVarArgs &y)
 

Function Documentation

◆ channelSorted()

void Gecode::channelSorted ( Home  home,
const IntVarArgs x,
SetVar  y 
)

Definition at line 45 of file channel.cpp.

◆ channel() [1/3]

void Gecode::channel ( Home  home,
const IntVarArgs x,
const SetVarArgs y 
)

Definition at line 52 of file channel.cpp.

◆ channel() [2/3]

void Gecode::channel ( Home  home,
const BoolVarArgs x,
SetVar  y 
)

Definition at line 64 of file channel.cpp.

◆ channel() [3/3]

void Gecode::channel ( Home  home,
const SetVarArgs x,
const SetVarArgs y 
)

Definition at line 72 of file channel.cpp.