236 lines
56 KiB
HTML
236 lines
56 KiB
HTML
<!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">
|
|
<span id="sfml">Google OR-Tools 7.3</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>DotNet Reference</h2>
|
|
<ul>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">DotNet Reference</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.16 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<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="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">RegularLimit.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="RegularLimit_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> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <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> <span class="comment">// Version 4.0.1</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <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> <span class="comment">// the SWIG interface file instead.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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>  </div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <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> <span class="keyword">using</span> System.Collections;</div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">using</span> System.Collections.Generic;</div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  </div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html"> 18</a></span> <span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</a> : <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a> {</div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</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#a5c3a1c9e78ff32c6c863d2ed8dea5fa7">RegularLimit_SWIGUpcast</a>(cPtr), cMemoryOwn) {</div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  }</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</a> obj) {</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  }</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a849c3c7f8d08104f0cdb46bee9fe6389"> 29</a></span>  <span class="keyword">protected</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a849c3c7f8d08104f0cdb46bee9fe6389">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  lock(<span class="keyword">this</span>) {</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>) {</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <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#a54240388cff37aa4e6445d3d40e87f0f">delete_RegularLimit</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  }</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  }</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  base.Dispose(disposing);</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  }</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  }</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae6e1a6813e5c1e792bdeef83cc17cf6a"> 42</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae6e1a6813e5c1e792bdeef83cc17cf6a">RegularLimit</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a> s, <span class="keywordtype">long</span> time, <span class="keywordtype">long</span> branches, <span class="keywordtype">long</span> failures, <span class="keywordtype">long</span> solutions, <span class="keywordtype">bool</span> smart_time_check, <span class="keywordtype">bool</span> cumulative) : this(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.new_RegularLimit(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a>.getCPtr(s), time, branches, failures, solutions, smart_time_check, cumulative), true) {</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  }</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae9707154654f7e6bdcad9c3d835b39f7"> 45</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae9707154654f7e6bdcad9c3d835b39f7">Copy</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a> limit) {</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <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#adc9cef4b79e7c50898543670e4d12b03">RegularLimit_Copy</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a>.getCPtr(limit));</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  }</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab73cc0e0a56680e619782a2c7ae8fabe"> 49</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab73cc0e0a56680e619782a2c7ae8fabe">MakeClone</a>() {</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  global::System.IntPtr cPtr = <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#a03b024fe8337fce1d0fe275455da7d7f">RegularLimit_MakeClone</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">SearchLimit</a>(cPtr, <span class="keyword">false</span>);</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  }</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac826eb5b58be53b414b365c1fc59576c"> 55</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</a> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac826eb5b58be53b414b365c1fc59576c">MakeIdenticalClone</a>() {</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  global::System.IntPtr cPtr = <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#a412eb9775c28d7f85a9456cb68b8dfa5">RegularLimit_MakeIdenticalClone</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">RegularLimit</a>(cPtr, <span class="keyword">false</span>);</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  }</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a10e299fe36068a1cea8786eea4a1f5cb"> 61</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a10e299fe36068a1cea8786eea4a1f5cb">Check</a>() {</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">bool</span> ret = <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#a4244267d0027c485782be6ada9cb1e3c">RegularLimit_Check</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  }</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8045e088b31fe0754fb20cb0a5ff0dc9"> 66</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8045e088b31fe0754fb20cb0a5ff0dc9">Init</a>() {</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <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#acd99c10c2c3c26859ae9528f6485d4fa">RegularLimit_Init</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  }</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7bffd52acfbed323402d4b936224c35b"> 70</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7bffd52acfbed323402d4b936224c35b">ExitSearch</a>() {</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <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#af54c25dca88316e6d90a1268835939c8">RegularLimit_ExitSearch</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  }</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a85f68dfaa2612e70cc84111b70925eaf"> 74</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a85f68dfaa2612e70cc84111b70925eaf">UpdateLimits</a>(<span class="keywordtype">long</span> time, <span class="keywordtype">long</span> branches, <span class="keywordtype">long</span> failures, <span class="keywordtype">long</span> solutions) {</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <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#af9aaba2063d8777d62a9cbb6f2162299">RegularLimit_UpdateLimits</a>(swigCPtr, time, branches, failures, solutions);</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  }</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a90a0ff98da7ec4fc06808cc27fcb8a06"> 78</a></span>  <span class="keyword">public</span> SWIGTYPE_p_absl__Duration <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a90a0ff98da7ec4fc06808cc27fcb8a06">DurationLimit</a>() {</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  SWIGTYPE_p_absl__Duration ret = <span class="keyword">new</span> SWIGTYPE_p_absl__Duration(<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#acbf7b2c744061b660a040ab705dbbd35">RegularLimit_DurationLimit</a>(swigCPtr), <span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7439098646e7c40d51d7b707679f6d36"> 83</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7439098646e7c40d51d7b707679f6d36">WallTime</a>() {</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordtype">long</span> ret = <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#aa445d720e1a99ed20419888b26ff4178">RegularLimit_WallTime</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  }</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a788ae7d38fa898020c16c85a94d09534"> 88</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a788ae7d38fa898020c16c85a94d09534">Branches</a>() {</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">long</span> ret = <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#a08f415888fe5b768d3f6b5badb68dcdd">RegularLimit_Branches</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a119a0334f4c286130c92f8ccc5c1ce6c"> 93</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a119a0334f4c286130c92f8ccc5c1ce6c">Failures</a>() {</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordtype">long</span> ret = <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#aa8e504b875a8eb2cdedeebd5f502037e">RegularLimit_Failures</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a46e233b9a545c97b3becde1f0e3cd6c0"> 98</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a46e233b9a545c97b3becde1f0e3cd6c0">Solutions</a>() {</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">long</span> ret = <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#a44f176d571f281e4ddca6baa7718b89b">RegularLimit_Solutions</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  }</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ada65f46d1fdf3f3af60b001dd0990025"> 103</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ada65f46d1fdf3f3af60b001dd0990025">IsUncheckedSolutionLimitReached</a>() {</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keywordtype">bool</span> ret = <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#a2463f4007a1dec0ebabe57de84a59e0e">RegularLimit_IsUncheckedSolutionLimitReached</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  }</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab2bf6b50864319fedde777cb0758d876"> 108</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab2bf6b50864319fedde777cb0758d876">ProgressPercent</a>() {</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keywordtype">int</span> ret = <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#a8652095df7dd6ebccdc072f6a95f004f">RegularLimit_ProgressPercent</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  }</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aa73e7c4dd1df5fd5fbf81c7764ee1533"> 113</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aa73e7c4dd1df5fd5fbf81c7764ee1533">ToString</a>() {</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="keywordtype">string</span> ret = <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#ad003e907054b3ddbc804746ad0466628">RegularLimit_ToString</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  }</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a309ee90d3ec4176375b20374ebd03963"> 118</a></span>  <span class="keyword">public</span> SWIGTYPE_p_absl__Time <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a309ee90d3ec4176375b20374ebd03963">AbsoluteSolverDeadline</a>() {</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  SWIGTYPE_p_absl__Time ret = <span class="keyword">new</span> SWIGTYPE_p_absl__Time(<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#a40f35e1525cbd8ebe601b650de883e95">RegularLimit_AbsoluteSolverDeadline</a>(swigCPtr), <span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  }</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab7d07ac20f01770825d403f34a758ef6"> 123</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab7d07ac20f01770825d403f34a758ef6">Accept</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a> visitor) {</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <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#a454bf516c58c88c31ee983f9dd8e260f">RegularLimit_Accept</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a>.getCPtr(visitor));</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> }</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> }</div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a7439098646e7c40d51d7b707679f6d36"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7439098646e7c40d51d7b707679f6d36">Google.OrTools.ConstraintSolver.RegularLimit.WallTime</a></div><div class="ttdeci">long WallTime()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00083">RegularLimit.cs:83</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ada65f46d1fdf3f3af60b001dd0990025"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ada65f46d1fdf3f3af60b001dd0990025">Google.OrTools.ConstraintSolver.RegularLimit.IsUncheckedSolutionLimitReached</a></div><div class="ttdeci">override bool IsUncheckedSolutionLimitReached()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00103">RegularLimit.cs:103</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a7bffd52acfbed323402d4b936224c35b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7bffd52acfbed323402d4b936224c35b">Google.OrTools.ConstraintSolver.RegularLimit.ExitSearch</a></div><div class="ttdeci">override void ExitSearch()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00070">RegularLimit.cs:70</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a309ee90d3ec4176375b20374ebd03963"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a309ee90d3ec4176375b20374ebd03963">Google.OrTools.ConstraintSolver.RegularLimit.AbsoluteSolverDeadline</a></div><div class="ttdeci">SWIGTYPE_p_absl__Time AbsoluteSolverDeadline()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00118">RegularLimit.cs:118</a></div></div>
|
|
<div class="ttc" id="anamespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5c3a1c9e78ff32c6c863d2ed8dea5fa7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5c3a1c9e78ff32c6c863d2ed8dea5fa7">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_SWIGUpcast</a></div><div class="ttdeci">static global::System.IntPtr RegularLimit_SWIGUpcast(global::System.IntPtr jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a85f68dfaa2612e70cc84111b70925eaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a85f68dfaa2612e70cc84111b70925eaf">Google.OrTools.ConstraintSolver.RegularLimit.UpdateLimits</a></div><div class="ttdeci">void UpdateLimits(long time, long branches, long failures, long solutions)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00074">RegularLimit.cs:74</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a40f35e1525cbd8ebe601b650de883e95"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a40f35e1525cbd8ebe601b650de883e95">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_AbsoluteSolverDeadline</a></div><div class="ttdeci">static global::System.IntPtr RegularLimit_AbsoluteSolverDeadline(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a54240388cff37aa4e6445d3d40e87f0f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a54240388cff37aa4e6445d3d40e87f0f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RegularLimit</a></div><div class="ttdeci">static void delete_RegularLimit(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adc9cef4b79e7c50898543670e4d12b03"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adc9cef4b79e7c50898543670e4d12b03">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Copy</a></div><div class="ttdeci">static void RegularLimit_Copy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2463f4007a1dec0ebabe57de84a59e0e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2463f4007a1dec0ebabe57de84a59e0e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_IsUncheckedSolutionLimitReached</a></div><div class="ttdeci">static bool RegularLimit_IsUncheckedSolutionLimitReached(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="anamespaceGoogle_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="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html">Google.OrTools.ConstraintSolver.SearchLimit</a></div><div class="ttdef"><b>Definition:</b> <a href="SearchLimit_8cs_source.html#l00018">SearchLimit.cs:18</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a46e233b9a545c97b3becde1f0e3cd6c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a46e233b9a545c97b3becde1f0e3cd6c0">Google.OrTools.ConstraintSolver.RegularLimit.Solutions</a></div><div class="ttdeci">long Solutions()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00098">RegularLimit.cs:98</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa445d720e1a99ed20419888b26ff4178"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa445d720e1a99ed20419888b26ff4178">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_WallTime</a></div><div class="ttdeci">static long RegularLimit_WallTime(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a90a0ff98da7ec4fc06808cc27fcb8a06"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a90a0ff98da7ec4fc06808cc27fcb8a06">Google.OrTools.ConstraintSolver.RegularLimit.DurationLimit</a></div><div class="ttdeci">SWIGTYPE_p_absl__Duration DurationLimit()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00078">RegularLimit.cs:78</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">Google.OrTools.ConstraintSolver.ModelVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="ModelVisitor_8cs_source.html#l00018">ModelVisitor.cs:18</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html">Google.OrTools.ConstraintSolver.RegularLimit</a></div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00018">RegularLimit.cs:18</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acd99c10c2c3c26859ae9528f6485d4fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acd99c10c2c3c26859ae9528f6485d4fa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Init</a></div><div class="ttdeci">static void RegularLimit_Init(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Google.OrTools.ConstraintSolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Solver_8cs_source.html#l00018">constraint_solver/Solver.cs:18</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad003e907054b3ddbc804746ad0466628"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad003e907054b3ddbc804746ad0466628">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_ToString</a></div><div class="ttdeci">static string RegularLimit_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4244267d0027c485782be6ada9cb1e3c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4244267d0027c485782be6ada9cb1e3c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Check</a></div><div class="ttdeci">static bool RegularLimit_Check(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a10e299fe36068a1cea8786eea4a1f5cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a10e299fe36068a1cea8786eea4a1f5cb">Google.OrTools.ConstraintSolver.RegularLimit.Check</a></div><div class="ttdeci">override bool Check()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00061">RegularLimit.cs:61</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ab7d07ac20f01770825d403f34a758ef6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab7d07ac20f01770825d403f34a758ef6">Google.OrTools.ConstraintSolver.RegularLimit.Accept</a></div><div class="ttdeci">override void Accept(ModelVisitor visitor)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00123">RegularLimit.cs:123</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">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="aclassGoogle_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="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af9aaba2063d8777d62a9cbb6f2162299"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af9aaba2063d8777d62a9cbb6f2162299">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_UpdateLimits</a></div><div class="ttdeci">static void RegularLimit_UpdateLimits(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, long jarg5)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a08f415888fe5b768d3f6b5badb68dcdd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a08f415888fe5b768d3f6b5badb68dcdd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Branches</a></div><div class="ttdeci">static long RegularLimit_Branches(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a412eb9775c28d7f85a9456cb68b8dfa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a412eb9775c28d7f85a9456cb68b8dfa5">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_MakeIdenticalClone</a></div><div class="ttdeci">static global::System.IntPtr RegularLimit_MakeIdenticalClone(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af54c25dca88316e6d90a1268835939c8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af54c25dca88316e6d90a1268835939c8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_ExitSearch</a></div><div class="ttdeci">static void RegularLimit_ExitSearch(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ae6e1a6813e5c1e792bdeef83cc17cf6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae6e1a6813e5c1e792bdeef83cc17cf6a">Google.OrTools.ConstraintSolver.RegularLimit.RegularLimit</a></div><div class="ttdeci">RegularLimit(Solver s, long time, long branches, long failures, long solutions, bool smart_time_check, bool cumulative)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00042">RegularLimit.cs:42</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa8e504b875a8eb2cdedeebd5f502037e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa8e504b875a8eb2cdedeebd5f502037e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Failures</a></div><div class="ttdeci">static long RegularLimit_Failures(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ac826eb5b58be53b414b365c1fc59576c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac826eb5b58be53b414b365c1fc59576c">Google.OrTools.ConstraintSolver.RegularLimit.MakeIdenticalClone</a></div><div class="ttdeci">RegularLimit MakeIdenticalClone()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00055">RegularLimit.cs:55</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acbf7b2c744061b660a040ab705dbbd35"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acbf7b2c744061b660a040ab705dbbd35">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_DurationLimit</a></div><div class="ttdeci">static global::System.IntPtr RegularLimit_DurationLimit(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a849c3c7f8d08104f0cdb46bee9fe6389"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a849c3c7f8d08104f0cdb46bee9fe6389">Google.OrTools.ConstraintSolver.RegularLimit.Dispose</a></div><div class="ttdeci">override void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00029">RegularLimit.cs:29</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a119a0334f4c286130c92f8ccc5c1ce6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a119a0334f4c286130c92f8ccc5c1ce6c">Google.OrTools.ConstraintSolver.RegularLimit.Failures</a></div><div class="ttdeci">long Failures()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00093">RegularLimit.cs:93</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8652095df7dd6ebccdc072f6a95f004f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8652095df7dd6ebccdc072f6a95f004f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_ProgressPercent</a></div><div class="ttdeci">static int RegularLimit_ProgressPercent(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a454bf516c58c88c31ee983f9dd8e260f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a454bf516c58c88c31ee983f9dd8e260f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Accept</a></div><div class="ttdeci">static void RegularLimit_Accept(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a788ae7d38fa898020c16c85a94d09534"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a788ae7d38fa898020c16c85a94d09534">Google.OrTools.ConstraintSolver.RegularLimit.Branches</a></div><div class="ttdeci">long Branches()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00088">RegularLimit.cs:88</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ab73cc0e0a56680e619782a2c7ae8fabe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab73cc0e0a56680e619782a2c7ae8fabe">Google.OrTools.ConstraintSolver.RegularLimit.MakeClone</a></div><div class="ttdeci">override SearchLimit MakeClone()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00049">RegularLimit.cs:49</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ab2bf6b50864319fedde777cb0758d876"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab2bf6b50864319fedde777cb0758d876">Google.OrTools.ConstraintSolver.RegularLimit.ProgressPercent</a></div><div class="ttdeci">override int ProgressPercent()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00108">RegularLimit.cs:108</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ae9707154654f7e6bdcad9c3d835b39f7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae9707154654f7e6bdcad9c3d835b39f7">Google.OrTools.ConstraintSolver.RegularLimit.Copy</a></div><div class="ttdeci">override void Copy(SearchLimit limit)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00045">RegularLimit.cs:45</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_aa73e7c4dd1df5fd5fbf81c7764ee1533"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aa73e7c4dd1df5fd5fbf81c7764ee1533">Google.OrTools.ConstraintSolver.RegularLimit.ToString</a></div><div class="ttdeci">override string ToString()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00113">RegularLimit.cs:113</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a8045e088b31fe0754fb20cb0a5ff0dc9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8045e088b31fe0754fb20cb0a5ff0dc9">Google.OrTools.ConstraintSolver.RegularLimit.Init</a></div><div class="ttdeci">override void Init()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8cs_source.html#l00066">RegularLimit.cs:66</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a44f176d571f281e4ddca6baa7718b89b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a44f176d571f281e4ddca6baa7718b89b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_Solutions</a></div><div class="ttdeci">static long RegularLimit_Solutions(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a03b024fe8337fce1d0fe275455da7d7f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a03b024fe8337fce1d0fe275455da7d7f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RegularLimit_MakeClone</a></div><div class="ttdeci">static global::System.IntPtr RegularLimit_MakeClone(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|