258 lines
9.7 KiB
XML
258 lines
9.7 KiB
XML
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.6">
|
|
<compounddef id="group__TaskModelSetRel" kind="group">
|
|
<compoundname>TaskModelSetRel</compoundname>
|
|
<title>Relation constraints</title>
|
|
<sectiondef kind="func">
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1gaca113c4e482a29de618468301cfdec14" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, SetVar x, SetRelType r, SetVar y)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>y</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="413">$ x \sim_r y$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="728" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1gaaa17bd78a37932407fbef0f58043790a" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, SetVar x, SetRelType rt, SetVar y, Reify r)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>rt</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>y</declname>
|
|
</param>
|
|
<param>
|
|
<type>Reify</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="414">$ (x \sim_{rt} y) \equiv r$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="732" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1ga2e6ff0019a4a1424e30e72e1aca26d40" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, SetVar s, SetRelType r, IntVar x)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="415">$ s \sim_r \{x\}$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="736" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1ga074e0de972e217b76fe14ce73220648b" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, IntVar x, SetRelType r, SetVar s)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="416">$ \{x\} \sim_r s$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="740" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1ga8308e878e390246f5a6d8f52f6ab8a02" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, SetVar s, SetRelType rt, IntVar x, Reify r)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>rt</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>Reify</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="417">$ (s \sim_{rt} \{x\}) \equiv r$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="744" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1gae1ba1cebc3119ac6646380ee547190e0" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, IntVar x, SetRelType rt, SetVar s, Reify r)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetRelType</type>
|
|
<declname>rt</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>Reify</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="418">$ (\{x\} \sim_{rt} s) \equiv r $</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="748" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1gaa2ddc1afe0b0eaff81ff13119b3f15f9" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, SetVar s, IntRelType r, IntVar x)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntRelType</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="419">$|s|\geq 1 \land \forall i\in s:\ i \sim_r x$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="752" column="1"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="group__TaskModelSetRel_1ga42ce83c535011e6f85213be2a6b6e70a" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type>GECODE_SET_EXPORT void</type>
|
|
<definition>GECODE_SET_EXPORT void Gecode::rel</definition>
|
|
<argsstring>(Home home, IntVar x, IntRelType r, SetVar s)</argsstring>
|
|
<name>rel</name>
|
|
<param>
|
|
<type>Home</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntVar</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>IntRelType</type>
|
|
<declname>r</declname>
|
|
</param>
|
|
<param>
|
|
<type>SetVar</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Post propagator for <formula id="420">$|s|\geq 1 \land \forall i\in s:\ x \sim_r i$</formula>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/set.hh" line="756" column="1"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<briefdescription>
|
|
</briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
</compounddef>
|
|
</doxygen>
|