This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/gecode/dev/extractor/xml/group__TaskModelIntSequence.xml
Vitor Santos Costa a8eda03305 4.2.1 support
2014-01-22 09:41:47 +00:00

102 lines
5.3 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__TaskModelIntSequence" kind="group">
<compoundname>TaskModelIntSequence</compoundname>
<title>Sequence constraints</title>
<sectiondef kind="func">
<memberdef kind="function" id="group__TaskModelIntSequence_1ga3bc04a3aea7c48a707d6b551fee2127f" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type>GECODE_INT_EXPORT void</type>
<definition>GECODE_INT_EXPORT void Gecode::sequence</definition>
<argsstring>(Home home, const IntVarArgs &amp;x, const IntSet &amp;s, int q, int l, int u, IntConLevel icl=ICL_DEF)</argsstring>
<name>sequence</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>const IntVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>const IntSet &amp;</type>
<declname>s</declname>
</param>
<param>
<type>int</type>
<declname>q</declname>
</param>
<param>
<type>int</type>
<declname>l</declname>
</param>
<param>
<type>int</type>
<declname>u</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Post propagator for <formula id="265">$\operatorname{sequence}(x,s,q,l,u)$</formula>. </para> </briefdescription>
<detaileddescription>
<para>Posts a domain consistent propagator for the constraint <formula id="266">$\bigwedge_{i=0}^{|x|-q} \operatorname{among}(\langle x_i,\ldots,x_{i+q-1}\rangle,s,l,u)$</formula> where the among constraint is defined as <formula id="267">$l\leq\#\{j\in\{i,\ldots,i+q-1\}\;|\;x_j\in s\} \leq u$</formula>.</para><para>Throws the following exceptions:<itemizedlist>
<listitem><para>Of type <ref refid="classGecode_1_1Int_1_1TooFewArguments" kindref="compound">Int::TooFewArguments</ref>, if <formula id="268">$|x|=0$</formula>.</para></listitem><listitem><para>Of type <ref refid="classGecode_1_1Int_1_1ArgumentSame" kindref="compound">Int::ArgumentSame</ref>, if <emphasis>x</emphasis> contains the same unassigned variable multiply.</para></listitem><listitem><para>Of type Int::OutOfRange, if <formula id="269">$q &lt; 1 \vee q &gt; |x|$</formula>. </para></listitem></itemizedlist>
</para> </detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="1836" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntSequence_1ga60b3367a470e709749114cbd9af8f899" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type>GECODE_INT_EXPORT void</type>
<definition>GECODE_INT_EXPORT void Gecode::sequence</definition>
<argsstring>(Home home, const BoolVarArgs &amp;x, const IntSet &amp;s, int q, int l, int u, IntConLevel icl=ICL_DEF)</argsstring>
<name>sequence</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>const BoolVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>const IntSet &amp;</type>
<declname>s</declname>
</param>
<param>
<type>int</type>
<declname>q</declname>
</param>
<param>
<type>int</type>
<declname>l</declname>
</param>
<param>
<type>int</type>
<declname>u</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Post propagator for <formula id="265">$\operatorname{sequence}(x,s,q,l,u)$</formula>. </para> </briefdescription>
<detaileddescription>
<para>Posts a domain consistent propagator for the constraint <formula id="266">$\bigwedge_{i=0}^{|x|-q} \operatorname{among}(\langle x_i,\ldots,x_{i+q-1}\rangle,s,l,u)$</formula> where the among constraint is defined as <formula id="267">$l\leq\#\{j\in\{i,\ldots,i+q-1\}\;|\;x_j\in s\} \leq u$</formula>.</para><para>Throws the following exceptions:<itemizedlist>
<listitem><para>Of type <ref refid="classGecode_1_1Int_1_1TooFewArguments" kindref="compound">Int::TooFewArguments</ref>, if <formula id="268">$|x|=0$</formula>.</para></listitem><listitem><para>Of type <ref refid="classGecode_1_1Int_1_1ArgumentSame" kindref="compound">Int::ArgumentSame</ref>, if <emphasis>x</emphasis> contains the same unassigned variable multiply.</para></listitem><listitem><para>Of type Int::OutOfRange, if <formula id="269">$q &lt; 1 \vee q &gt; |x|$</formula>. </para></listitem></itemizedlist>
</para> </detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="1854" column="1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
</compounddef>
</doxygen>