206 lines
9.0 KiB
XML
206 lines
9.0 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__TaskActorFloatTest" kind="group">
|
||
|
<compoundname>TaskActorFloatTest</compoundname>
|
||
|
<title>Testing relations between float views</title>
|
||
|
<sectiondef kind="enum">
|
||
|
<memberdef kind="enum" id="group__TaskActorFloatTest_1ga19f56f2d7b44e9a21ff5ba1cf588e0bf" prot="public" static="no">
|
||
|
<name>RelTest</name>
|
||
|
<enumvalue id="group__TaskActorFloatTest_1gga19f56f2d7b44e9a21ff5ba1cf588e0bfa791ab4fc88ed5c238fc741db7d8da867" prot="public">
|
||
|
<name>RT_FALSE</name>
|
||
|
<initializer>= 0</initializer>
|
||
|
<briefdescription>
|
||
|
<para>Relation does not hold. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</enumvalue>
|
||
|
<enumvalue id="group__TaskActorFloatTest_1gga19f56f2d7b44e9a21ff5ba1cf588e0bfae99da4d9f79856e2c122b199f7a97481" prot="public">
|
||
|
<name>RT_MAYBE</name>
|
||
|
<initializer>= 1</initializer>
|
||
|
<briefdescription>
|
||
|
<para>Relation may hold or not. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</enumvalue>
|
||
|
<enumvalue id="group__TaskActorFloatTest_1gga19f56f2d7b44e9a21ff5ba1cf588e0bfa4d572a39bdcfac15454b42ca44e3fc6a" prot="public">
|
||
|
<name>RT_TRUE</name>
|
||
|
<initializer>= 2</initializer>
|
||
|
<briefdescription>
|
||
|
<para>Relation does hold. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</enumvalue>
|
||
|
<briefdescription>
|
||
|
<para>Result of testing relation. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="495" column="1" bodyfile="/usr/include/gecode/float/view.hpp" bodystart="495" bodyend="499"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<sectiondef kind="func">
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1ga4185699929a83691b8f60a074e60e2f1" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_eq</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_eq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether views <emphasis>x</emphasis> and <emphasis>y</emphasis> are equal. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="502" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="44" bodyend="47"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1ga7813cb9271fea939e8208001551a8534" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_eq</definition>
|
||
|
<argsstring>(View x, FloatVal n)</argsstring>
|
||
|
<name>rtest_eq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> and <ref refid="namespaceGecode_1_1Float" kindref="compound">Float</ref> <emphasis>n</emphasis> are equal. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="504" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="51" bodyend="54"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1gad1069790b701a55711c766758fad5685" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_lq</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_lq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less or equal than view <emphasis>y</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="507" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="58" bodyend="62"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1ga1af0aa09c6cdefaa53716d3fe3e95168" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_lq</definition>
|
||
|
<argsstring>(View x, FloatVal n)</argsstring>
|
||
|
<name>rtest_lq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less or equal than float <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="509" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="66" bodyend="70"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1ga39021070b37012eb4aa9bf726e6c35bf" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_le</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_le</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>y</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less than view <emphasis>y</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="512" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="74" bodyend="78"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorFloatTest_1gaf651cb68cfa564872526992e19aec408" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
||
|
<templateparamlist>
|
||
|
<param>
|
||
|
<type>class View</type>
|
||
|
</param>
|
||
|
</templateparamlist>
|
||
|
<type>RelTest</type>
|
||
|
<definition>RelTest Gecode::Float::rtest_le</definition>
|
||
|
<argsstring>(View x, FloatVal n)</argsstring>
|
||
|
<name>rtest_le</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>FloatVal</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less or equal than float <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/float/view.hpp" line="514" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="82" bodyend="86"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<briefdescription>
|
||
|
</briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</compounddef>
|
||
|
</doxygen>
|