96 lines
54 KiB
HTML
96 lines
54 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 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 List</span></a></li>
|
|
<li><a href="globals.html"><span>File 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">
|
|
<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> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 4.0.0</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Sat.html">Google.OrTools.Sat</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </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> <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>  <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>  <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> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_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>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  }</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html">SolutionCallback</a> obj) {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  }</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  ~<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d">SolutionCallback</a>() {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa4c2c4e35ff144f2c4ff35aa15cf0d1d">Dispose</a>(<span class="keyword">false</span>);</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  }</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa4c2c4e35ff144f2c4ff35aa15cf0d1d"> 34</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa4c2c4e35ff144f2c4ff35aa15cf0d1d">Dispose</a>() {</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa4c2c4e35ff144f2c4ff35aa15cf0d1d">Dispose</a>(<span class="keyword">true</span>);</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  }</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a07bc774e53cda9d660041e1c8b5dcd08"> 39</a></span>  <span class="keyword">protected</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a07bc774e53cda9d660041e1c8b5dcd08">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">swigCMemOwn</a>) {</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a478f5c4bfae44878ced15e8d0141a964">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#af1d368d9a85da52fdb3517d814f5b4d2">delete_SolutionCallback</a>(swigCPtr);</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  }</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  }</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  }</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  }</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a99cde2481b60f3daf9aaa5a7f90b92a3"> 51</a></span>  <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a99cde2481b60f3daf9aaa5a7f90b92a3">OnSolutionCallback</a>() {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ab6ed1c9d2e0ff464fa2c08618f3eb1df">SolutionCallback_OnSolutionCallback</a>(swigCPtr);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a9183d10ed6f11241dc855faec976ef5f"> 55</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a9183d10ed6f11241dc855faec976ef5f">NumBooleans</a>() {</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ae10bcc9cebb104170e7c58745762c92e">SolutionCallback_NumBooleans</a>(swigCPtr);</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  }</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#adcfab3ef934d4fd33e64e62479b0180e"> 60</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#adcfab3ef934d4fd33e64e62479b0180e">NumBranches</a>() {</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ad90b3a08706f8624f031b6f11308535a">SolutionCallback_NumBranches</a>(swigCPtr);</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  }</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aafadde213e5eb3a7418e8a537f591ef2"> 65</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aafadde213e5eb3a7418e8a537f591ef2">NumConflicts</a>() {</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a3867a2f2453c2d7b052ab9a78280bf67">SolutionCallback_NumConflicts</a>(swigCPtr);</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  }</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5deb696901559772de6b33d7a171a2e7"> 70</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5deb696901559772de6b33d7a171a2e7">NumBinaryPropagations</a>() {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#aca9b35916a840e7547b6b67ba47211d5">SolutionCallback_NumBinaryPropagations</a>(swigCPtr);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  }</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aeda01936ab5ba3903c51a8b8103fa7ad"> 75</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aeda01936ab5ba3903c51a8b8103fa7ad">NumIntegerPropagations</a>() {</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#acfa17a1dfbfd394013dc5fabdf5a679d">SolutionCallback_NumIntegerPropagations</a>(swigCPtr);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  }</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5f053282f5a20ebc7954930b162df80f"> 80</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a5f053282f5a20ebc7954930b162df80f">WallTime</a>() {</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordtype">double</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#adb90b258f7280cb33aa2f531d3ee5bdf">SolutionCallback_WallTime</a>(swigCPtr);</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a2fc65b2a2c48f71c216397adf611a6c4"> 85</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a2fc65b2a2c48f71c216397adf611a6c4">UserTime</a>() {</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordtype">double</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#ac00b7d17487d97b6c34090bf6882c2d9">SolutionCallback_UserTime</a>(swigCPtr);</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> </div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a45191b35777ba166341ed94a9c3a2ba2"> 90</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a45191b35777ba166341ed94a9c3a2ba2">ObjectiveValue</a>() {</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordtype">double</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#aae3673c516137129d180be1d838bd6e1">SolutionCallback_ObjectiveValue</a>(swigCPtr);</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a623d3c830b19fe51f9fab55f2f33e7dc"> 95</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a623d3c830b19fe51f9fab55f2f33e7dc">BestObjectiveBound</a>() {</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordtype">double</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#abd8e8d082490fca21397f7402cfa2862">SolutionCallback_BestObjectiveBound</a>(swigCPtr);</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  }</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1f36f0c7485c747fed2a5aed8f34decf"> 100</a></span>  <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1f36f0c7485c747fed2a5aed8f34decf">SolutionIntegerValue</a>(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#af15759569d9b3ec2a2910a42627ce6a1">SolutionCallback_SolutionIntegerValue</a>(swigCPtr, index);</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  }</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a05564ff6cc134a3ac8550f25baf9e5b6"> 105</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a05564ff6cc134a3ac8550f25baf9e5b6">SolutionBooleanValue</a>(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a4318b02fe3967bd71953150389aea582">SolutionCallback_SolutionBooleanValue</a>(swigCPtr, index);</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  }</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1de5c73afb943d88b0a79eca81a0df9d"> 110</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a1de5c73afb943d88b0a79eca81a0df9d">StopSearch</a>() {</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a2f550d85ea23d300bbf5f33aa35b77e7">SolutionCallback_StopSearch</a>(swigCPtr);</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  }</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span> </div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a19790821bbab8aa7c10bbf2ba31c6576"> 114</a></span>  <span class="keyword">public</span> <a class="code" href="namespaceGoogle.html">Google</a>.<a class="code" href="namespaceGoogle_1_1OrTools.html">OrTools</a>.<a class="code" href="namespaceGoogle_1_1OrTools_1_1Sat.html">Sat</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html">CpSolverResponse</a> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a19790821bbab8aa7c10bbf2ba31c6576">Response</a>() {</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordtype">byte</span>[] tmp = <span class="keyword">new</span> <span class="keywordtype">byte</span>[4];</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  System.IntPtr data = <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a79a49c53038ae30a98fe48be0c62c16a">SolutionCallback_Response</a>(swigCPtr);</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  System.Runtime.InteropServices.Marshal.Copy(data, tmp, 0, 4);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordtype">int</span> size = System.BitConverter.ToInt32(tmp, 0);</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordtype">byte</span>[] buf = <span class="keyword">new</span> <span class="keywordtype">byte</span>[size + 4];</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  System.Runtime.InteropServices.Marshal.Copy(data, buf, 0, size + 4);</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="comment">// TODO(user): delete the C++ buffer.</span></div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keywordflow">try</span> {</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="namespaceGoogle.html">Google</a>.Protobuf.CodedInputStream input =</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keyword">new</span> <a class="code" href="namespaceGoogle.html">Google</a>.Protobuf.CodedInputStream(buf, 4, size);</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <a class="code" href="namespaceGoogle.html">Google</a>.<a class="code" href="namespaceGoogle_1_1OrTools.html">OrTools</a>.<a class="code" href="namespaceGoogle_1_1OrTools_1_1Sat.html">Sat</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html">CpSolverResponse</a> proto = <span class="keyword">new</span> <a class="code" href="namespaceGoogle.html">Google</a>.<a class="code" href="namespaceGoogle_1_1OrTools.html">OrTools</a>.<a class="code" href="namespaceGoogle_1_1OrTools_1_1Sat.html">Sat</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html">CpSolverResponse</a>();</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  proto.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html#aa3c63f2c2f2cac3102f1b64013497724">MergeFrom</a>(input);</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordflow">return</span> proto;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  } <span class="keywordflow">catch</span> (<a class="code" href="namespaceGoogle.html">Google</a>.Protobuf.InvalidProtocolBufferException <span class="comment">/*e*/</span>) {</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> System.Exception(</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="stringliteral">"Unable to parse Google.OrTools.Sat.CpSolverResponse protocol message."</span>);</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  }</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> }</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> </div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d"> 134</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d">SolutionCallback</a>() : this(<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.new_SolutionCallback(), true) {</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  SwigDirectorConnect();</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  }</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> SwigDirectorConnect() {</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordflow">if</span> (SwigDerivedClassHasMethod(<span class="stringliteral">"OnSolutionCallback"</span>, swigMethodTypes0))</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  swigDelegate0 = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#acd57884e36f19e263b247f4684680a7b">SwigDelegateSolutionCallback_0</a>(SwigDirectorMethodOnSolutionCallback);</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html">operations_research_satPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1operations__research__satPINVOKE.html#a6704a810ee490f7ba719cd232d114dd8">SolutionCallback_director_connect</a>(swigCPtr, swigDelegate0);</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  }</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span> </div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keyword">private</span> <span class="keywordtype">bool</span> SwigDerivedClassHasMethod(<span class="keywordtype">string</span> methodName, global::System.Type[] methodTypes) {</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, <span class="keyword">null</span>, methodTypes, <span class="keyword">null</span>);</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordtype">bool</span> hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(<a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#aa088f23db832119e8212490b4b5c057d">SolutionCallback</a>));</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordflow">return</span> hasDerivedMethod;</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  }</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> SwigDirectorMethodOnSolutionCallback() {</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#a99cde2481b60f3daf9aaa5a7f90b92a3">OnSolutionCallback</a>();</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  }</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keyword">public</span> delegate <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#acd57884e36f19e263b247f4684680a7b">SwigDelegateSolutionCallback_0</a>();</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span> </div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1Sat_1_1SolutionCallback.html#acd57884e36f19e263b247f4684680a7b">SwigDelegateSolutionCallback_0</a> swigDelegate0;</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keyword">private</span> <span class="keyword">static</span> global::System.Type[] swigMethodTypes0 = <span class="keyword">new</span> global::System.Type[] { };</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span> }</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> }</div><div class="ttc" id="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Sat_1_1CpSolverResponse.html">Google.OrTools.Sat.CpSolverResponse</a></div><div class="ttdoc">The response returned by a solver trying to solve a CpModelProto.</div><div class="ttdef"><b>Definition:</b> <a href="CpModel_8pb_8cs_source.html#l05495">CpModel.pb.cs:5495</a></div></div>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|