79 lines
39 KiB
HTML
79 lines
39 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.1@</span>
|
|
</div>
|
|
</div>
|
|
<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_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Demon.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="Demon_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 3.0.12</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html"> 18</a></span> <span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Demon</a> : <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html">BaseObject</a> {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#abec83cc8f4047d7efc0640c201af1eb2">Demon</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#a9d6e7dc122c5652e14a644d3ecf906fc">Demon_SWIGUpcast</a>(cPtr), cMemoryOwn) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Demon</a> obj) {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  }</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  ~<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Demon</a>() {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9e5ba6fcfaaac6d251e1da7afd3f2929">Dispose</a>();</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9e5ba6fcfaaac6d251e1da7afd3f2929"> 33</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9e5ba6fcfaaac6d251e1da7afd3f2929">Dispose</a>() {</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a>) {</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a23d5175f984fc18a9fc86d6a9e703289">delete_Demon</a>(swigCPtr);</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  }</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  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="l00041"></a><span class="lineno"> 41</span>  }</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  base.Dispose();</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  }</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> </div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#abec83cc8f4047d7efc0640c201af1eb2"> 47</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#abec83cc8f4047d7efc0640c201af1eb2">Demon</a>() : this(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.new_Demon(), true) {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  SwigDirectorConnect();</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_1ConstraintSolver_1_1Demon.html#ae97bfa63360351cc9f0df1ee02d20d56"> 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_1ConstraintSolver_1_1Demon.html#ae97bfa63360351cc9f0df1ee02d20d56">RunWrapper</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a> s) {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5ea3124ea904a76f668df23de29b80ee">Demon_RunWrapper</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a>.getCPtr(s));</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9bbef766d10cacc6b488a75080bdcfca"> 55</a></span>  <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9bbef766d10cacc6b488a75080bdcfca">Priority</a>() {</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keywordtype">int</span> ret = (SwigDerivedClassHasMethod(<span class="stringliteral">"Priority"</span>, swigMethodTypes2) ? <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#ae300eddad95b53fc30e8fe8ac7556a46">Demon_PrioritySwigExplicitDemon</a>(swigCPtr) : <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#a45986915f97cf2a9aa97ad4c14b52c7e">Demon_Priority</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_1ConstraintSolver_1_1Demon.html#a2ec0851bc7ca05cd09fc1d9516e1e6ba"> 60</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a2ec0851bc7ca05cd09fc1d9516e1e6ba">ToString</a>() {</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">string</span> ret = (SwigDerivedClassHasMethod(<span class="stringliteral">"ToString"</span>, swigMethodTypes0) ? <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#a6b4bc3a886e088cfb607b1cbff7bc802">Demon_ToStringSwigExplicitDemon</a>(swigCPtr) : <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#af1ee3b8551490d7e9773e47d87724005">Demon_ToString</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_1ConstraintSolver_1_1Demon.html#ae6cc9c7ae70e9571a5eecaa68efa6d82"> 65</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#ae6cc9c7ae70e9571a5eecaa68efa6d82">Inhibit</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a> s) {</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad9ad4d236f5b691a3b5346994a3ad1aa">Demon_Inhibit</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a>.getCPtr(s));</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  }</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> </div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9d056d59a6eb8d76a77358178d0dc4ff"> 69</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9d056d59a6eb8d76a77358178d0dc4ff">Desinhibit</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a> s) {</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae04a4642e8a7fdea90503ecbf7b0280a">Demon_Desinhibit</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a>.getCPtr(s));</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> SwigDirectorConnect() {</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordflow">if</span> (SwigDerivedClassHasMethod(<span class="stringliteral">"ToString"</span>, swigMethodTypes0))</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  swigDelegate0 = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9feffc930643877fad5c00927d524e9e">SwigDelegateDemon_0</a>(SwigDirectorToString);</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">if</span> (SwigDerivedClassHasMethod(<span class="stringliteral">"RunWrapper"</span>, swigMethodTypes1))</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  swigDelegate1 = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a3e29eb8c4bc3df98edf358adc312d54d">SwigDelegateDemon_1</a>(SwigDirectorRunWrapper);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">if</span> (SwigDerivedClassHasMethod(<span class="stringliteral">"Priority"</span>, swigMethodTypes2))</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  swigDelegate2 = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#acad1e5fa4c7704fe20cd27936f212f47">SwigDelegateDemon_2</a>(SwigDirectorPriority);</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad77943199d67534c47d457efb1e44fa9">Demon_director_connect</a>(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</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="l00084"></a><span class="lineno"> 84</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="l00085"></a><span class="lineno"> 85</span>  <span class="keywordtype">bool</span> hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#abec83cc8f4047d7efc0640c201af1eb2">Demon</a>));</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">return</span> hasDerivedMethod;</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  }</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>  <span class="keyword">private</span> <span class="keywordtype">string</span> SwigDirectorToString() {</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a2ec0851bc7ca05cd09fc1d9516e1e6ba">ToString</a>();</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> SwigDirectorRunWrapper(global::System.IntPtr s) {</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#ae97bfa63360351cc9f0df1ee02d20d56">RunWrapper</a>((s == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> Solver(s, <span class="keyword">false</span>));</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  }</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keyword">private</span> <span class="keywordtype">int</span> SwigDirectorPriority() {</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9bbef766d10cacc6b488a75080bdcfca">Priority</a>();</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keyword">public</span> delegate <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9feffc930643877fad5c00927d524e9e">SwigDelegateDemon_0</a>();</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keyword">public</span> delegate <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a3e29eb8c4bc3df98edf358adc312d54d">SwigDelegateDemon_1</a>(global::System.IntPtr s);</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">public</span> delegate <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#acad1e5fa4c7704fe20cd27936f212f47">SwigDelegateDemon_2</a>();</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9feffc930643877fad5c00927d524e9e">SwigDelegateDemon_0</a> swigDelegate0;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a3e29eb8c4bc3df98edf358adc312d54d">SwigDelegateDemon_1</a> swigDelegate1;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#acad1e5fa4c7704fe20cd27936f212f47">SwigDelegateDemon_2</a> swigDelegate2;</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>  <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="l00110"></a><span class="lineno"> 110</span>  <span class="keyword">private</span> <span class="keyword">static</span> global::System.Type[] swigMethodTypes1 = <span class="keyword">new</span> global::System.Type[] { typeof(Solver) };</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keyword">private</span> <span class="keyword">static</span> global::System.Type[] swigMethodTypes2 = <span class="keyword">new</span> global::System.Type[] { };</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"> 114</span> }</div><div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Google.OrTools.ConstraintSolver.Demon</a></div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00018">Demon.cs:18</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_1ConstraintSolver_1_1Demon_html_ae97bfa63360351cc9f0df1ee02d20d56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#ae97bfa63360351cc9f0df1ee02d20d56">Google.OrTools.ConstraintSolver.Demon.RunWrapper</a></div><div class="ttdeci">virtual void RunWrapper(Solver s)</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00051">Demon.cs:51</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_a9bbef766d10cacc6b488a75080bdcfca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9bbef766d10cacc6b488a75080bdcfca">Google.OrTools.ConstraintSolver.Demon.Priority</a></div><div class="ttdeci">virtual int Priority()</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00055">Demon.cs:55</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_abec83cc8f4047d7efc0640c201af1eb2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#abec83cc8f4047d7efc0640c201af1eb2">Google.OrTools.ConstraintSolver.Demon.Demon</a></div><div class="ttdeci">Demon()</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00047">Demon.cs:47</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_a9e5ba6fcfaaac6d251e1da7afd3f2929"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9e5ba6fcfaaac6d251e1da7afd3f2929">Google.OrTools.ConstraintSolver.Demon.Dispose</a></div><div class="ttdeci">override void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00033">Demon.cs:33</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_a9d6e7dc122c5652e14a644d3ecf906fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9d6e7dc122c5652e14a644d3ecf906fc">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_SWIGUpcast</a></div><div class="ttdeci">static global::System.IntPtr Demon_SWIGUpcast(global::System.IntPtr jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae04a4642e8a7fdea90503ecbf7b0280a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae04a4642e8a7fdea90503ecbf7b0280a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_Desinhibit</a></div><div class="ttdeci">static void Demon_Desinhibit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_a2ec0851bc7ca05cd09fc1d9516e1e6ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a2ec0851bc7ca05cd09fc1d9516e1e6ba">Google.OrTools.ConstraintSolver.Demon.ToString</a></div><div class="ttdeci">override string ToString()</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00060">Demon.cs:60</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_a9d056d59a6eb8d76a77358178d0dc4ff"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9d056d59a6eb8d76a77358178d0dc4ff">Google.OrTools.ConstraintSolver.Demon.Desinhibit</a></div><div class="ttdeci">void Desinhibit(Solver s)</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00069">Demon.cs:69</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad77943199d67534c47d457efb1e44fa9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad77943199d67534c47d457efb1e44fa9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_director_connect</a></div><div class="ttdeci">static void Demon_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Demon.SwigDelegateDemon_0 delegate0, Demon.SwigDelegateDemon_1 delegate1, Demon.SwigDelegateDemon_2 delegate2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a45986915f97cf2a9aa97ad4c14b52c7e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a45986915f97cf2a9aa97ad4c14b52c7e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_Priority</a></div><div class="ttdeci">static int Demon_Priority(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a23d5175f984fc18a9fc86d6a9e703289"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a23d5175f984fc18a9fc86d6a9e703289">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_Demon</a></div><div class="ttdeci">static void delete_Demon(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af1ee3b8551490d7e9773e47d87724005"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af1ee3b8551490d7e9773e47d87724005">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_ToString</a></div><div class="ttdeci">static string Demon_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae300eddad95b53fc30e8fe8ac7556a46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae300eddad95b53fc30e8fe8ac7556a46">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_PrioritySwigExplicitDemon</a></div><div class="ttdeci">static int Demon_PrioritySwigExplicitDemon(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6b4bc3a886e088cfb607b1cbff7bc802"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6b4bc3a886e088cfb607b1cbff7bc802">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_ToStringSwigExplicitDemon</a></div><div class="ttdeci">static string Demon_ToStringSwigExplicitDemon(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad9ad4d236f5b691a3b5346994a3ad1aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad9ad4d236f5b691a3b5346994a3ad1aa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_Inhibit</a></div><div class="ttdeci">static void Demon_Inhibit(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_a5ea3124ea904a76f668df23de29b80ee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5ea3124ea904a76f668df23de29b80ee">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Demon_RunWrapper</a></div><div class="ttdeci">static void Demon_RunWrapper(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</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_1Demon_html_a3e29eb8c4bc3df98edf358adc312d54d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a3e29eb8c4bc3df98edf358adc312d54d">Google.OrTools.ConstraintSolver.Demon.SwigDelegateDemon_1</a></div><div class="ttdeci">delegate void SwigDelegateDemon_1(global::System.IntPtr s)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_a9feffc930643877fad5c00927d524e9e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#a9feffc930643877fad5c00927d524e9e">Google.OrTools.ConstraintSolver.Demon.SwigDelegateDemon_0</a></div><div class="ttdeci">delegate string SwigDelegateDemon_0()</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00047">operations_research_constraint_solverPINVOKE.cs:47</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html">Google.OrTools.ConstraintSolver.BaseObject</a></div><div class="ttdef"><b>Definition:</b> <a href="BaseObject_8cs_source.html#l00018">BaseObject.cs:18</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_1Demon_html_ae6cc9c7ae70e9571a5eecaa68efa6d82"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#ae6cc9c7ae70e9571a5eecaa68efa6d82">Google.OrTools.ConstraintSolver.Demon.Inhibit</a></div><div class="ttdeci">void Inhibit(Solver s)</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00065">Demon.cs:65</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html_acad1e5fa4c7704fe20cd27936f212f47"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html#acad1e5fa4c7704fe20cd27936f212f47">Google.OrTools.ConstraintSolver.Demon.SwigDelegateDemon_2</a></div><div class="ttdeci">delegate int SwigDelegateDemon_2()</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|