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

99 lines
56 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
2019-06-29 18:18:08 +02:00
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
2019-06-29 18:18:08 +02:00
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content">
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">RegularLimit.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-06-29 18:18:08 +02:00
<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=
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>
2019-06-29 18:18:08 +02:00
<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>