Files
ortools-clone/docs/dotnet/RegularLimit_8cs_source.html
2019-06-29 18:18:08 +02:00

99 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">OR-Tools 7.2</span>
</div>
</div>
<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">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>&#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_1RegularLimit.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_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>&#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_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#aee3c76fd34764037eb56fc45d7701a56">RegularLimit_SWIGUpcast</a>(cPtr), cMemoryOwn) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; 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>&#160; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <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>&#160; <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>&#160; }</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aeb341a33e8190d0c3847b7e6c7228686"> 29</a></span>&#160; <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#aeb341a33e8190d0c3847b7e6c7228686">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a>) {</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <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#a26de20ab07d3cbd91b5e78ef003136d1">delete_RegularLimit</a>(swigCPtr);</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; }</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; 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>&#160; }</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; base.Dispose(disposing);</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; }</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; }</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac3831d9937310000e49a615a40669b8f"> 42</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac3831d9937310000e49a615a40669b8f">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>&#160; }</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#afa37fed33b1ac64de8237a675622c46b"> 45</a></span>&#160; <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#afa37fed33b1ac64de8237a675622c46b">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>&#160; <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#a2b66ffe42069878612bb9d84cdff0e45">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>&#160; }</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a10cffd29911edca52dd75b6687070ffc"> 49</a></span>&#160; <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#a10cffd29911edca52dd75b6687070ffc">MakeClone</a>() {</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; 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#aa6c09bc19076664360232c99811ef34e">RegularLimit_MakeClone</a>(swigCPtr);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <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>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a61c75fbb16b84d6ab3f3dcf5f58f2f4a"> 55</a></span>&#160; <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#a61c75fbb16b84d6ab3f3dcf5f58f2f4a">MakeIdenticalClone</a>() {</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; 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#abbb409e3d22f8d89c0b230316fc7ba72">RegularLimit_MakeIdenticalClone</a>(swigCPtr);</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <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>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; }</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aa90128d7f2ba61763f290a344312d88a"> 61</a></span>&#160; <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#aa90128d7f2ba61763f290a344312d88a">Check</a>() {</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <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#ad76df1995d213cd6b7c820545e478169">RegularLimit_Check</a>(swigCPtr);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; }</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8abefdf9930a419768723b16d65dff7a"> 66</a></span>&#160; <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#a8abefdf9930a419768723b16d65dff7a">Init</a>() {</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <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#add8615f592c3cab4906137fba58a7c4f">RegularLimit_Init</a>(swigCPtr);</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#abcaaed3c613d6a107735f84a1a096ccd"> 70</a></span>&#160; <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#abcaaed3c613d6a107735f84a1a096ccd">ExitSearch</a>() {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <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#a135d3db7fa96464d28912b505c49e5e5">RegularLimit_ExitSearch</a>(swigCPtr);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; }</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae8e8970960baa3878f56a6ffb0c22b9b"> 74</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae8e8970960baa3878f56a6ffb0c22b9b">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>&#160; <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#ae501ccfd2559ad3898b94ad5bb485706">RegularLimit_UpdateLimits</a>(swigCPtr, time, branches, failures, solutions);</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; }</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a0be2658cc7ec5c767e40c78f600847f7"> 78</a></span>&#160; <span class="keyword">public</span> SWIGTYPE_p_absl__Duration <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a0be2658cc7ec5c767e40c78f600847f7">DurationLimit</a>() {</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; 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#a7d853861ce0fc6eeec04451ddd0f233b">RegularLimit_DurationLimit</a>(swigCPtr), <span class="keyword">true</span>);</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; }</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#acc94e7fe4cfb8acedba88ae57d5d3601"> 83</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#acc94e7fe4cfb8acedba88ae57d5d3601">WallTime</a>() {</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <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#abc61beefca815dd06adec632d9a5f07d">RegularLimit_WallTime</a>(swigCPtr);</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; }</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7f993d47f25d143cc6297afd75c05cd3"> 88</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7f993d47f25d143cc6297afd75c05cd3">Branches</a>() {</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <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#a8c4849387985e32ad6c8c69adbc9ec3d">RegularLimit_Branches</a>(swigCPtr);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; }</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab11c6cd0cf434660b3bedb89285456d5"> 93</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab11c6cd0cf434660b3bedb89285456d5">Failures</a>() {</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <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#a381111cb3e510b0de8d2cf6210e6ad1a">RegularLimit_Failures</a>(swigCPtr);</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; }</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a99c4a3a48e0c879f5de283908b5bc0b5"> 98</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a99c4a3a48e0c879f5de283908b5bc0b5">Solutions</a>() {</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <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#a401bf4501ceea1dac87186fe49dc6517">RegularLimit_Solutions</a>(swigCPtr);</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; }</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a4e70309e4c2a5d892ba67d823865057d"> 103</a></span>&#160; <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#a4e70309e4c2a5d892ba67d823865057d">IsUncheckedSolutionLimitReached</a>() {</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <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#a87036c8063b79eb93637cba3cb9db41e">RegularLimit_IsUncheckedSolutionLimitReached</a>(swigCPtr);</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; }</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#af6ebc465655dfea430e6c124982a19aa"> 108</a></span>&#160; <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#af6ebc465655dfea430e6c124982a19aa">ProgressPercent</a>() {</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <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#ac39d99a92c2a003fbf1b8eacb496c971">RegularLimit_ProgressPercent</a>(swigCPtr);</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; }</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8e36444edcbd7327a53872ee3ffcf5e6"> 113</a></span>&#160; <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#a8e36444edcbd7327a53872ee3ffcf5e6">ToString</a>() {</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <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#acb20656bc1ddbcec7916a3b757918981">RegularLimit_ToString</a>(swigCPtr);</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; }</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aed9be13f3d4d8e6adcda43e7f9c67e1f"> 118</a></span>&#160; <span class="keyword">public</span> SWIGTYPE_p_absl__Time <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aed9be13f3d4d8e6adcda43e7f9c67e1f">AbsoluteSolverDeadline</a>() {</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; 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#a99a7df1f42de5f6e65daf725bdb5eef5">RegularLimit_AbsoluteSolverDeadline</a>(swigCPtr), <span class="keyword">true</span>);</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; }</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a402a55dcaa22140c75a3e7ce37d3d721"> 123</a></span>&#160; <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#a402a55dcaa22140c75a3e7ce37d3d721">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>&#160; <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#a1eb732d2b09d9c9fb77571b43f2382f3">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>&#160; }</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;}</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;}</div><div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae501ccfd2559ad3898b94ad5bb485706"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae501ccfd2559ad3898b94ad5bb485706">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1eb732d2b09d9c9fb77571b43f2382f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1eb732d2b09d9c9fb77571b43f2382f3">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="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a402a55dcaa22140c75a3e7ce37d3d721"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a402a55dcaa22140c75a3e7ce37d3d721">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_aed9be13f3d4d8e6adcda43e7f9c67e1f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aed9be13f3d4d8e6adcda43e7f9c67e1f">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad76df1995d213cd6b7c820545e478169"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad76df1995d213cd6b7c820545e478169">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aee3c76fd34764037eb56fc45d7701a56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aee3c76fd34764037eb56fc45d7701a56">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="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_1RegularLimit_html_a10cffd29911edca52dd75b6687070ffc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a10cffd29911edca52dd75b6687070ffc">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a0be2658cc7ec5c767e40c78f600847f7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a0be2658cc7ec5c767e40c78f600847f7">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_acc94e7fe4cfb8acedba88ae57d5d3601"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#acc94e7fe4cfb8acedba88ae57d5d3601">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a8e36444edcbd7327a53872ee3ffcf5e6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8e36444edcbd7327a53872ee3ffcf5e6">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_abcaaed3c613d6a107735f84a1a096ccd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#abcaaed3c613d6a107735f84a1a096ccd">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_afa37fed33b1ac64de8237a675622c46b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#afa37fed33b1ac64de8237a675622c46b">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ac3831d9937310000e49a615a40669b8f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ac3831d9937310000e49a615a40669b8f">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="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_a7d853861ce0fc6eeec04451ddd0f233b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7d853861ce0fc6eeec04451ddd0f233b">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abc61beefca815dd06adec632d9a5f07d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abc61beefca815dd06adec632d9a5f07d">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ab11c6cd0cf434660b3bedb89285456d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ab11c6cd0cf434660b3bedb89285456d5">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="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a99a7df1f42de5f6e65daf725bdb5eef5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a99a7df1f42de5f6e65daf725bdb5eef5">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a135d3db7fa96464d28912b505c49e5e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a135d3db7fa96464d28912b505c49e5e5">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a381111cb3e510b0de8d2cf6210e6ad1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a381111cb3e510b0de8d2cf6210e6ad1a">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_aa90128d7f2ba61763f290a344312d88a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aa90128d7f2ba61763f290a344312d88a">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="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_1operations__research__constraint__solverPINVOKE_html_a87036c8063b79eb93637cba3cb9db41e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a87036c8063b79eb93637cba3cb9db41e">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8c4849387985e32ad6c8c69adbc9ec3d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8c4849387985e32ad6c8c69adbc9ec3d">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a26de20ab07d3cbd91b5e78ef003136d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a26de20ab07d3cbd91b5e78ef003136d1">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_ae8e8970960baa3878f56a6ffb0c22b9b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#ae8e8970960baa3878f56a6ffb0c22b9b">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_add8615f592c3cab4906137fba58a7c4f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#add8615f592c3cab4906137fba58a7c4f">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="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_1RegularLimit_html_a7f993d47f25d143cc6297afd75c05cd3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a7f993d47f25d143cc6297afd75c05cd3">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abbb409e3d22f8d89c0b230316fc7ba72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abbb409e3d22f8d89c0b230316fc7ba72">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a8abefdf9930a419768723b16d65dff7a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a8abefdf9930a419768723b16d65dff7a">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="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a401bf4501ceea1dac87186fe49dc6517"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a401bf4501ceea1dac87186fe49dc6517">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a4e70309e4c2a5d892ba67d823865057d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a4e70309e4c2a5d892ba67d823865057d">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_aeb341a33e8190d0c3847b7e6c7228686"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#aeb341a33e8190d0c3847b7e6c7228686">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a99c4a3a48e0c879f5de283908b5bc0b5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a99c4a3a48e0c879f5de283908b5bc0b5">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="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac39d99a92c2a003fbf1b8eacb496c971"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac39d99a92c2a003fbf1b8eacb496c971">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2b66ffe42069878612bb9d84cdff0e45"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2b66ffe42069878612bb9d84cdff0e45">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa6c09bc19076664360232c99811ef34e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa6c09bc19076664360232c99811ef34e">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 class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_af6ebc465655dfea430e6c124982a19aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#af6ebc465655dfea430e6c124982a19aa">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit_html_a61c75fbb16b84d6ab3f3dcf5f58f2f4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RegularLimit.html#a61c75fbb16b84d6ab3f3dcf5f58f2f4a">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acb20656bc1ddbcec7916a3b757918981"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acb20656bc1ddbcec7916a3b757918981">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><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>