448 lines
26 KiB
XML
448 lines
26 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_1ViewSelChoose" kind="class" prot="public">
|
|
<compoundname>Gecode::ViewSelChoose</compoundname>
|
|
<basecompoundref refid="classGecode_1_1ViewSel" prot="public" virt="non-virtual">Gecode::ViewSel< Merit::View ></basecompoundref>
|
|
<derivedcompoundref refid="classGecode_1_1ViewSelChooseTbl" prot="public" virt="non-virtual">Gecode::ViewSelChooseTbl< Choose, Merit ></derivedcompoundref>
|
|
<includes refid="brancher-view-sel_8hpp" local="no">brancher-view-sel.hpp</includes>
|
|
<templateparamlist>
|
|
<param>
|
|
<type>class</type>
|
|
<declname>Choose</declname>
|
|
<defname>Choose</defname>
|
|
</param>
|
|
<param>
|
|
<type>class</type>
|
|
<declname>Merit</declname>
|
|
<defname>Merit</defname>
|
|
</param>
|
|
</templateparamlist>
|
|
<sectiondef kind="user-defined">
|
|
<header>Initialization</header>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a6d3621c59427bb9fa140d13452092d4a" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type></type>
|
|
<definition>forceinline Gecode::ViewSelChoose< Choose, Merit >::ViewSelChoose</definition>
|
|
<argsstring>(Space &home, const VarBranch &vb)</argsstring>
|
|
<name>ViewSelChoose</name>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>const <ref refid="classGecode_1_1VarBranch" kindref="compound">VarBranch</ref> &</type>
|
|
<declname>vb</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Constructor for creation. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="212" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="526" bodyend="527"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a0ec8047e2929da07ebbaa79a98f667d4" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
|
|
<type></type>
|
|
<definition>forceinline Gecode::ViewSelChoose< Choose, Merit >::ViewSelChoose</definition>
|
|
<argsstring>(Space &home, bool shared, ViewSelChoose< Choose, Merit > &vs)</argsstring>
|
|
<name>ViewSelChoose</name>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type>bool</type>
|
|
<declname>shared</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewSelChoose" kindref="compound">ViewSelChoose</ref>< Choose, Merit > &</type>
|
|
<declname>vs</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Constructor for copying during cloning. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="214" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="531" bodyend="533"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<sectiondef kind="user-defined">
|
|
<header>View selection and tie breaking</header>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1adb97adf60a1e08dfd88920b4dfa4c7e0" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>int</type>
|
|
<definition>int Gecode::ViewSelChoose< Choose, Merit >::select</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int s)</argsstring>
|
|
<name>select</name>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Select a view from <emphasis>x</emphasis> starting from <emphasis>s</emphasis> and return its position. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="219" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="537" bodyend="550"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a8b0af6f1907fddbde869a27d6375bbc3" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>int</type>
|
|
<definition>int Gecode::ViewSelChoose< Choose, Merit >::select</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int s, BranchFilter bf)</argsstring>
|
|
<name>select</name>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>BranchFilter</type>
|
|
<declname>bf</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Select a view from <emphasis>x</emphasis> starting from <emphasis>s</emphasis> and return its position. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="221" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="554" bodyend="570"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1ac6ad609a65f4b3e64cdb775262674c2f" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>void</type>
|
|
<definition>void Gecode::ViewSelChoose< Choose, Merit >::ties</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int s, int *ties, int &n)</argsstring>
|
|
<name>ties</name>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1ab67dd56bec66c43b924d7ca05bcd8f1b">ties</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1ab67dd56bec66c43b924d7ca05bcd8f1b">ties</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1ab67dd56bec66c43b924d7ca05bcd8f1b">ties</reimplementedby>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>int *</type>
|
|
<declname>ties</declname>
|
|
</param>
|
|
<param>
|
|
<type>int &</type>
|
|
<declname>n</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Select ties from <emphasis>x</emphasis> starting from <emphasis>s</emphasis>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="224" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="574" bodyend="593"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a757323fe77ae99eb580367b3fb440602" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>void</type>
|
|
<definition>void Gecode::ViewSelChoose< Choose, Merit >::ties</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int s, int *ties, int &n, BranchFilter bf)</argsstring>
|
|
<name>ties</name>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1af7cc300661e99fcf18aabf02dcb80405">ties</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1af7cc300661e99fcf18aabf02dcb80405">ties</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1af7cc300661e99fcf18aabf02dcb80405">ties</reimplementedby>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int</type>
|
|
<declname>s</declname>
|
|
</param>
|
|
<param>
|
|
<type>int *</type>
|
|
<declname>ties</declname>
|
|
</param>
|
|
<param>
|
|
<type>int &</type>
|
|
<declname>n</declname>
|
|
</param>
|
|
<param>
|
|
<type>BranchFilter</type>
|
|
<declname>bf</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Select ties from <emphasis>x</emphasis> starting from <emphasis>s</emphasis>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="227" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="597" bodyend="618"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a0e597f75daf3c629d6d6884a09fdf9f7" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>void</type>
|
|
<definition>void Gecode::ViewSelChoose< Choose, Merit >::brk</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int *ties, int &n)</argsstring>
|
|
<name>brk</name>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1a87699af6ef59194ed03f37f5cf545cb3">brk</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1a87699af6ef59194ed03f37f5cf545cb3">brk</reimplementedby>
|
|
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1a87699af6ef59194ed03f37f5cf545cb3">brk</reimplementedby>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int *</type>
|
|
<declname>ties</declname>
|
|
</param>
|
|
<param>
|
|
<type>int &</type>
|
|
<declname>n</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Break ties in <emphasis>x</emphasis> and update to new ties. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="230" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="622" bodyend="641"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1aa691832daa19098515a8ca9ebb655fd6" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>int</type>
|
|
<definition>int Gecode::ViewSelChoose< Choose, Merit >::select</definition>
|
|
<argsstring>(Space &home, ViewArray< View > &x, int *ties, int n)</argsstring>
|
|
<name>select</name>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>< View > &</type>
|
|
<declname>x</declname>
|
|
</param>
|
|
<param>
|
|
<type>int *</type>
|
|
<declname>ties</declname>
|
|
</param>
|
|
<param>
|
|
<type>int</type>
|
|
<declname>n</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Select a view from <emphasis>x</emphasis> considering views with positions in <emphasis>ties</emphasis>. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="232" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="645" bodyend="656"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<sectiondef kind="user-defined">
|
|
<header>Resource management and cloning</header>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1afdf2deb6f6dbe3388d49ffb62ab2e068" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual">
|
|
<type>bool</type>
|
|
<definition>bool Gecode::ViewSelChoose< Choose, Merit >::notice</definition>
|
|
<argsstring>(void) const </argsstring>
|
|
<name>notice</name>
|
|
<reimplements refid="classGecode_1_1ViewSel_1ad8f324b8b4de58dde702b45940c5f062">notice</reimplements>
|
|
<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-view-sel.hpp" line="237" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="660" bodyend="662"/>
|
|
</memberdef>
|
|
<memberdef kind="function" id="classGecode_1_1ViewSelChoose_1a6e8f334559841dc006c074992239fb4f" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
|
|
<type>void</type>
|
|
<definition>void Gecode::ViewSelChoose< Choose, Merit >::dispose</definition>
|
|
<argsstring>(Space &home)</argsstring>
|
|
<name>dispose</name>
|
|
<reimplements refid="classGecode_1_1ViewSel_1a6e95fa0da4f0a75340943adaa3715e63">dispose</reimplements>
|
|
<param>
|
|
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &</type>
|
|
<declname>home</declname>
|
|
</param>
|
|
<briefdescription>
|
|
<para>Delete view selection. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="239" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="666" bodyend="668"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<sectiondef kind="protected-type">
|
|
<memberdef kind="typedef" id="classGecode_1_1ViewSelChoose_1a89a9e5274b632f5e7ac6db7a3a124eb6" prot="protected" static="no">
|
|
<type><ref refid="classGecode_1_1ViewSel" kindref="compound">ViewSel</ref>< typename Merit::View >::View</type>
|
|
<definition>typedef ViewSel<typename Merit::View>::View Gecode::ViewSelChoose< Choose, Merit >::View</definition>
|
|
<argsstring></argsstring>
|
|
<name>View</name>
|
|
<briefdescription>
|
|
</briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="200" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="200" bodyend="-1"/>
|
|
</memberdef>
|
|
<memberdef kind="typedef" id="classGecode_1_1ViewSelChoose_1a4ef42c967d47ccacfe09a848c4079f05" prot="protected" static="no">
|
|
<type><ref refid="classGecode_1_1ViewSel" kindref="compound">ViewSel</ref>< typename Merit::View >::BranchFilter</type>
|
|
<definition>typedef ViewSel<typename Merit::View>::BranchFilter Gecode::ViewSelChoose< Choose, Merit >::BranchFilter</definition>
|
|
<argsstring></argsstring>
|
|
<name>BranchFilter</name>
|
|
<briefdescription>
|
|
</briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="201" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="201" bodyend="-1"/>
|
|
</memberdef>
|
|
<memberdef kind="typedef" id="classGecode_1_1ViewSelChoose_1a4a4d3d1ba3c1c25eaed7606481a3eaf5" prot="protected" static="no">
|
|
<type>Merit::Val</type>
|
|
<definition>typedef Merit::Val Gecode::ViewSelChoose< Choose, Merit >::Val</definition>
|
|
<argsstring></argsstring>
|
|
<name>Val</name>
|
|
<briefdescription>
|
|
<para>Type of merit. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="203" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="203" bodyend="-1"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<sectiondef kind="protected-attrib">
|
|
<memberdef kind="variable" id="classGecode_1_1ViewSelChoose_1a5ba4cc5527ef5b74c37af63bacd2d5d7" prot="protected" static="no" mutable="no">
|
|
<type>Choose</type>
|
|
<definition>Choose Gecode::ViewSelChoose< Choose, Merit >::c</definition>
|
|
<argsstring></argsstring>
|
|
<name>c</name>
|
|
<briefdescription>
|
|
<para>How to choose. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="205" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="205" bodyend="-1"/>
|
|
</memberdef>
|
|
<memberdef kind="variable" id="classGecode_1_1ViewSelChoose_1a89ab459a4e11f54f907a83508d8f987e" prot="protected" static="no" mutable="no">
|
|
<type>Merit</type>
|
|
<definition>Merit Gecode::ViewSelChoose< Choose, Merit >::m</definition>
|
|
<argsstring></argsstring>
|
|
<name>m</name>
|
|
<briefdescription>
|
|
<para>The merit object used. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inbodydescription>
|
|
</inbodydescription>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="207" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="207" bodyend="-1"/>
|
|
</memberdef>
|
|
</sectiondef>
|
|
<briefdescription>
|
|
<para>Choose view according to merit. </para> </briefdescription>
|
|
<detaileddescription>
|
|
</detaileddescription>
|
|
<inheritancegraph>
|
|
<node id="7900">
|
|
<label>Gecode::ViewSelChooseTbl< Choose, Merit ></label>
|
|
<link refid="classGecode_1_1ViewSelChooseTbl"/>
|
|
<childnode refid="7898" relation="public-inheritance">
|
|
</childnode>
|
|
</node>
|
|
<node id="7899">
|
|
<label>Gecode::ViewSel< Merit::View ></label>
|
|
<link refid="classGecode_1_1ViewSel"/>
|
|
</node>
|
|
<node id="7898">
|
|
<label>Gecode::ViewSelChoose< Choose, Merit ></label>
|
|
<link refid="classGecode_1_1ViewSelChoose"/>
|
|
<childnode refid="7899" relation="public-inheritance">
|
|
</childnode>
|
|
</node>
|
|
</inheritancegraph>
|
|
<collaborationgraph>
|
|
<node id="7902">
|
|
<label>Gecode::ViewSel< Merit::View ></label>
|
|
<link refid="classGecode_1_1ViewSel"/>
|
|
</node>
|
|
<node id="7903">
|
|
<label>Choose</label>
|
|
</node>
|
|
<node id="7901">
|
|
<label>Gecode::ViewSelChoose< Choose, Merit ></label>
|
|
<link refid="classGecode_1_1ViewSelChoose"/>
|
|
<childnode refid="7902" relation="public-inheritance">
|
|
</childnode>
|
|
<childnode refid="7903" relation="usage">
|
|
<edgelabel>c</edgelabel>
|
|
</childnode>
|
|
<childnode refid="7904" relation="usage">
|
|
<edgelabel>m</edgelabel>
|
|
</childnode>
|
|
</node>
|
|
<node id="7904">
|
|
<label>Merit</label>
|
|
</node>
|
|
</collaborationgraph>
|
|
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="198" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="198" bodyend="241"/>
|
|
<listofallmembers>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a4ef42c967d47ccacfe09a848c4079f05" prot="protected" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>BranchFilter</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a0e597f75daf3c629d6d6884a09fdf9f7" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>brk</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a38990319b929ca41003103251fd8125b" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>brk</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a5ba4cc5527ef5b74c37af63bacd2d5d7" prot="protected" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>c</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a67747297fd08692609d43b1970a9e616" prot="public" virt="pure-virtual"><scope>Gecode::ViewSelChoose</scope><name>copy</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a6e8f334559841dc006c074992239fb4f" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>dispose</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a89ab459a4e11f54f907a83508d8f987e" prot="protected" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>m</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1afdf2deb6f6dbe3388d49ffb62ab2e068" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>notice</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a69d8f83ed5f3a52160524060ccb7b834" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>operator delete</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1ad332dc2aa6584a404d832715598a0ecd" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>operator delete</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1ac843be459641c947da1acb3d8a1b635f" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>operator new</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1adb97adf60a1e08dfd88920b4dfa4c7e0" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a8b0af6f1907fddbde869a27d6375bbc3" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1aa691832daa19098515a8ca9ebb655fd6" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1abed47f1213c16665446f77deb49575d0" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a7096e0882df6806c28599f65fe2c47f7" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1ac72786dfdedd8fa2bd1731087cec7c46" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>select</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1ac6ad609a65f4b3e64cdb775262674c2f" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>ties</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a757323fe77ae99eb580367b3fb440602" prot="public" virt="virtual"><scope>Gecode::ViewSelChoose</scope><name>ties</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a0ed58be60b51512bf3b7d4c1d18fad46" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>ties</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a8b483d5643152a39e67aeaf7df733f81" prot="public" virt="pure-virtual" ambiguityscope="ViewSel< Merit::View >::"><scope>Gecode::ViewSelChoose</scope><name>ties</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a4a4d3d1ba3c1c25eaed7606481a3eaf5" prot="protected" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>Val</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a89a9e5274b632f5e7ac6db7a3a124eb6" prot="protected" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>View</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a5e6312d9ebe2a24d73cef47eab9866be" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>ViewSel</name></member>
|
|
<member refid="classGecode_1_1ViewSel_1a5459dc8a5f1a0d606819e334d384e2bc" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>ViewSel</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a6d3621c59427bb9fa140d13452092d4a" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>ViewSelChoose</name></member>
|
|
<member refid="classGecode_1_1ViewSelChoose_1a0ec8047e2929da07ebbaa79a98f667d4" prot="public" virt="non-virtual"><scope>Gecode::ViewSelChoose</scope><name>ViewSelChoose</name></member>
|
|
</listofallmembers>
|
|
</compounddef>
|
|
</doxygen>
|