234 lines
9.5 KiB
XML
234 lines
9.5 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__TaskModelFloatDomain" kind="group">
|
||
|
<compoundname>TaskModelFloatDomain</compoundname>
|
||
|
<title>Domain constraints</title>
|
||
|
<sectiondef kind="func">
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gac1b9fa965f93c359aeadb620614e2b9b" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, FloatVar x, FloatVal n)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Propagates <formula id="51">$x=n$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1072" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1ga3539575aa1f9f3981b09a3eb57c607db" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatVal n)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Propagates <formula id="52">$ x_i=n$</formula> for all <formula id="53">$0\leq i<|x|$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1075" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gabbb1419f64781c0903b4b5dcdfba5281" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, FloatVar x, FloatNum l, FloatNum m)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>l</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>m</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Propagates <formula id="54">$ l\leq x\leq u$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1078" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1ga8d7875b550ff158237e3c0c776dcea01" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatNum l, FloatNum u)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>l</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>u</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Propagates <formula id="55">$ l\leq x_i\leq u$</formula> for all <formula id="53">$0\leq i<|x|$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1081" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gad85b29a27732a8533ca1261e97498bfb" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, FloatVar x, FloatVal n, Reify r)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post domain consistent propagator for <formula id="56">$ (x=n) \equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1084" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gaf22a2dbfc91454ac60c8d53d334c6377" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, FloatVar x, FloatNum l, FloatNum u, Reify r)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>l</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>u</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post domain consistent propagator for <formula id="57">$ (l\leq x \leq u) \equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1087" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gade724c23ff439891a745775cf52b1917" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, FloatVar x, FloatVar d)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>d</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Constrain domain of <emphasis>x</emphasis> according to domain of <emphasis>d</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1090" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatDomain_1gad66a7bd6c64a0c63d13d9f006cbf72bc" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<type>GECODE_FLOAT_EXPORT void</type>
|
||
|
<definition>GECODE_FLOAT_EXPORT void Gecode::dom</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, const FloatVarArgs &d)</argsstring>
|
||
|
<name>dom</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>d</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Constrain domain of <formula id="58">$ x_i $</formula> according to domain of <formula id="59">$ d_i $</formula> for all <formula id="53">$0\leq i<|x|$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1093" column="1"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<briefdescription>
|
||
|
</briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</compounddef>
|
||
|
</doxygen>
|