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

96 lines
54 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_c5b0fe70900e54a4a94ebb062342b0c6.html">sat</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">SolutionCallback.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-06-29 18:18:08 +02:00
<a href="SolutionCallback_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_1Sat.html">Google.OrTools.Sat</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;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html"> 17</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html">SolutionCallback</a> : global::System.IDisposable {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964"> 19</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">swigCMemOwn</a>;</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_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d">SolutionCallback</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l0002
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_abd8e8d082490fca21397f7402cfa2862"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#abd8e8d082490fca21397f7402cfa2862">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_BestObjectiveBound</a></div><div class="ttdeci">static double SolutionCallback_BestObjectiveBound(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a5f053282f5a20ebc7954930b162df80f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5f053282f5a20ebc7954930b162df80f">Google.OrTools.Sat.SolutionCallback.WallTime</a></div><div class="ttdeci">double WallTime()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00080">SolutionCallback.cs:80</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_ab6ed1c9d2e0ff464fa2c08618f3eb1df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ab6ed1c9d2e0ff464fa2c08618f3eb1df">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_OnSolutionCallback</a></div><div class="ttdeci">static void SolutionCallback_OnSolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a9183d10ed6f11241dc855faec976ef5f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a9183d10ed6f11241dc855faec976ef5f">Google.OrTools.Sat.SolutionCallback.NumBooleans</a></div><div class="ttdeci">long NumBooleans()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00055">SolutionCallback.cs:55</a></div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_aa4c2c4e35ff144f2c4ff35aa15cf0d1d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa4c2c4e35ff144f2c4ff35aa15cf0d1d">Google.OrTools.Sat.SolutionCallback.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00034">SolutionCallback.cs:34</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_aca9b35916a840e7547b6b67ba47211d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#aca9b35916a840e7547b6b67ba47211d5">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_NumBinaryPropagations</a></div><div class="ttdeci">static long SolutionCallback_NumBinaryPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a1de5c73afb943d88b0a79eca81a0df9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1de5c73afb943d88b0a79eca81a0df9d">Google.OrTools.Sat.SolutionCallback.StopSearch</a></div><div class="ttdeci">void StopSearch()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00110">SolutionCallback.cs:110</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_acfa17a1dfbfd394013dc5fabdf5a679d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#acfa17a1dfbfd394013dc5fabdf5a679d">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_NumIntegerPropagations</a></div><div class="ttdeci">static long SolutionCallback_NumIntegerPropagations(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_a3867a2f2453c2d7b052ab9a78280bf67"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a3867a2f2453c2d7b052ab9a78280bf67">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_NumConflicts</a></div><div class="ttdeci">static long SolutionCallback_NumConflicts(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a07bc774e53cda9d660041e1c8b5dcd08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a07bc774e53cda9d660041e1c8b5dcd08">Google.OrTools.Sat.SolutionCallback.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00039">SolutionCallback.cs:39</a></div></div>
<div class="ttc" id="namespaceGoogle_html"><div class="ttname"><a href="namespaceGoogle.html">Google</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00011">KInt64Vector.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_a79a49c53038ae30a98fe48be0c62c16a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a79a49c53038ae30a98fe48be0c62c16a">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_Response</a></div><div class="ttdeci">static System.IntPtr SolutionCallback_Response(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse_html_aa3c63f2c2f2cac3102f1b64013497724"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html#aa3c63f2c2f2cac3102f1b64013497724">Google.OrTools.Sat.CpSolverResponse.MergeFrom</a></div><div class="ttdeci">void MergeFrom(CpSolverResponse other)</div><div class="ttdef"><b>Definition:</b> <a href="CpModel_8pb_8cs_source.html#l05964">CpModel.pb.cs:5964</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a99cde2481b60f3daf9aaa5a7f90b92a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a99cde2481b60f3daf9aaa5a7f90b92a3">Google.OrTools.Sat.SolutionCallback.OnSolutionCallback</a></div><div class="ttdeci">virtual void OnSolutionCallback()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00051">SolutionCallback.cs:51</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_af1d368d9a85da52fdb3517d814f5b4d2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#af1d368d9a85da52fdb3517d814f5b4d2">Google.OrTools.Sat.operations_research_satPINVOKE.delete_SolutionCallback</a></div><div class="ttdeci">static void delete_SolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a5deb696901559772de6b33d7a171a2e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5deb696901559772de6b33d7a171a2e7">Google.OrTools.Sat.SolutionCallback.NumBinaryPropagations</a></div><div class="ttdeci">long NumBinaryPropagations()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00070">SolutionCallback.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_a4318b02fe3967bd71953150389aea582"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a4318b02fe3967bd71953150389aea582">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_SolutionBooleanValue</a></div><div class="ttdeci">static bool SolutionCallback_SolutionBooleanValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_ac00b7d17487d97b6c34090bf6882c2d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ac00b7d17487d97b6c34090bf6882c2d9">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_UserTime</a></div><div class="ttdeci">static double SolutionCallback_UserTime(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_aafadde213e5eb3a7418e8a537f591ef2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aafadde213e5eb3a7418e8a537f591ef2">Google.OrTools.Sat.SolutionCallback.NumConflicts</a></div><div class="ttdeci">long NumConflicts()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00065">SolutionCallback.cs:65</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a623d3c830b19fe51f9fab55f2f33e7dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a623d3c830b19fe51f9fab55f2f33e7dc">Google.OrTools.Sat.SolutionCallback.BestObjectiveBound</a></div><div class="ttdeci">double BestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00095">SolutionCallback.cs:95</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools.html">Google.OrTools</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00011">KInt64Vector.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_af15759569d9b3ec2a2910a42627ce6a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#af15759569d9b3ec2a2910a42627ce6a1">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_SolutionIntegerValue</a></div><div class="ttdeci">static long SolutionCallback_SolutionIntegerValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_aae3673c516137129d180be1d838bd6e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#aae3673c516137129d180be1d838bd6e1">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_ObjectiveValue</a></div><div class="ttdeci">static double SolutionCallback_ObjectiveValue(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_ad90b3a08706f8624f031b6f11308535a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ad90b3a08706f8624f031b6f11308535a">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_NumBranches</a></div><div class="ttdeci">static long SolutionCallback_NumBranches(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a1f36f0c7485c747fed2a5aed8f34decf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1f36f0c7485c747fed2a5aed8f34decf">Google.OrTools.Sat.SolutionCallback.SolutionIntegerValue</a></div><div class="ttdeci">long SolutionIntegerValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00100">SolutionCallback.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html">Google.OrTools.Sat.SolutionCallback</a></div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00017">SolutionCallback.cs:17</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_aeda01936ab5ba3903c51a8b8103fa7ad"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aeda01936ab5ba3903c51a8b8103fa7ad">Google.OrTools.Sat.SolutionCallback.NumIntegerPropagations</a></div><div class="ttdeci">long NumIntegerPropagations()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00075">SolutionCallback.cs:75</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a05564ff6cc134a3ac8550f25baf9e5b6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a05564ff6cc134a3ac8550f25baf9e5b6">Google.OrTools.Sat.SolutionCallback.SolutionBooleanValue</a></div><div class="ttdeci">bool SolutionBooleanValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00105">SolutionCallback.cs:105</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">Google.OrTools.Sat.operations_research_satPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__satPINVOKE_8cs_source.html#l00013">operations_research_satPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_ae10bcc9cebb104170e7c58745762c92e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ae10bcc9cebb104170e7c58745762c92e">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_NumBooleans</a></div><div class="ttdeci">static long SolutionCallback_NumBooleans(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a478f5c4bfae44878ced15e8d0141a964"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">Google.OrTools.Sat.SolutionCallback.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00019">SolutionCallback.cs:19</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_aa088f23db832119e8212490b4b5c057d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d">Google.OrTools.Sat.SolutionCallback.SolutionCallback</a></div><div class="ttdeci">SolutionCallback()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00134">SolutionCallback.cs:134</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a19790821bbab8aa7c10bbf2ba31c6576"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a19790821bbab8aa7c10bbf2ba31c6576">Google.OrTools.Sat.SolutionCallback.Response</a></div><div class="ttdeci">Google.OrTools.Sat.CpSolverResponse Response()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00114">SolutionCallback.cs:114</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_a6704a810ee490f7ba719cd232d114dd8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a6704a810ee490f7ba719cd232d114dd8">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_director_connect</a></div><div class="ttdeci">static void SolutionCallback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SolutionCallback.SwigDelegateSolutionCallback_0 delegate0)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_adb90b258f7280cb33aa2f531d3ee5bdf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#adb90b258f7280cb33aa2f531d3ee5bdf">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_WallTime</a></div><div class="ttdeci">static double SolutionCallback_WallTime(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_acd57884e36f19e263b247f4684680a7b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#acd57884e36f19e263b247f4684680a7b">Google.OrTools.Sat.SolutionCallback.SwigDelegateSolutionCallback_0</a></div><div class="ttdeci">delegate void SwigDelegateSolutionCallback_0()</div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Sat_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Sat.html">Google.OrTools.Sat</a></div><div class="ttdef"><b>Definition:</b> <a href="CpModel_8pb_8cs_source.html#l00012">CpModel.pb.cs:12</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_adcfab3ef934d4fd33e64e62479b0180e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#adcfab3ef934d4fd33e64e62479b0180e">Google.OrTools.Sat.SolutionCallback.NumBranches</a></div><div class="ttdeci">long NumBranches()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00060">SolutionCallback.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a45191b35777ba166341ed94a9c3a2ba2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a45191b35777ba166341ed94a9c3a2ba2">Google.OrTools.Sat.SolutionCallback.ObjectiveValue</a></div><div class="ttdeci">double ObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00090">SolutionCallback.cs:90</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE_html_a2f550d85ea23d300bbf5f33aa35b77e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a2f550d85ea23d300bbf5f33aa35b77e7">Google.OrTools.Sat.operations_research_satPINVOKE.SolutionCallback_StopSearch</a></div><div class="ttdeci">static void SolutionCallback_StopSearch(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback_html_a2fc65b2a2c48f71c216397adf611a6c4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a2fc65b2a2c48f71c216397adf611a6c4">Google.OrTools.Sat.SolutionCallback.UserTime</a></div><div class="ttdeci">double UserTime()</div><div class="ttdef"><b>Definition:</b> <a href="SolutionCallback_8cs_source.html#l00085">SolutionCallback.cs:85</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>