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/classGecode_1_1MeritActivity.xml
Vitor Santos Costa a8eda03305 4.2.1 support
2014-01-22 09:41:47 +00:00

200 lines
11 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="classGecode_1_1MeritActivity" kind="class" prot="public">
<compoundname>Gecode::MeritActivity</compoundname>
<basecompoundref refid="classGecode_1_1MeritBase" prot="public" virt="non-virtual">Gecode::MeritBase&lt; View, double &gt;</basecompoundref>
<includes refid="brancher-merit_8hpp" local="no">brancher-merit.hpp</includes>
<templateparamlist>
<param>
<type>class <ref refid="classGecode_1_1MeritBase_1a07837decee6635d337a2681f2d1a877c" kindref="member">View</ref></type>
</param>
</templateparamlist>
<sectiondef kind="protected-attrib">
<memberdef kind="variable" id="classGecode_1_1MeritActivity_1a3b67831a7394a4a3ea4196575077e3e2" prot="protected" static="no" mutable="no">
<type><ref refid="classGecode_1_1Activity" kindref="compound">Activity</ref></type>
<definition>Activity Gecode::MeritActivity&lt; View &gt;::activity</definition>
<argsstring></argsstring>
<name>activity</name>
<briefdescription>
<para><ref refid="classGecode_1_1Activity" kindref="compound">Activity</ref> information. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="130" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="130" bodyend="-1"/>
</memberdef>
</sectiondef>
<sectiondef kind="public-func">
<memberdef kind="function" id="classGecode_1_1MeritActivity_1a3564b5e0c249c329ac6fca1d3c95df67" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type></type>
<definition>forceinline Gecode::MeritActivity&lt; View &gt;::MeritActivity</definition>
<argsstring>(Space &amp;home, const VarBranch &amp;vb)</argsstring>
<name>MeritActivity</name>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type>const <ref refid="classGecode_1_1VarBranch" kindref="compound">VarBranch</ref> &amp;</type>
<declname>vb</declname>
</param>
<briefdescription>
<para>Constructor for initialization. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="133" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="228" bodyend="229"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1MeritActivity_1a19b471eee508e98001782d74cab7097a" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type></type>
<definition>forceinline Gecode::MeritActivity&lt; View &gt;::MeritActivity</definition>
<argsstring>(Space &amp;home, bool shared, MeritActivity &amp;ma)</argsstring>
<name>MeritActivity</name>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type>bool</type>
<declname>shared</declname>
</param>
<param>
<type><ref refid="classGecode_1_1MeritActivity" kindref="compound">MeritActivity</ref> &amp;</type>
<declname>ma</declname>
</param>
<briefdescription>
<para>Constructor for cloning. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="135" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="232" bodyend="236"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1MeritActivity_1a33f8f982934de1da4b1a01cb39f6b486" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type>double</type>
<definition>forceinline double Gecode::MeritActivity&lt; View &gt;::operator()</definition>
<argsstring>(const Space &amp;home, View x, int i)</argsstring>
<name>operator()</name>
<param>
<type>const <ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1MeritBase_1a07837decee6635d337a2681f2d1a877c" kindref="member">View</ref></type>
<declname>x</declname>
</param>
<param>
<type>int</type>
<declname>i</declname>
</param>
<briefdescription>
<para>Return activity as merit for view <emphasis>x</emphasis> at position <emphasis>i</emphasis>. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="137" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="239" bodyend="241"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1MeritActivity_1a9e76b504273f5322f41997e7f2409ad8" prot="public" static="no" const="yes" explicit="no" inline="no" virt="non-virtual">
<type>bool</type>
<definition>forceinline bool Gecode::MeritActivity&lt; View &gt;::notice</definition>
<argsstring>(void) const </argsstring>
<name>notice</name>
<param>
<type>void</type>
</param>
<briefdescription>
<para>Whether dispose must always be called (that is, notice is needed) </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="139" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="244" bodyend="246"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1MeritActivity_1af4361ba6e3e5ab773773a8a678381caa" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type>void</type>
<definition>forceinline void Gecode::MeritActivity&lt; View &gt;::dispose</definition>
<argsstring>(Space &amp;home)</argsstring>
<name>dispose</name>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<briefdescription>
<para>Dispose view selection. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="141" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="249" bodyend="251"/>
</memberdef>
</sectiondef>
<briefdescription>
<para>Merit class for activity. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inheritancegraph>
<node id="3832">
<label>Gecode::MeritActivity&lt; View &gt;</label>
<link refid="classGecode_1_1MeritActivity"/>
<childnode refid="3833" relation="public-inheritance">
</childnode>
</node>
<node id="3833">
<label>Gecode::MeritBase&lt; View, double &gt;</label>
<link refid="classGecode_1_1MeritBase"/>
</node>
</inheritancegraph>
<collaborationgraph>
<node id="3834">
<label>Gecode::MeritActivity&lt; View &gt;</label>
<link refid="classGecode_1_1MeritActivity"/>
<childnode refid="3835" relation="public-inheritance">
</childnode>
<childnode refid="3836" relation="usage">
<edgelabel>activity</edgelabel>
</childnode>
</node>
<node id="3837">
<label>Gecode::Activity::Storage</label>
<link refid="classGecode_1_1Activity_1_1Storage"/>
<childnode refid="3838" relation="usage">
<edgelabel>m</edgelabel>
</childnode>
</node>
<node id="3836">
<label>Gecode::Activity</label>
<link refid="classGecode_1_1Activity"/>
<childnode refid="3836" relation="usage">
<edgelabel>def</edgelabel>
</childnode>
<childnode refid="3837" relation="usage">
<edgelabel>storage</edgelabel>
</childnode>
</node>
<node id="3835">
<label>Gecode::MeritBase&lt; View, double &gt;</label>
<link refid="classGecode_1_1MeritBase"/>
</node>
<node id="3838">
<label>Gecode::Support::Mutex</label>
<link refid="classGecode_1_1Support_1_1Mutex"/>
</node>
</collaborationgraph>
<location file="/usr/include/gecode/kernel/brancher-merit.hpp" line="127" column="1" bodyfile="/usr/include/gecode/kernel/brancher-merit.hpp" bodystart="127" bodyend="142"/>
<listofallmembers>
<member refid="classGecode_1_1MeritActivity_1a3b67831a7394a4a3ea4196575077e3e2" prot="protected" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>activity</name></member>
<member refid="classGecode_1_1MeritActivity_1af4361ba6e3e5ab773773a8a678381caa" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>dispose</name></member>
<member refid="classGecode_1_1MeritActivity_1a3564b5e0c249c329ac6fca1d3c95df67" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>MeritActivity</name></member>
<member refid="classGecode_1_1MeritActivity_1a19b471eee508e98001782d74cab7097a" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>MeritActivity</name></member>
<member refid="classGecode_1_1MeritBase_1a0dd42399c470eef9ee7a23f238ad8fa9" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>MeritBase</name></member>
<member refid="classGecode_1_1MeritBase_1ae8ab6cc04c2cd2b34701e1deba2236b4" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>MeritBase</name></member>
<member refid="classGecode_1_1MeritActivity_1a9e76b504273f5322f41997e7f2409ad8" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>notice</name></member>
<member refid="classGecode_1_1MeritActivity_1a33f8f982934de1da4b1a01cb39f6b486" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>operator()</name></member>
<member refid="classGecode_1_1MeritBase_1a5f83e32f550fdca23acf1a2a3904ef0a" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>Val</name></member>
<member refid="classGecode_1_1MeritBase_1a07837decee6635d337a2681f2d1a877c" prot="public" virt="non-virtual"><scope>Gecode::MeritActivity</scope><name>View</name></member>
</listofallmembers>
</compounddef>
</doxygen>