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__TaskModelIntExec.xml

169 lines
6.9 KiB
XML
Raw Normal View History

2014-01-22 09:41:47 +00:00
<?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__TaskModelIntExec" kind="group">
<compoundname>TaskModelIntExec</compoundname>
<title>Synchronized execution</title>
<sectiondef kind="func">
<memberdef kind="function" id="group__TaskModelIntExec_1gaf5a69c8b08806d62fd4371d45ac6ddc6" 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::wait</definition>
<argsstring>(Home home, IntVar x, void(*c)(Space &amp;home), IntConLevel icl=ICL_DEF)</argsstring>
<name>wait</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>IntVar</type>
<declname>x</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>c</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Execute <emphasis>c</emphasis> when <emphasis>x</emphasis> becomes assigned. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3424" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntExec_1ga589976959021b32c5e1220e23db76593" 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::wait</definition>
<argsstring>(Home home, BoolVar x, void(*c)(Space &amp;home), IntConLevel icl=ICL_DEF)</argsstring>
<name>wait</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>BoolVar</type>
<declname>x</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>c</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Execute <emphasis>c</emphasis> when <emphasis>x</emphasis> becomes assigned. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3428" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntExec_1ga305cc0fa1cffd6b7807460e3ddd69a4b" 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::wait</definition>
<argsstring>(Home home, const IntVarArgs &amp;x, void(*c)(Space &amp;home), IntConLevel icl=ICL_DEF)</argsstring>
<name>wait</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>const IntVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>c</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Execute <emphasis>c</emphasis> when all variables in <emphasis>x</emphasis> become assigned. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3432" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntExec_1ga0b6ebbc94538ba9eb208cd2e17826ca2" 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::wait</definition>
<argsstring>(Home home, const BoolVarArgs &amp;x, void(*c)(Space &amp;home), IntConLevel icl=ICL_DEF)</argsstring>
<name>wait</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>const BoolVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>c</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Execute <emphasis>c</emphasis> when all variables in <emphasis>x</emphasis> become assigned. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3436" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntExec_1gaf90cf579612347def2ebcaff3a8abb9d" 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::when</definition>
<argsstring>(Home home, BoolVar x, void(*t)(Space &amp;home), void(*e)(Space &amp;home)=NULL, IntConLevel icl=ICL_DEF)</argsstring>
<name>when</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>BoolVar</type>
<declname>x</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>t</declname>
</param>
<param>
<type>void(*)(Space &amp;home)</type>
<declname>e</declname>
<defval>NULL</defval>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Execute <emphasis>t</emphasis> (then) when <emphasis>x</emphasis> is assigned one, and <emphasis>e</emphasis> (else) otherwise. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3440" column="1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Synchronized execution executes a function or a static member function when a certain event happends. </para> </detaileddescription>
</compounddef>
</doxygen>