466 lines
20 KiB
XML
466 lines
20 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__TaskActorIntTest" kind="group">
|
||
|
<compoundname>TaskActorIntTest</compoundname>
|
||
|
<title>Testing relations between integer views</title>
|
||
|
<sectiondef kind="enum">
|
||
|
<memberdef kind="enum" id="group__TaskActorIntTest_1gadbb359c782e2957e831fc208fcc7ad39" prot="public" static="no">
|
||
|
<name>RelTest</name>
|
||
|
<enumvalue id="group__TaskActorIntTest_1ggadbb359c782e2957e831fc208fcc7ad39ad5822c144faacceb19e0a0f124d2d164" prot="public">
|
||
|
<name>RT_FALSE</name>
|
||
|
<initializer>= 0</initializer>
|
||
|
<briefdescription>
|
||
|
<para>Relation does not hold. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</enumvalue>
|
||
|
<enumvalue id="group__TaskActorIntTest_1ggadbb359c782e2957e831fc208fcc7ad39acc5a498c510aebe7754cde9b1cc5c492" prot="public">
|
||
|
<name>RT_MAYBE</name>
|
||
|
<initializer>= 1</initializer>
|
||
|
<briefdescription>
|
||
|
<para>Relation may hold or not. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</enumvalue>
|
||
|
<enumvalue id="group__TaskActorIntTest_1ggadbb359c782e2957e831fc208fcc7ad39a015e2de83949268ed5be94c519fac6ad" 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/int/view.hpp" line="1614" column="1" bodyfile="/usr/include/gecode/int/view.hpp" bodystart="1614" bodyend="1618"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<sectiondef kind="func">
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1gaffb2b23427580eb3d0122654fcf0584d" 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::Int::rtest_eq_bnd</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_eq_bnd</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 (use bounds information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1621" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="47" bodyend="50"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1gaf6d844d961885acdbdbaccc80f500f23" 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::Int::rtest_eq_dom</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_eq_dom</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 (use full domain information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1623" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="68" bodyend="72"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1gaa5dce51e660fc68aa8ca747266340a57" 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::Int::rtest_eq_bnd</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_eq_bnd</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> and integer <emphasis>n</emphasis> are equal (use bounds information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1625" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="77" bodyend="80"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga154f20fd096a057e80e931a3d5cdbe7f" 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::Int::rtest_eq_dom</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_eq_dom</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> and integer <emphasis>n</emphasis> are equal (use full domain information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1627" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="92" bodyend="96"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1gaad70f4d528c767c9829641cd803084c5" 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::Int::rtest_nq_bnd</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_nq_bnd</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 different (use bounds information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1630" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="107" bodyend="110"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga03a9ab055cb7518b1ee6367178e32f20" 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::Int::rtest_nq_dom</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_nq_dom</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 different (use full domain information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1632" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="128" bodyend="132"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga9f93d93efbe0e44c0482f95bdc9ba9da" 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::Int::rtest_nq_bnd</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_nq_bnd</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> and integer <emphasis>n</emphasis> are different (use bounds information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1634" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="137" bodyend="140"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga28bb8cc0d18e726ef5f6b9d2e31bdb7a" 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::Int::rtest_nq_dom</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_nq_dom</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> and integer <emphasis>n</emphasis> are different (use full domain information) </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1636" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="152" bodyend="156"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga63eb2d3a830f04910c046e418146c5ff" 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::Int::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/int/view.hpp" line="1639" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="58" bodyend="62"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga670f12c00b2c20d3d7f3907d8ba9f91f" 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::Int::rtest_lq</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_lq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less or equal than integer <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1641" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="166" bodyend="170"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga75aaaa493e5dc18c07b75fa5c77f458e" 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::Int::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/int/view.hpp" line="1644" column="1" bodyfile="/usr/include/gecode/float/view/rel-test.hpp" bodystart="74" bodyend="78"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga4733e985bb507c2e27a37b32d63ab143" 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::Int::rtest_le</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_le</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is less than integer <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1646" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="182" bodyend="186"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga484f045f3cd5623d0ad65fb633746e78" 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::Int::rtest_gq</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_gq</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 greater or equal than view <emphasis>y</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1649" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="206" bodyend="210"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga3dde8766ce44746b6920063dfc491165" 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::Int::rtest_gq</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_gq</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is greater or equal than integer <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1651" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="198" bodyend="202"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga5afcd94ed770ddeb34d20f5b8c3b708b" 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::Int::rtest_gr</definition>
|
||
|
<argsstring>(View x, View y)</argsstring>
|
||
|
<name>rtest_gr</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 greater than view <emphasis>y</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1654" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="222" bodyend="226"/>
|
||
|
</memberdef>
|
||
|
<memberdef kind="function" id="group__TaskActorIntTest_1ga335b4fd658ee02f95ca54b1f635b7239" 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::Int::rtest_gr</definition>
|
||
|
<argsstring>(View x, int n)</argsstring>
|
||
|
<name>rtest_gr</name>
|
||
|
<param>
|
||
|
<type>View</type>
|
||
|
<declname>x</declname>
|
||
|
</param>
|
||
|
<param>
|
||
|
<type>int</type>
|
||
|
<declname>n</declname>
|
||
|
</param>
|
||
|
<briefdescription>
|
||
|
<para>Test whether view <emphasis>x</emphasis> is greater than integer <emphasis>n</emphasis>. </para> </briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
<inbodydescription>
|
||
|
</inbodydescription>
|
||
|
<location file="/usr/include/gecode/int/view.hpp" line="1656" column="1" bodyfile="/usr/include/gecode/int/view/rel-test.hpp" bodystart="214" bodyend="218"/>
|
||
|
</memberdef>
|
||
|
</sectiondef>
|
||
|
<briefdescription>
|
||
|
</briefdescription>
|
||
|
<detaileddescription>
|
||
|
</detaileddescription>
|
||
|
</compounddef>
|
||
|
</doxygen>
|