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

66 lines
3.3 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__TaskModelIntUnshare" kind="group">
<compoundname>TaskModelIntUnshare</compoundname>
<title>Unsharing variables</title>
<sectiondef kind="func">
<memberdef kind="function" id="group__TaskModelIntUnshare_1ga5dbecdc9ae058e35d916a8bc38870876" 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::unshare</definition>
<argsstring>(Home home, IntVarArgs &amp;x, IntConLevel icl=ICL_DEF)</argsstring>
<name>unshare</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>IntVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Replace multiple variable occurences in <emphasis>x</emphasis> by fresh variables. </para> </briefdescription>
<detaileddescription>
<para>Supports domain consistency (<emphasis>icl</emphasis> = ICL_DOM, default) and bounds consistency (<emphasis>icl</emphasis> = ICL_BND). </para> </detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3471" column="1"/>
</memberdef>
<memberdef kind="function" id="group__TaskModelIntUnshare_1ga71093cc79dabacaef89236452862e60a" 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::unshare</definition>
<argsstring>(Home home, BoolVarArgs &amp;x, IntConLevel icl=ICL_DEF)</argsstring>
<name>unshare</name>
<param>
<type>Home</type>
<declname>home</declname>
</param>
<param>
<type>BoolVarArgs &amp;</type>
<declname>x</declname>
</param>
<param>
<type>IntConLevel</type>
<declname>icl</declname>
<defval>ICL_DEF</defval>
</param>
<briefdescription>
<para>Replace multiple variable occurences in <emphasis>x</emphasis> by fresh variables. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/int.hh" line="3475" column="1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Unsharing replaces multiple occurences of the same variable by fresh yet equal (enforced through propagators for equality) variables: after unsharing a variable appears at most once. Note that this is only done for not yet assigned variables (as all propagators can handle multiple occurences of the same variable provided it is already assigned).</para><para>Unsharing is useful for constraints that only accept variable arrays without multiple occurences of the same variable, for example extensional. </para> </detaileddescription>
</compounddef>
</doxygen>