278 lines
12 KiB
XML
278 lines
12 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__TaskModelFloatLI" kind="group">
|
||
|
<compoundname>TaskModelFloatLI</compoundname>
|
||
|
<title>Linear constraints over float variables</title>
|
||
|
<sectiondef kind="func">
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1ga284dbda312f4622458dc1cf54c9d3279" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatRelType frt, FloatNum c)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>c</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="80">$\sum_{i=0}^{|x|-1}x_i\sim_{frt} c$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1248" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1gae22443a3f3c369c1deba1dd1c076f289" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatRelType frt, FloatVar y)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="81">$\sum_{i=0}^{|x|-1}x_i\sim_{frt} y$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1254" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1ga978b188d2dc8ce63d077f9b581178bf3" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatRelType frt, FloatNum c, Reify r)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>c</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="82">$\left(\sum_{i=0}^{|x|-1}x_i\sim_{frt} c\right)\equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1260" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1gab5f8371c45aa0a0973d549472dd0861b" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatVarArgs &x, FloatRelType frt, FloatVar y, Reify r)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="83">$\left(\sum_{i=0}^{|x|-1}x_i\sim_{frt} y\right)\equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1266" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1gac716cd203ca14b754b8e2b0340212fc5" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatValArgs &a, const FloatVarArgs &x, FloatRelType frt, FloatNum c)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatValArgs &</type>
|
||
|
<declname>a</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>c</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="84">$\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{frt} c$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
<para>Throws an exception of type <ref refid="classGecode_1_1Float_1_1ArgumentSizeMismatch" kindref="compound">Float::ArgumentSizeMismatch</ref>, if <emphasis>a</emphasis> and <emphasis>x</emphasis> are of different size. </para> </detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1275" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1gaea1b5dc038a6dc1f57d269662b2f38d0" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatValArgs &a, const FloatVarArgs &x, FloatRelType frt, FloatVar y)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatValArgs &</type>
|
||
|
<declname>a</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="85">$\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{frt} y$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
<para>Throws an exception of type <ref refid="classGecode_1_1Float_1_1ArgumentSizeMismatch" kindref="compound">Float::ArgumentSizeMismatch</ref>, if <emphasis>a</emphasis> and <emphasis>x</emphasis> are of different size. </para> </detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1284" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1ga912315a68c6a85a0807ee66ccf370fa3" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatValArgs &a, const FloatVarArgs &x, FloatRelType frt, FloatNum c, Reify r)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatValArgs &</type>
|
||
|
<declname>a</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatNum</type>
|
||
|
<declname>c</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="86">$\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{frt} c\right)\equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
<para>Throws an exception of type <ref refid="classGecode_1_1Float_1_1ArgumentSizeMismatch" kindref="compound">Float::ArgumentSizeMismatch</ref>, if <emphasis>a</emphasis> and <emphasis>x</emphasis> are of different size. </para> </detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1293" column="1"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskModelFloatLI_1ga2658610af0d600bf8acc7d5cca10321c" 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::linear</definition>
|
||
|
<argsstring>(Home home, const FloatValArgs &a, const FloatVarArgs &x, FloatRelType frt, FloatVar y, Reify r)</argsstring>
|
||
|
<name>linear</name>
|
||
|
<param>
|
||
|
<type>Home</type>
|
||
|
<declname>home</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatValArgs &</type>
|
||
|
<declname>a</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>const FloatVarArgs &</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatRelType</type>
|
||
|
<declname>frt</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVar</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>Reify</type>
|
||
|
<declname>r</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Post propagator for <formula id="87">$\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{frt} y\right)\equiv r$</formula>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
<para>Throws an exception of type <ref refid="classGecode_1_1Float_1_1ArgumentSizeMismatch" kindref="compound">Float::ArgumentSizeMismatch</ref>, if <emphasis>a</emphasis> and <emphasis>x</emphasis> are of different size. </para> </detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float.hh" line="1302" column="1"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<briefdescription>
|
||
|
</briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</compounddef>
|
||
|
</doxygen>
|