Files
ortools-clone/docs/dotnet/BaseLns_8cs_source.html

91 lines
53 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
2019-06-29 18:18:08 +02:00
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
2019-06-29 18:18:08 +02:00
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content">
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">BaseLns.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-06-29 18:18:08 +02:00
<a href="BaseLns_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.0</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html"> 18</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html">BaseLns</a> : <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html">IntVarLocalSearchOperator</a> {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html">BaseLns</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) : base(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a16772bffa8b8fcd129741dff9a2d3f3e">BaseLns_SWIGUpcast</a>(cPtr), cMemoryOwn) {</div><div class="line"><a name="l00022"></a><span class="lineno
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_ab9399753d24c4af4b75475c71ea006de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_ad455bd4e9408763cd62e94ea0e123ff4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#ad455bd4e9408763cd62e94ea0e123ff4">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_1</a></div><div class="ttdeci">delegate void SwigDelegateBaseLns_1()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">Google.OrTools.ConstraintSolver.IntVarVector</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarVector_8cs_source.html#l00018">IntVarVector.cs:18</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a5c791693e0204a38938e2799a8402650"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a5c791693e0204a38938e2799a8402650">Google.OrTools.ConstraintSolver.BaseLns.BaseLns</a></div><div class="ttdeci">BaseLns(IntVarVector vars)</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00042">BaseLns.cs:42</a></div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a16772bffa8b8fcd129741dff9a2d3f3e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a16772bffa8b8fcd129741dff9a2d3f3e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_SWIGUpcast</a></div><div class="ttdeci">static global::System.IntPtr BaseLns_SWIGUpcast(global::System.IntPtr jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00161">operations_research_constraint_solverPINVOKE.cs:161</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a97e3a2b8e5e79c5972bdaa82c79ca0c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a97e3a2b8e5e79c5972bdaa82c79ca0c6">Google.OrTools.ConstraintSolver.BaseLns.AppendToFragment</a></div><div class="ttdeci">void AppendToFragment(int index)</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00056">BaseLns.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator_html_a6e21c60b885d6c230e614e6ed702b117"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator.html#a6e21c60b885d6c230e614e6ed702b117">Google.OrTools.ConstraintSolver.LocalSearchOperator.Reset</a></div><div class="ttdeci">virtual void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="LocalSearchOperator_8cs_source.html#l00055">LocalSearchOperator.cs:55</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html">Google.OrTools.ConstraintSolver.BaseLns</a></div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00018">BaseLns.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afd9ac58be0407d8e9dfd1afc7f2a0821"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afd9ac58be0407d8e9dfd1afc7f2a0821">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_director_connect</a></div><div class="ttdeci">static void BaseLns_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, BaseLns.SwigDelegateBaseLns_0 delegate0, BaseLns.SwigDelegateBaseLns_1 delegate1, BaseLns.SwigDelegateBaseLns_2 delegate2, BaseLns.SwigDelegateBaseLns_3 delegate3, BaseLns.SwigDelegateBaseLns_4 delegate4, BaseLns.SwigDelegateBaseLns_5 delegate5, BaseLns.SwigDelegateBaseLns_6 delegate6)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a14583aacbf6c2d7d76640cfbf4e8979e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a14583aacbf6c2d7d76640cfbf4e8979e">Google.OrTools.ConstraintSolver.BaseLns.Dispose</a></div><div class="ttdeci">override void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00029">BaseLns.cs:29</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate_html_a00f608ec9d8ce51d19fa22670e5c1d40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html#a00f608ec9d8ce51d19fa22670e5c1d40">Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate.IsIncremental</a></div><div class="ttdeci">virtual bool IsIncremental()</div><div class="ttdef"><b>Definition:</b> <a href="IntVarLocalSearchOperatorTemplate_8cs_source.html#l00047">IntVarLocalSearchOperatorTemplate.cs:47</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_a44fd87a1bb196bc88bc8f3f70aaa0af2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#a44fd87a1bb196bc88bc8f3f70aaa0af2">Google.OrTools.ConstraintSolver.BaseObject.ToString</a></div><div class="ttdeci">virtual string ToString()</div><div class="ttdef"><b>Definition:</b> <a href="BaseObject_8cs_source.html#l00055">BaseObject.cs:55</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_af5ca0abe53afcaf49512c29f0184e532"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">Google.OrTools.ConstraintSolver.BaseObject.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="BaseObject_8cs_source.html#l00020">BaseObject.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7f8419d5e4a029a422aab1262452716c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7f8419d5e4a029a422aab1262452716c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_FragmentSize</a></div><div class="ttdeci">static int BaseLns_FragmentSize(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adbd9a8ca21f492028f9c635e16a0e61d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adbd9a8ca21f492028f9c635e16a0e61d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_NextFragment</a></div><div class="ttdeci">static bool BaseLns_NextFragment(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aee745af59a0170bd6b3af573eb6916cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aee745af59a0170bd6b3af573eb6916cd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_HasFragments</a></div><div class="ttdeci">static bool BaseLns_HasFragments(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab2a49fb189660416798c2b7d45c08814"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab2a49fb189660416798c2b7d45c08814">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_InitFragments</a></div><div class="ttdeci">static void BaseLns_InitFragments(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a390c4599041e43e306ed9d17824406f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a390c4599041e43e306ed9d17824406f4">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_4</a></div><div class="ttdeci">delegate bool SwigDelegateBaseLns_4()</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a670e8edb5601298e0127bf382f3ef4cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a670e8edb5601298e0127bf382f3ef4cb">Google.OrTools.ConstraintSolver.BaseLns.InitFragments</a></div><div class="ttdeci">virtual void InitFragments()</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00047">BaseLns.cs:47</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="Assignment_8cs_source.html#l00011">Assignment.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a891dee9450723d0fdd609307f95a3c49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a891dee9450723d0fdd609307f95a3c49">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_2</a></div><div class="ttdeci">delegate bool SwigDelegateBaseLns_2()</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate_html_a37b562e866f9a76095e282cdc997e846"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html#a37b562e866f9a76095e282cdc997e846">Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate.HoldsDelta</a></div><div class="ttdeci">override bool HoldsDelta()</div><div class="ttdef"><b>Definition:</b> <a href="IntVarLocalSearchOperatorTemplate_8cs_source.html#l00042">IntVarLocalSearchOperatorTemplate.cs:42</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1c348a8897a8017f6259c02974be95b0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1c348a8897a8017f6259c02974be95b0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_InitFragmentsSwigExplicitBaseLns</a></div><div class="ttdeci">static void BaseLns_InitFragmentsSwigExplicitBaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_aacb1750c4df2961d087b42ab03e87776"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#aacb1750c4df2961d087b42ab03e87776">Google.OrTools.ConstraintSolver.BaseLns.FragmentSize</a></div><div class="ttdeci">int FragmentSize()</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00060">BaseLns.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8c6d61f154fdc823e6468afaf3ad116c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8c6d61f154fdc823e6468afaf3ad116c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_AppendToFragment</a></div><div class="ttdeci">static void BaseLns_AppendToFragment(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00047">operations_research_constraint_solverPINVOKE.cs:47</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a5db7fefcddfdceb778c208c5c6ed8a95"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a5db7fefcddfdceb778c208c5c6ed8a95">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_5</a></div><div class="ttdeci">delegate void SwigDelegateBaseLns_5()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html">Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarLocalSearchOperator_8cs_source.html#l00018">IntVarLocalSearchOperator.cs:18</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a0f0a4827ad2f4ca68dc295153b30fdaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a0f0a4827ad2f4ca68dc295153b30fdaf">Google.OrTools.ConstraintSolver.BaseLns.NextFragment</a></div><div class="ttdeci">virtual bool NextFragment()</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00051">BaseLns.cs:51</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a0441d3ba632a0d3ed7baf9709c063576"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a0441d3ba632a0d3ed7baf9709c063576">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_3</a></div><div class="ttdeci">delegate bool SwigDelegateBaseLns_3()</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_ac07b193706e9a8f8674945daa9356d3f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#ac07b193706e9a8f8674945daa9356d3f">Google.OrTools.ConstraintSolver.BaseLns.HasFragments</a></div><div class="ttdeci">override bool HasFragments()</div><div class="ttdef"><b>Definition:</b> <a href="BaseLns_8cs_source.html#l00065">BaseLns.cs:65</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aee9dc0e8c55dceb99f2969caabc60576"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aee9dc0e8c55dceb99f2969caabc60576">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_BaseLns</a></div><div class="ttdeci">static void delete_BaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns_html_a5126942dde5f18e65ec43cfc830f0a4e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseLns.html#a5126942dde5f18e65ec43cfc830f0a4e">Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_6</a></div><div class="ttdeci">delegate bool SwigDelegateBaseLns_6()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9f5614490d800b6b850483045d563920"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9f5614490d800b6b850483045d563920">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.BaseLns_HasFragmentsSwigExplicitBaseLns</a></div><div class="ttdeci">static bool BaseLns_HasFragmentsSwigExplicitBaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a35bddaaf713a717d9910d860cada253a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>