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

559 lines
643 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-12-14 13:41:01 +01:00
<span id="sfml">Google OR-Tools 9.2</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
</div>
<div id="content">
2019-08-07 18:01:08 -07:00
<div align="center">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2019-08-07 18:01:08 -07:00
</div>
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */</script>
2020-09-01 16:00:33 +02:00
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('RoutingModel_8cs_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
2022-01-16 18:02:36 +01:00
<div class="headertitle">
<div class="title">RoutingModel.cs</div> </div>
</div><!--header-->
<div class="contents">
2022-01-16 18:02:36 +01:00
<a href="RoutingModel_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.<a class="code" href="namespaceSystem_1_1Collections.html">Collections</a>.Generic;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html"> 16</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html">RoutingModel</a> : global::System.IDisposable {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abc050282310ee35f8b4bac77b6103375"> 18</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html">RoutingModel</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtim
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_af1de7a9224abf51b0f265badfe6cd75b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#af1de7a9224abf51b0f265badfe6cd75b">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.NotifyVehicleRequiresAResource</a></div><div class="ttdeci">void NotifyVehicleRequiresAResource(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00353">RoutingModel.cs:353</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a446d91d93a0284049569a4ef6900bfe0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a446d91d93a0284049569a4ef6900bfe0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasMaxCardinalityConstrainedDisjunctions</a></div><div class="ttdeci">static bool RoutingModel_HasMaxCardinalityConstrainedDisjunctions(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae64d0210ced4627c3ee1a8c456d796c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae64d0210ced4627c3ee1a8c456d796c0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ROUTING_NOT_SOLVED_get</a></div><div class="ttdeci">static int RoutingModel_ROUTING_NOT_SOLVED_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7cfecd3dae69fde1963df1b33a1a71e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7cfecd3dae69fde1963df1b33a1a71e8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_GetVehiclesRequiringAResource</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_GetVehiclesRequiringAResource(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2154fbf585ab10bcd451779bf37347f8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2154fbf585ab10bcd451779bf37347f8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDimensionWithVehicleTransits</a></div><div class="ttdeci">static bool RoutingModel_AddDimensionWithVehicleTransits(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2, long jarg3, long jarg4, bool jarg5, string jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8c122a12ab9c69148b48ba6a532f3949"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8c122a12ab9c69148b48ba6a532f3949">Google.OrTools.ConstraintSolver.RoutingModel.SolveWithParameters</a></div><div class="ttdeci">Assignment SolveWithParameters(Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00939">RoutingModel.cs:939</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a49d634bae66c86904de4bd00c0322dc7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a49d634bae66c86904de4bd00c0322dc7">Google.OrTools.ConstraintSolver.RoutingModel.GetDimensionResourceGroupIndex</a></div><div class="ttdeci">int GetDimensionResourceGroupIndex(RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00587">RoutingModel.cs:587</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a925698fef52feb70dd9c917e360a850e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a925698fef52feb70dd9c917e360a850e">Google.OrTools.ConstraintSolver.RoutingModel.Size</a></div><div class="ttdeci">long Size()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01281">RoutingModel.cs:1281</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a50877e0eb53a4285ae44eb92d66a2db7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a50877e0eb53a4285ae44eb92d66a2db7">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetCostClassesCount</a></div><div class="ttdeci">static int RoutingModel_GetCostClassesCount(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2bdec66a42f060802fa20e939b62215f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2bdec66a42f060802fa20e939b62215f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetPairIndicesOfType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetPairIndicesOfType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a06c5605e8d1d1af7d80280fbb6ef2de6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a06c5605e8d1d1af7d80280fbb6ef2de6">Google.OrTools.ConstraintSolver.RoutingModel.CompactAndCheckAssignment</a></div><div class="ttdeci">Assignment CompactAndCheckAssignment(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01061">RoutingModel.cs:1061</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa929f71688fceabafdbb63be2a377547"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa929f71688fceabafdbb63be2a377547">Google.OrTools.ConstraintSolver.RoutingModel.RegisterPositiveUnaryTransitCallback</a></div><div class="ttdeci">int RegisterPositiveUnaryTransitCallback(LongToLong callback)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00435">RoutingModel.cs:435</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00238">RoutingModel.cs:238</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a500281e875e6bcbecffd6add11c161ab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a500281e875e6bcbecffd6add11c161ab">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_get</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_get(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a60bc780c950b7d015af7accf06c47e3c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a60bc780c950b7d015af7accf06c47e3c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_Attributes_StartDomain</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_Attributes_StartDomain(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a43cbc71a276e01342b71f4c5fd961a04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a43cbc71a276e01342b71f4c5fd961a04">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDisjunctionNodeIndices</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetDisjunctionNodeIndices(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a3087c31033f3d79fdc24725894956179"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a3087c31033f3d79fdc24725894956179">Google.OrTools.ConstraintSolver.RoutingModel.GetSameVehicleIndicesOfIndex</a></div><div class="ttdeci">int [] GetSameVehicleIndicesOfIndex(int node)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01232">RoutingModel.cs:1232</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab9e837843a2d4fba14ce475c457aa28b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab9e837843a2d4fba14ce475c457aa28b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNumberOfVisitTypes</a></div><div class="ttdeci">static int RoutingModel_GetNumberOfVisitTypes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a040cb4a5405c57f0a591e5a760f71913"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a040cb4a5405c57f0a591e5a760f71913">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterUnaryTransitCallback</a></div><div class="ttdeci">static int RoutingModel_RegisterUnaryTransitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, LongToLong jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a037b863a2c2bb4789d3bf0245c601e69"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a037b863a2c2bb4789d3bf0245c601e69">Google.OrTools.ConstraintSolver.RoutingModel.RegisterTransitMatrix</a></div><div class="ttdeci">int RegisterTransitMatrix(long[][] values)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00440">RoutingModel.cs:440</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad4832e4d65fbf2d033b7a3427af31608"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad4832e4d65fbf2d033b7a3427af31608">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ROUTING_FAIL_TIMEOUT_get</a></div><div class="ttdeci">static int RoutingModel_ROUTING_FAIL_TIMEOUT_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_aa41cbadbec52ee395d709bd0ea47bf24"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#aa41cbadbec52ee395d709bd0ea47bf24">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.GetResource</a></div><div class="ttdeci">RoutingModel.ResourceGroup.Resource GetResource(int resource_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00379">RoutingModel.cs:379</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0890a993c2a442e26f90d11ec1c9e416"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0890a993c2a442e26f90d11ec1c9e416">Google.OrTools.ConstraintSolver.RoutingModel.DebugOutputAssignment</a></div><div class="ttdeci">string DebugOutputAssignment(Assignment solution_assignment, string dimension_to_print)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01254">RoutingModel.cs:1254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntBoolPair_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntBoolPair.html">Google.OrTools.ConstraintSolver.IntBoolPair</a></div><div class="ttdef"><b>Definition:</b> <a href="IntBoolPair_8cs_source.html#l00018">IntBoolPair.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a532bb8bd4a14938514d5bfff9b5cab93"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a532bb8bd4a14938514d5bfff9b5cab93">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetArcCostEvaluatorOfVehicle</a></div><div class="ttdeci">static void RoutingModel_SetArcCostEvaluatorOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2b9cf6e68812408081af05dae5aa60e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2b9cf6e68812408081af05dae5aa60e5">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasTemporalTypeIncompatibilities</a></div><div class="ttdeci">static bool RoutingModel_HasTemporalTypeIncompatibilities(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2d8a671019fdf5aa7132ba8b57f0aef0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2d8a671019fdf5aa7132ba8b57f0aef0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleIndex</a></div><div class="ttdeci">static int RoutingModel_VehicleIndex(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a13191663f44b6585bffebbd1a7878d00"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a13191663f44b6585bffebbd1a7878d00">Google.OrTools.ConstraintSolver.RoutingModel.Solve</a></div><div class="ttdeci">Assignment Solve(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00927">RoutingModel.cs:927</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">Google.OrTools.ConstraintSolver.IntVarVector</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarArrayHelper_8cs_source.html#l00178">IntVarArrayHelper.cs:178</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa7e99de011558792e152550913b3bd38"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa7e99de011558792e152550913b3bd38">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddIntervalToAssignment</a></div><div class="ttdeci">static void RoutingModel_AddIntervalToAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a9c23ebeec4259161ccdb8a3a1b5c1244"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a9c23ebeec4259161ccdb8a3a1b5c1244">Google.OrTools.ConstraintSolver.RoutingModel.MakeSelfDependentDimensionFinalizer</a></div><div class="ttdeci">DecisionBuilder MakeSelfDependentDimensionFinalizer(RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01307">RoutingModel.cs:1307</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af6e07c0769bb0077141984ebc32d0d15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af6e07c0769bb0077141984ebc32d0d15">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_AddResource</a></div><div class="ttdeci">static int RoutingModel_ResourceGroup_AddResource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6084b4afec9170b5cc619f24879df9bf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6084b4afec9170b5cc619f24879df9bf">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_MakeGuidedSlackFinalizer</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_MakeGuidedSlackFinalizer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, LongToLong jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae35a593a71844fe5d89048c1ccc28439"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae35a593a71844fe5d89048c1ccc28439">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDisjunction__SWIG_0</a></div><div class="ttdeci">static int RoutingModel_AddDisjunction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, long jarg3, long jarg4)</div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_a094659d3904b9a9ace12507f445e52cc"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">Google.OrTools.ConstraintSolver.LongLongToLong</a></div><div class="ttdeci">delegate long LongLongToLong(long t, long u)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00075">RoutingModel.cs:75</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa3ebb625d6649eea8a12822a0e62b0b2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3ebb625d6649eea8a12822a0e62b0b2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetAmortizedLinearCostFactorOfVehicles</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetAmortizedLinearCostFactorOfVehicles(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Domain_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Domain.html">Google.OrTools.ConstraintSolver.Domain</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Domain_8cs_source.html#l00017">constraint_solver/Domain.cs:17</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8fc9637a84e82b2b4aefda381153b492"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8fc9637a84e82b2b4aefda381153b492">Google.OrTools.ConstraintSolver.RoutingModel.AddVariableTargetToFinalizer</a></div><div class="ttdeci">void AddVariableTargetToFinalizer(IntVar var, long target)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00915">RoutingModel.cs:915</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00018">RoutingModel.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a38d2f979b39b5dbb3e321ea1101b64ec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a38d2f979b39b5dbb3e321ea1101b64ec">Google.OrTools.ConstraintSolver.RoutingModel.GetStatus</a></div><div class="ttdeci">int GetStatus()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00974">RoutingModel.cs:974</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a4ae901bd2acbd7140d860e9047a96ac5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a4ae901bd2acbd7140d860e9047a96ac5">Google.OrTools.ConstraintSolver.RoutingModel.GetCostClassesCount</a></div><div class="ttdeci">int GetCostClassesCount()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01208">RoutingModel.cs:1208</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8597ffb636d0cf143555ea0d3e86ecb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8597ffb636d0cf143555ea0d3e86ecb0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetArcCostForClass</a></div><div class="ttdeci">static long RoutingModel_GetArcCostForClass(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4b41d9bc1cafcaaaa9abf7649ccaef0c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b41d9bc1cafcaaaa9abf7649ccaef0c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetMutableDimension</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetMutableDimension(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a3220ee077b1c243d507abcbc664c59af"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a3220ee077b1c243d507abcbc664c59af">Google.OrTools.ConstraintSolver.RoutingModel.TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED</a></div><div class="ttdeci">static readonly int TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01329">RoutingModel.cs:1329</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a82530c9cb0393137a2798e04d11133d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a82530c9cb0393137a2798e04d11133d1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetResourceGroup</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetResourceGroup(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_ab1d347859ce3e259121476c1fb62df3d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#ab1d347859ce3e259121476c1fb62df3d">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.type_index_of_vehicle</a></div><div class="ttdeci">IntVector? type_index_of_vehicle</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00178">RoutingModel.cs:178</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a4f7125d952d5363b9f3436caa52a64e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a4f7125d952d5363b9f3436caa52a64e3">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.Attributes</a></div><div class="ttdeci">Attributes(Domain start_domain, Domain end_domain)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00287">RoutingModel.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a463088c644d44e9dcd4be095e615d295"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a463088c644d44e9dcd4be095e615d295">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDisjunction__SWIG_2</a></div><div class="ttdeci">static int RoutingModel_AddDisjunction__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af53f116c307b4d40e8d848138f462cd6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af53f116c307b4d40e8d848138f462cd6">Google.OrTools.ConstraintSolver.RoutingModel.RegisterTransitCallback</a></div><div class="ttdeci">int RegisterTransitCallback(LongLongToLong callback)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00449">RoutingModel.cs:449</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a130613810edb914ab0ed4a2e3dc8afa2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a130613810edb914ab0ed4a2e3dc8afa2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_GetResource</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_GetResource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.ConstraintSolver.IntVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2IntVector_8cs_source.html#l00101">constraint_solver/IntVector.cs:101</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a50518012913db8f54e26d827229484c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a50518012913db8f54e26d827229484c6">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetStatus</a></div><div class="ttdeci">static int RoutingModel_GetStatus(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a1fb0c7d83022207c02228923ea71912c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a1fb0c7d83022207c02228923ea71912c">Google.OrTools.ConstraintSolver.RoutingModel.RoutingModel</a></div><div class="ttdeci">RoutingModel(RoutingIndexManager index_manager, Google.OrTools.ConstraintSolver.RoutingModelParameters parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00421">RoutingModel.cs:421</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac402e7beb6ec745bd42b4f2ab0be8c4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac402e7beb6ec745bd42b4f2ab0be8c4a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasSameVehicleTypeRequirements</a></div><div class="ttdeci">static bool RoutingModel_HasSameVehicleTypeRequirements(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa64de910c1033f64fe5293073b6b3276"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa64de910c1033f64fe5293073b6b3276">Google.OrTools.ConstraintSolver.RoutingModel.GetDisjunctionNodeIndices</a></div><div class="ttdeci">long [] GetDisjunctionNodeIndices(int index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00616">RoutingModel.cs:616</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a468b6c568508bd3a635efe36d3e10b44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a468b6c568508bd3a635efe36d3e10b44">Google.OrTools.ConstraintSolver.RoutingModel.RegisterPositiveTransitCallback</a></div><div class="ttdeci">int RegisterPositiveTransitCallback(LongLongToLong callback)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00454">RoutingModel.cs:454</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00161">operations_research_constraint_solverPINVOKE.cs:161</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a3af7f783631861b50e06195fab9b1b1c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a3af7f783631861b50e06195fab9b1b1c">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.GetVehiclesRequiringAResource</a></div><div class="ttdeci">int [] GetVehiclesRequiringAResource()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00357">RoutingModel.cs:357</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingSearchParameters_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingSearchParameters.html">Google.OrTools.ConstraintSolver.RoutingSearchParameters</a></div><div class="ttdoc">Parameters defining the search used to solve vehicle routing problems.</div><div class="ttdef"><b>Definition:</b> <a href="RoutingParameters_8pb_8cs_source.html#l00168">RoutingParameters.pb.cs:168</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1DecisionBuilder_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1DecisionBuilder.html">Google.OrTools.ConstraintSolver.DecisionBuilder</a></div><div class="ttdef"><b>Definition:</b> <a href="DecisionBuilder_8cs_source.html#l00018">DecisionBuilder.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a07433d3d4e6c6e9599d025680024586a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a07433d3d4e6c6e9599d025680024586a">Google.OrTools.ConstraintSolver.RoutingModel.VehicleVars</a></div><div class="ttdeci">IntVarVector VehicleVars()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01122">RoutingModel.cs:1122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource_html_a21038c7924d1f1d2bb8c574d14b6bc3a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource.html#a21038c7924d1f1d2bb8c574d14b6bc3a">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Resource.GetDimensionAttributes</a></div><div class="ttdeci">RoutingModel.ResourceGroup.Attributes GetDimensionAttributes(RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00337">RoutingModel.cs:337</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad332d8b3a8498543093bf18412c3f236"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad332d8b3a8498543093bf18412c3f236">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_Resource_GetDimensionAttributes</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_Resource_GetDimensionAttributes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_a6cf223dd8c514ed5e9d8a5bb0bb790aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#a6cf223dd8c514ed5e9d8a5bb0bb790aa">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.NumTypes</a></div><div class="ttdeci">int NumTypes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00168">RoutingModel.cs:168</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac02cef72e808411b4d8a60791ad54c67"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac02cef72e808411b4d8a60791ad54c67">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_Attributes_EndDomain</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_Attributes_EndDomain(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4bf6d706b6c258b6807b82232ee91c92"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4bf6d706b6c258b6807b82232ee91c92">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsMatchingModel</a></div><div class="ttdeci">static bool RoutingModel_IsMatchingModel(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac416d838ff71d53f0d4f6f17e8f46466"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac416d838ff71d53f0d4f6f17e8f46466">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_kNoPenalty_get</a></div><div class="ttdeci">static long RoutingModel_kNoPenalty_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ProtoHelper_html_aa5923ce66c8b2878cf2dc1c77a96d581"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ProtoHelper.html#aa5923ce66c8b2878cf2dc1c77a96d581">Google.OrTools.ProtoHelper.ProtoToByteArray</a></div><div class="ttdeci">static byte [] ProtoToByteArray(IMessage message)</div><div class="ttdef"><b>Definition:</b> <a href="ProtoHelper_8cs_source.html#l00022">ProtoHelper.cs:22</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4ca60ffdf7071e7f317fb0c2e9b82eed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4ca60ffdf7071e7f317fb0c2e9b82eed">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CostVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_CostVar(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae2ef5ff286319e0077593b73cc34ffb8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae2ef5ff286319e0077593b73cc34ffb8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AssignmentToRoutes</a></div><div class="ttdeci">static void RoutingModel_AssignmentToRoutes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int len3_1, int[] len3_2, long[] jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a9a54eca00acfe5a96d406d979ccd16ca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a9a54eca00acfe5a96d406d979ccd16ca">Google.OrTools.ConstraintSolver.RoutingModel.AddPickupAndDeliverySets</a></div><div class="ttdeci">void AddPickupAndDeliverySets(int pickup_disjunction, int delivery_disjunction)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00674">RoutingModel.cs:674</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa31e9e340b930f38fb795479829f9fa9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa31e9e340b930f38fb795479829f9fa9">Google.OrTools.ConstraintSolver.RoutingModel.GetPrimaryConstrainedDimension</a></div><div class="ttdeci">string GetPrimaryConstrainedDimension()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00554">RoutingModel.cs:554</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abb78e0f13ac6e0af3559fc938cc49969"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abb78e0f13ac6e0af3559fc938cc49969">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetArcCostEvaluatorOfAllVehicles</a></div><div class="ttdeci">static void RoutingModel_SetArcCostEvaluatorOfAllVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a595fcd165b8b81e0ea2aad42b7bee4de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a595fcd165b8b81e0ea2aad42b7bee4de">Google.OrTools.ConstraintSolver.RoutingModel.kNoPenalty</a></div><div class="ttdeci">static long kNoPenalty</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00396">RoutingModel.cs:396</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0240f8666f3158a3faf314e723b338ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0240f8666f3158a3faf314e723b338ce">Google.OrTools.ConstraintSolver.RoutingModel.AddSearchMonitor</a></div><div class="ttdeci">void AddSearchMonitor(SearchMonitor monitor)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00895">RoutingModel.cs:895</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae7c9e3f961eabb85e66df7099785ea1f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae7c9e3f961eabb85e66df7099785ea1f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsVehicleUsed</a></div><div class="ttdeci">static bool RoutingModel_IsVehicleUsed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab502b63aeb5d9a5fed76753a8a239ad9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab502b63aeb5d9a5fed76753a8a239ad9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVehicleClassesCount</a></div><div class="ttdeci">static int RoutingModel_GetVehicleClassesCount(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac9bcad07b0cab07d9553c3c148eeca2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac9bcad07b0cab07d9553c3c148eeca2f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_type_index_of_vehicle_get</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleTypeContainer_type_index_of_vehicle_get(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4becedfa3de3720b92e59ab73b4682c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4becedfa3de3720b92e59ab73b4682c0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_type_index_of_vehicle_set</a></div><div class="ttdeci">static void RoutingModel_VehicleTypeContainer_type_index_of_vehicle_set(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_abe8378c9e5576fbc71ecda1c197c80eb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abe8378c9e5576fbc71ecda1c197c80eb">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVehicleClassIndexOfVehicle</a></div><div class="ttdeci">static int RoutingModel_GetVehicleClassIndexOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a53abeba3ba50b555e65a16f0f871c17d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a53abeba3ba50b555e65a16f0f871c17d">Google.OrTools.ConstraintSolver.RoutingModel.RegisterUnaryTransitCallback</a></div><div class="ttdeci">int RegisterUnaryTransitCallback(LongToLong callback)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00430">RoutingModel.cs:430</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2578fdcc24ae01bbe5b4fcbf6ee29609"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2578fdcc24ae01bbe5b4fcbf6ee29609">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetSameVehicleIndicesOfIndex</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetSameVehicleIndicesOfIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae9ecabbac8d38c30fe51c3521eae6643"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae9ecabbac8d38c30fe51c3521eae6643">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterPositiveUnaryTransitCallback</a></div><div class="ttdeci">static int RoutingModel_RegisterPositiveUnaryTransitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, LongToLong jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af3ca9255eb28509d066629c4c50812bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af3ca9255eb28509d066629c4c50812bc">Google.OrTools.ConstraintSolver.RoutingModel.ROUTING_NOT_SOLVED</a></div><div class="ttdeci">static readonly int ROUTING_NOT_SOLVED</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01314">RoutingModel.cs:1314</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa04f42bb664aa12307120779865490de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa04f42bb664aa12307120779865490de">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNumberOfRejectsInFirstSolution</a></div><div class="ttdeci">static long RoutingModel_GetNumberOfRejectsInFirstSolution(global::System.Runtime.InteropServices.HandleRef jarg1, int search_parameters_size, byte[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afc99e1a5d68f2778675c8094a8bd47aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afc99e1a5d68f2778675c8094a8bd47aa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ActiveVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ActiveVar(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8f39f222e533672ecba06cc52f2eddae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8f39f222e533672ecba06cc52f2eddae">Google.OrTools.ConstraintSolver.RoutingModel.HasTemporalTypeRequirements</a></div><div class="ttdeci">bool HasTemporalTypeRequirements()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00796">RoutingModel.cs:796</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a902d43ba8cb2ad14c49bc6f23c7e5488"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a902d43ba8cb2ad14c49bc6f23c7e5488">Google.OrTools.ConstraintSolver.RoutingModel.SetAmortizedCostFactorsOfAllVehicles</a></div><div class="ttdeci">void SetAmortizedCostFactorsOfAllVehicles(long linear_cost_factor, long quadratic_cost_factor)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00846">RoutingModel.cs:846</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ProtoHelper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ProtoHelper.html">Google.OrTools.ProtoHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="ProtoHelper_8cs_source.html#l00020">ProtoHelper.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acc93c6e4c452e3e42e697c28ff83acca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acc93c6e4c452e3e42e697c28ff83acca">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasHardTypeIncompatibilities</a></div><div class="ttdeci">static bool RoutingModel_HasHardTypeIncompatibilities(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0223e0fae3de88cb001560b3b8b50326"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0223e0fae3de88cb001560b3b8b50326">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED_get</a></div><div class="ttdeci">static int RoutingModel_TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a19253518b985e1a4733eddded7698570"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a19253518b985e1a4733eddded7698570">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetPickupAndDeliveryPolicyOfVehicle</a></div><div class="ttdeci">static int RoutingModel_GetPickupAndDeliveryPolicyOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ab30bbbb617832b71cfe3dfec49c79a0f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ab30bbbb617832b71cfe3dfec49c79a0f">Google.OrTools.ConstraintSolver.RoutingModel.GetCostClassIndexOfVehicle</a></div><div class="ttdeci">int GetCostClassIndexOfVehicle(long vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01199">RoutingModel.cs:1199</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00092">RoutingModel.cs:92</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_add71470f4175a0859e6e3d69c2a53988"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#add71470f4175a0859e6e3d69c2a53988">Google.OrTools.ConstraintSolver.RoutingModel.CloseModel</a></div><div class="ttdeci">void CloseModel()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00919">RoutingModel.cs:919</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8ac98cb13d4ab51e14ee971e662d2282"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8ac98cb13d4ab51e14ee971e662d2282">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CloseModelWithParameters</a></div><div class="ttdeci">static void RoutingModel_CloseModelWithParameters(global::System.Runtime.InteropServices.HandleRef jarg1, int search_parameters_size, byte[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab4d0b0c8b8b49204a36e5426d1ddd225"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab4d0b0c8b8b49204a36e5426d1ddd225">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel_VehicleTypeContainer_VehicleClassEntry</a></div><div class="ttdeci">static void delete_RoutingModel_VehicleTypeContainer_VehicleClassEntry(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a5199bcbba51bb4656bb7a644aeff7075"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a5199bcbba51bb4656bb7a644aeff7075">Google.OrTools.ConstraintSolver.RoutingModel.SetAllowedVehiclesForIndex</a></div><div class="ttdeci">void SetAllowedVehiclesForIndex(int[] vehicles, long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00661">RoutingModel.cs:661</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a3bd51ab2db90c05f297d739112c98e58"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a3bd51ab2db90c05f297d739112c98e58">Google.OrTools.ConstraintSolver.RoutingModel.GetNumberOfRejectsInFirstSolution</a></div><div class="ttdeci">long GetNumberOfRejectsInFirstSolution(Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01291">RoutingModel.cs:1291</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a450927393434e1fa5b413e763a82c29e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a450927393434e1fa5b413e763a82c29e">Google.OrTools.ConstraintSolver.RoutingModel.GetRequiredTypeAlternativesWhenAddingType</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t GetRequiredTypeAlternativesWhenAddingType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00781">RoutingModel.cs:781</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a40e0be8dce11b438cbda16ea88ed0877"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a40e0be8dce11b438cbda16ea88ed0877">Google.OrTools.ConstraintSolver.RoutingModel.IsEnd</a></div><div class="ttdeci">bool IsEnd(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01095">RoutingModel.cs:1095</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af123110d7594a9000b76b14df6eafd51"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af123110d7594a9000b76b14df6eafd51">Google.OrTools.ConstraintSolver.RoutingModel.PICKUP_AND_DELIVERY_FIFO</a></div><div class="ttdeci">static readonly int PICKUP_AND_DELIVERY_FIFO</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01323">RoutingModel.cs:1323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Google.OrTools.ConstraintSolver.Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2csharp_2SolverHelper_8cs_source.html#l00450">constraint_solver/csharp/SolverHelper.cs:450</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Resource.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00305">RoutingModel.cs:305</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a84abeda0f735aaa5e4cf3eb88146669a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a84abeda0f735aaa5e4cf3eb88146669a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterPositiveTransitCallback</a></div><div class="ttdeci">static int RoutingModel_RegisterPositiveTransitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00250">RoutingModel.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a35413f5e045bcdcb32fa4570f3c90cc1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a35413f5e045bcdcb32fa4570f3c90cc1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_UnperformedPenaltyOrValue</a></div><div class="ttdeci">static long RoutingModel_UnperformedPenaltyOrValue(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad7a919fc6655582629a0243c3408850c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad7a919fc6655582629a0243c3408850c">Google.OrTools.ConstraintSolver.RoutingModel.GetArcCostForClass</a></div><div class="ttdeci">long GetArcCostForClass(long from_index, long to_index, long cost_class_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01194">RoutingModel.cs:1194</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a22a5c722cb5af8d5771550236c038795"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a22a5c722cb5af8d5771550236c038795">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetCostClassIndexOfVehicle</a></div><div class="ttdeci">static int RoutingModel_GetCostClassIndexOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8f76d3c94e3c684e9abad8f3190c84bf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8f76d3c94e3c684e9abad8f3190c84bf">Google.OrTools.ConstraintSolver.RoutingModel.WriteAssignment</a></div><div class="ttdeci">bool WriteAssignment(string file_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01006">RoutingModel.cs:1006</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac081cf0f9ff40d1456143fbca53da965"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac081cf0f9ff40d1456143fbca53da965">Google.OrTools.ConstraintSolver.RoutingModel.ROUTING_SUCCESS</a></div><div class="ttdeci">static readonly int ROUTING_SUCCESS</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01315">RoutingModel.cs:1315</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4e0f280cea884d6252e042b2e3877934"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4e0f280cea884d6252e042b2e3877934">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddLocalSearchOperator</a></div><div class="ttdeci">static void RoutingModel_AddLocalSearchOperator(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_a6df2bdc1c2218afd4e9e2a80b1edcc22"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6df2bdc1c2218afd4e9e2a80b1edcc22">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_TYPE_ON_VEHICLE_UP_TO_VISIT_get</a></div><div class="ttdeci">static int RoutingModel_TYPE_ON_VEHICLE_UP_TO_VISIT_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad5862296785e73fe4e6dd615d2bd32fd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad5862296785e73fe4e6dd615d2bd32fd">Google.OrTools.ConstraintSolver.RoutingModel.GetSameVehicleRequiredTypeAlternativesOfType</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t GetSameVehicleRequiredTypeAlternativesOfType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00776">RoutingModel.cs:776</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a240e063cf4f98e6b1d1df82dd24410ff"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a240e063cf4f98e6b1d1df82dd24410ff">Google.OrTools.ConstraintSolver.RoutingModel.GetAmortizedLinearCostFactorOfVehicles</a></div><div class="ttdeci">long [] GetAmortizedLinearCostFactorOfVehicles()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00854">RoutingModel.cs:854</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0d57e5a1e7657418453ecb1b623b8efe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0d57e5a1e7657418453ecb1b623b8efe">Google.OrTools.ConstraintSolver.RoutingModel.AddVariableMinimizedByFinalizer</a></div><div class="ttdeci">void AddVariableMinimizedByFinalizer(IntVar var)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00903">RoutingModel.cs:903</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a501f6cff5a646da9a2c27ed46d2d24a4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a501f6cff5a646da9a2c27ed46d2d24a4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetPickupAndDeliveryPolicyOfVehicle</a></div><div class="ttdeci">static void RoutingModel_SetPickupAndDeliveryPolicyOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a09914bef3058a38144ff82021db28c80"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a09914bef3058a38144ff82021db28c80">Google.OrTools.ConstraintSolver.RoutingModel.SolveFromAssignmentsWithParameters</a></div><div class="ttdeci">Assignment SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00958">RoutingModel.cs:958</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8a8ac5655cb55335ecaa524e6df48732"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8a8ac5655cb55335ecaa524e6df48732">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasMandatoryDisjunctions</a></div><div class="ttdeci">static bool RoutingModel_HasMandatoryDisjunctions(global::System.Runtime.InteropServices.HandleRef jarg1)</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="IntArrayHelper_8cs_source.html#l00014">IntArrayHelper.cs:14</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_af40990b9bd3d70d30e8ce7cdda1ad56f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#af40990b9bd3d70d30e8ce7cdda1ad56f">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Size</a></div><div class="ttdeci">int Size()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00389">RoutingModel.cs:389</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a9712d267d0f07fe44c32785c3882c4cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a9712d267d0f07fe44c32785c3882c4cd">Google.OrTools.ConstraintSolver.RoutingModel.RegisterUnaryTransitVector</a></div><div class="ttdeci">int RegisterUnaryTransitVector(long[] values)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00425">RoutingModel.cs:425</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_a5eeb08c1f880198ff66f325ebbf99cca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#a5eeb08c1f880198ff66f325ebbf99cca">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.vehicles_per_vehicle_class</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t? vehicles_per_vehicle_class</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00200">RoutingModel.cs:200</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af1ca77af1ae0a47ae45a652846d8ac06"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af1ca77af1ae0a47ae45a652846d8ac06">Google.OrTools.ConstraintSolver.RoutingModel.ApplyLocksToAllVehicles</a></div><div class="ttdeci">bool ApplyLocksToAllVehicles(long[][] locks, bool close_routes)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00985">RoutingModel.cs:985</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8a2c21fae9b3a8dd9252c1537d329322"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8a2c21fae9b3a8dd9252c1537d329322">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_get</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_get(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a70edad933455c24a6302985ca396608f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a70edad933455c24a6302985ca396608f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_MutablePreAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_MutablePreAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_af5cb2d6a423e5181c28b42fd2f47cc05"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#af5cb2d6a423e5181c28b42fd2f47cc05">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.Type</a></div><div class="ttdeci">int Type(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00173">RoutingModel.cs:173</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0a8ab52fcff94164d22d759d8eb4706b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0a8ab52fcff94164d22d759d8eb4706b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddHardTypeIncompatibility</a></div><div class="ttdeci">static void RoutingModel_AddHardTypeIncompatibility(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0a42fc41da93ca3fa63ded07500718a9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0a42fc41da93ca3fa63ded07500718a9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetFixedCostOfAllVehicles</a></div><div class="ttdeci">static void RoutingModel_SetFixedCostOfAllVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad75cd805c87b95e7467ecc5a030421b0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad75cd805c87b95e7467ecc5a030421b0">Google.OrTools.ConstraintSolver.RoutingModel.AddDisjunction</a></div><div class="ttdeci">int AddDisjunction(long[] indices, long penalty, long max_cardinality)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00592">RoutingModel.cs:592</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a996ca0315e449c5346d22ad2b941ba18"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a996ca0315e449c5346d22ad2b941ba18">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNumberOfDisjunctions</a></div><div class="ttdeci">static int RoutingModel_GetNumberOfDisjunctions(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a92693fe44821fc766a62ef72d3ac578c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a92693fe44821fc766a62ef72d3ac578c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasDimension</a></div><div class="ttdeci">static bool RoutingModel_HasDimension(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad04463ba355c4ff904f2b05cb6b64a5b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad04463ba355c4ff904f2b05cb6b64a5b">Google.OrTools.ConstraintSolver.RoutingModel.UnperformedPenaltyOrValue</a></div><div class="ttdeci">long UnperformedPenaltyOrValue(long default_value, long var_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00806">RoutingModel.cs:806</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad4f1108da751a34d46fc1a358998616b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad4f1108da751a34d46fc1a358998616b">Google.OrTools.ConstraintSolver.RoutingModel.GetNumberOfVisitTypes</a></div><div class="ttdeci">int GetNumberOfVisitTypes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00738">RoutingModel.cs:738</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a75adc6cf42446a932d1d9a164e124d2a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a75adc6cf42446a932d1d9a164e124d2a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDisjunctionMaxCardinality</a></div><div class="ttdeci">static long RoutingModel_GetDisjunctionMaxCardinality(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1b980da4e591e75b275c331a5b0ac66a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1b980da4e591e75b275c331a5b0ac66a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetAmortizedQuadraticCostFactorOfVehicles</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetAmortizedQuadraticCostFactorOfVehicles(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad2319bf6be14fd3f2ef6a02cc460c5db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad2319bf6be14fd3f2ef6a02cc460c5db">Google.OrTools.ConstraintSolver.RoutingModel.HasSameVehicleTypeRequirements</a></div><div class="ttdeci">bool HasSameVehicleTypeRequirements()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00791">RoutingModel.cs:791</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9c07dcad12256c53bb54f84921f21335"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9c07dcad12256c53bb54f84921f21335">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ReadAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ReadAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad498c2e98ed6e6410f687f78e87623e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad498c2e98ed6e6410f687f78e87623e2">Google.OrTools.ConstraintSolver.RoutingModel.TYPE_ON_VEHICLE_UP_TO_VISIT</a></div><div class="ttdeci">static readonly int TYPE_ON_VEHICLE_UP_TO_VISIT</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01328">RoutingModel.cs:1328</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5ad9832e133554216511a64036093c4c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5ad9832e133554216511a64036093c4c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SolveFromAssignmentsWithParameters__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_SolveFromAssignmentsWithParameters__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int search_parameters_size, byte[] jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae0b4ad771ee3eb0c16ccf8f84062bcc8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae0b4ad771ee3eb0c16ccf8f84062bcc8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SolveFromAssignmentsWithParameters__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_SolveFromAssignmentsWithParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int search_parameters_size, byte[] jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa310d691aa0aec3a80356bf9950c7d3b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa310d691aa0aec3a80356bf9950c7d3b">Google.OrTools.ConstraintSolver.RoutingModel.IsMatchingModel</a></div><div class="ttdeci">bool IsMatchingModel()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01296">RoutingModel.cs:1296</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af2c89d3ece27ca86a0a503c307a4cad8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af2c89d3ece27ca86a0a503c307a4cad8">Google.OrTools.ConstraintSolver.RoutingModel.ReadAssignment</a></div><div class="ttdeci">Assignment ReadAssignment(string file_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01012">RoutingModel.cs:1012</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae8d4e3077152b0ba96fcc4b980a7cc18"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae8d4e3077152b0ba96fcc4b980a7cc18">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Solve__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_Solve__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad74eb0736dcac1394cdecd3e63dd1314"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad74eb0736dcac1394cdecd3e63dd1314">Google.OrTools.ConstraintSolver.RoutingModel.AddRequiredTypeAlternativesWhenAddingType</a></div><div class="ttdeci">void AddRequiredTypeAlternativesWhenAddingType(int dependent_type, SWIGTYPE_p_absl__flat_hash_setT_int_t required_type_alternatives)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00766">RoutingModel.cs:766</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_afb0bffafdee2ee57bc75f5a17da1f2de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#afb0bffafdee2ee57bc75f5a17da1f2de">Google.OrTools.ConstraintSolver.RoutingModel.Nexts</a></div><div class="ttdeci">IntVarVector Nexts()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01117">RoutingModel.cs:1117</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad000c3417fa448c95392b16ffdb62537"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad000c3417fa448c95392b16ffdb62537">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetFixedCostOfVehicle</a></div><div class="ttdeci">static long RoutingModel_GetFixedCostOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a21954bb58957014d2e01b3d5f4bc654f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a21954bb58957014d2e01b3d5f4bc654f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddToAssignment</a></div><div class="ttdeci">static void RoutingModel_AddToAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a94c9771a52fdda72bfb06bb82c80a8db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a94c9771a52fdda72bfb06bb82c80a8db">Google.OrTools.ConstraintSolver.RoutingModel.IsVehicleAllowedForIndex</a></div><div class="ttdeci">bool IsVehicleAllowedForIndex(int vehicle, long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00665">RoutingModel.cs:665</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">Google.OrTools.ConstraintSolver.IntVar</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVar_8cs_source.html#l00018">IntVar.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a614a016436a2cc204447272f01c171e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a614a016436a2cc204447272f01c171e1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterTransitCallback</a></div><div class="ttdeci">static int RoutingModel_RegisterTransitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad04c9556bc3bde674a9463a7a2c81970"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad04c9556bc3bde674a9463a7a2c81970">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_NotifyVehicleRequiresAResource</a></div><div class="ttdeci">static void RoutingModel_ResourceGroup_NotifyVehicleRequiresAResource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1NestedArrayHelper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1NestedArrayHelper.html">Google.OrTools.NestedArrayHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="NestedArrayHelper_8cs_source.html#l00020">NestedArrayHelper.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae63baa355a0fd950f613ef15ae69bfae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae63baa355a0fd950f613ef15ae69bfae">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddSoftSameVehicleConstraint</a></div><div class="ttdeci">static void RoutingModel_AddSoftSameVehicleConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a14091cd6563e21da66d15830e0c4a2dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a14091cd6563e21da66d15830e0c4a2dd">Google.OrTools.ConstraintSolver.RoutingModel.TYPE_ADDED_TO_VEHICLE</a></div><div class="ttdeci">static readonly int TYPE_ADDED_TO_VEHICLE</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01326">RoutingModel.cs:1326</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a47d8dd1504c6070a240a521b96c17834"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a47d8dd1504c6070a240a521b96c17834">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Start</a></div><div class="ttdeci">static long RoutingModel_Start(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0be07efe5c13dc7ea0b0f2b69a4d7ac8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0be07efe5c13dc7ea0b0f2b69a4d7ac8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RoutesToAssignment</a></div><div class="ttdeci">static bool RoutingModel_RoutesToAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2, bool jarg3, bool jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac98744b63a30e29990dff8be7360ee65"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac98744b63a30e29990dff8be7360ee65">Google.OrTools.ConstraintSolver.RoutingModel.MakePathSpansAndTotalSlacks</a></div><div class="ttdeci">Constraint MakePathSpansAndTotalSlacks(RoutingDimension dimension, IntVarVector spans, IntVarVector total_slacks)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00511">RoutingModel.cs:511</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a09dabcdcd18f63d60d2c140a513ae62d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a09dabcdcd18f63d60d2c140a513ae62d">Google.OrTools.ConstraintSolver.RoutingModel.GetVehicleClassesCount</a></div><div class="ttdeci">int GetVehicleClassesCount()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01227">RoutingModel.cs:1227</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_ac1f6f2feb07820dcbca6dffedf08c9f0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#ac1f6f2feb07820dcbca6dffedf08c9f0">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleTypeContainer</a></div><div class="ttdeci">VehicleTypeContainer()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00211">RoutingModel.cs:211</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector_html_af7f404fe2f0b77489ca3577321a5ff94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector.html#af7f404fe2f0b77489ca3577321a5ff94">Google.OrTools.ConstraintSolver.Int64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array)</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Int64Vector_8cs_source.html#l00113">constraint_solver/Int64Vector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3e6f97a7daedd09daa623c81e10b0847"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3e6f97a7daedd09daa623c81e10b0847">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetFixedCostOfVehicle</a></div><div class="ttdeci">static void RoutingModel_SetFixedCostOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acf26958aa1c42f58c7edc86edc3fc253"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acf26958aa1c42f58c7edc86edc3fc253">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ROUTING_FAIL_get</a></div><div class="ttdeci">static int RoutingModel_ROUTING_FAIL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8e07b6215ae9ee8b7fea36f25f56df1e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8e07b6215ae9ee8b7fea36f25f56df1e">Google.OrTools.ConstraintSolver.RoutingModel.HasMandatoryDisjunctions</a></div><div class="ttdeci">bool HasMandatoryDisjunctions()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00643">RoutingModel.cs:643</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_a51b209182f9a4815c1be4ecc29c9740b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#a51b209182f9a4815c1be4ecc29c9740b">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.sorted_vehicle_classes_per_type</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t? sorted_vehicle_classes_per_type</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00189">RoutingModel.cs:189</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7b4ac09e9537e65fab24192476a6673a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7b4ac09e9537e65fab24192476a6673a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_NextVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_NextVar(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a084e48af60f4deff23ec0ccf12b8447d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a084e48af60f4deff23ec0ccf12b8447d">Google.OrTools.ConstraintSolver.RoutingModel.HasVehicleWithCostClassIndex</a></div><div class="ttdeci">bool HasVehicleWithCostClassIndex(int cost_class_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01203">RoutingModel.cs:1203</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingIndexManager_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingIndexManager.html">Google.OrTools.ConstraintSolver.RoutingIndexManager</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingIndexManager_8cs_source.html#l00018">RoutingIndexManager.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a262c87036ddfd1845e74f1e30c366182"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a262c87036ddfd1845e74f1e30c366182">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddPickupAndDelivery</a></div><div class="ttdeci">static void RoutingModel_AddPickupAndDelivery(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae75d9f49c157b7784fc8baa7d623ee35"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae75d9f49c157b7784fc8baa7d623ee35">Google.OrTools.ConstraintSolver.RoutingModel.SetArcCostEvaluatorOfVehicle</a></div><div class="ttdeci">void SetArcCostEvaluatorOfVehicle(int evaluator_index, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00829">RoutingModel.cs:829</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acd4b7a258c2ea145309580fc6b90c346"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acd4b7a258c2ea145309580fc6b90c346">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsEnd</a></div><div class="ttdeci">static bool RoutingModel_IsEnd(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a1c49c23699b013de0bc2bd5dd8450554"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a1c49c23699b013de0bc2bd5dd8450554">Google.OrTools.ConstraintSolver.RoutingModel.AddDisjunction</a></div><div class="ttdeci">int AddDisjunction(long[] indices, long penalty)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00596">RoutingModel.cs:596</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab9478cf22a2d81114bc319e53dc6ddfd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab9478cf22a2d81114bc319e53dc6ddfd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_kNoDisjunction_get</a></div><div class="ttdeci">static int RoutingModel_kNoDisjunction_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4b4c82aed9e60ba81d3c1460b9107319"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b4c82aed9e60ba81d3c1460b9107319">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddTemporalTypeIncompatibility</a></div><div class="ttdeci">static void RoutingModel_AddTemporalTypeIncompatibility(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a822458cc9a9a6fa02e86af3e3a1e5c89"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a822458cc9a9a6fa02e86af3e3a1e5c89">Google.OrTools.ConstraintSolver.RoutingModel.CloseVisitTypes</a></div><div class="ttdeci">void CloseVisitTypes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00734">RoutingModel.cs:734</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ace4cb8af93992407099cb0a3115dca75"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ace4cb8af93992407099cb0a3115dca75">Google.OrTools.ConstraintSolver.RoutingModel.kNoDimension</a></div><div class="ttdeci">static int kNoDimension</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00410">RoutingModel.cs:410</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_adf797f7920b3decd258674914bfa5520"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#adf797f7920b3decd258674914bfa5520">Google.OrTools.ConstraintSolver.RoutingModel.GetNumberOfDisjunctions</a></div><div class="ttdeci">int GetNumberOfDisjunctions()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00638">RoutingModel.cs:638</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7ce612da10175ce3b8cdae8458b6914e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7ce612da10175ce3b8cdae8458b6914e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddPickupAndDeliverySets</a></div><div class="ttdeci">static void RoutingModel_AddPickupAndDeliverySets(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a016d4ca4326aa8cc9c1a7cb99639c3f2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a016d4ca4326aa8cc9c1a7cb99639c3f2">Google.OrTools.ConstraintSolver.RoutingModel.HasMaxCardinalityConstrainedDisjunctions</a></div><div class="ttdeci">bool HasMaxCardinalityConstrainedDisjunctions()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00648">RoutingModel.cs:648</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_aad3d4485697fdf3933d7b674d785caa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#aad3d4485697fdf3933d7b674d785caa5">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.VehicleClassEntry</a></div><div class="ttdeci">VehicleClassEntry()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00163">RoutingModel.cs:163</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9ea13850bfc38921bc5e71de9c14c6ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9ea13850bfc38921bc5e71de9c14c6ae">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ComputeLowerBound</a></div><div class="ttdeci">static long RoutingModel_ComputeLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3aa1133908bc2ba302761de86c9bef62"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3aa1133908bc2ba302761de86c9bef62">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVisitType</a></div><div class="ttdeci">static int RoutingModel_GetVisitType(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abc2a989d4d4718b535856c64914bb3e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abc2a989d4d4718b535856c64914bb3e3">Google.OrTools.ConstraintSolver.RoutingModel.AddMatrixDimension</a></div><div class="ttdeci">IntBoolPair AddMatrixDimension(long[][] values, long capacity, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00501">RoutingModel.cs:501</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aaf7b0f80c061b08455e30329f809757d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aaf7b0f80c061b08455e30329f809757d">Google.OrTools.ConstraintSolver.RoutingModel.AddVariableMaximizedByFinalizer</a></div><div class="ttdeci">void AddVariableMaximizedByFinalizer(IntVar var)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00907">RoutingModel.cs:907</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Resource.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00325">RoutingModel.cs:325</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a9c3c15cfb4313e5d1a2c0283eefdaf10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a9c3c15cfb4313e5d1a2c0283eefdaf10">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.VehicleRequiresAResource</a></div><div class="ttdeci">bool VehicleRequiresAResource(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00369">RoutingModel.cs:369</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector.html">Google.OrTools.ConstraintSolver.IntVector</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2IntVector_8cs_source.html#l00018">constraint_solver/IntVector.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a6b1d4bb35eea20f85c6e070bed4e44b9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a6b1d4bb35eea20f85c6e070bed4e44b9">Google.OrTools.ConstraintSolver.RoutingModel.RoutesToAssignment</a></div><div class="ttdeci">bool RoutesToAssignment(long[][] routes, bool ignore_inactive_indices, bool close_routes, Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01036">RoutingModel.cs:1036</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a941321d1b1a2c87ca02e31d8d71b265e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a941321d1b1a2c87ca02e31d8d71b265e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleVars</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleVars(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a06376d8be76dae6610a53736ab086a3f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a06376d8be76dae6610a53736ab086a3f">Google.OrTools.ConstraintSolver.RoutingModel.SetFixedCostOfVehicle</a></div><div class="ttdeci">void SetFixedCostOfVehicle(long cost, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00837">RoutingModel.cs:837</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector.html#aad462966ed963f892117056de1eba502">Google.OrTools.ConstraintSolver.Int64Vector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Int64Vector_8cs_source.html#l00101">constraint_solver/Int64Vector.cs:101</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a3f5d70fe48cb54cbc5d8f6bba55b007d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a3f5d70fe48cb54cbc5d8f6bba55b007d">Google.OrTools.ConstraintSolver.RoutingModel.CheckLimit</a></div><div class="ttdeci">bool CheckLimit()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01266">RoutingModel.cs:1266</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aecd61b1b80f2d68b329eae0003d624fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aecd61b1b80f2d68b329eae0003d624fa">Google.OrTools.ConstraintSolver.RoutingModel.SetAssignmentFromOtherModelAssignment</a></div><div class="ttdeci">void SetAssignmentFromOtherModelAssignment(Assignment target_assignment, RoutingModel source_model, Assignment source_assignment)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00965">RoutingModel.cs:965</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5b88ed8e413f7d7ca36ee6d9e92b9e9f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5b88ed8e413f7d7ca36ee6d9e92b9e9f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ReadAssignmentFromRoutes</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ReadAssignmentFromRoutes(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2, bool jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a146cb6951fe1114b54dcea309317710a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a146cb6951fe1114b54dcea309317710a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel</a></div><div class="ttdeci">static void delete_RoutingModel(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0a496ec938a128f863c9f4d8a6f184da"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0a496ec938a128f863c9f4d8a6f184da">Google.OrTools.ConstraintSolver.RoutingModel.GetSingleNodesOfType</a></div><div class="ttdeci">int [] GetSingleNodesOfType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00705">RoutingModel.cs:705</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2c1833cbd290dd06756e1b9fe703aaa5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c1833cbd290dd06756e1b9fe703aaa5">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CompactAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_CompactAssignment(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_a30ffbf0f6523b0e1fa09071c86a305bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a30ffbf0f6523b0e1fa09071c86a305bc">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_Type</a></div><div class="ttdeci">static int RoutingModel_VehicleTypeContainer_Type(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a2ee6f3658c1eec6d46c09c2494ace6a2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a2ee6f3658c1eec6d46c09c2494ace6a2">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.Attributes</a></div><div class="ttdeci">Attributes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00284">RoutingModel.cs:284</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af1ee754660f15142ebd576253ca26bfa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af1ee754660f15142ebd576253ca26bfa">Google.OrTools.ConstraintSolver.RoutingModel.GetResourceGroups</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t GetResourceGroups()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00564">RoutingModel.cs:564</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5e39c112ee4a4d06ce0e80b6a4d9b303"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5e39c112ee4a4d06ce0e80b6a4d9b303">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CloseVisitTypes</a></div><div class="ttdeci">static void RoutingModel_CloseVisitTypes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a49a816f4b7686434eb870865c7867714"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a49a816f4b7686434eb870865c7867714">Google.OrTools.ConstraintSolver.RoutingModel.AddLocalSearchFilter</a></div><div class="ttdeci">void AddLocalSearchFilter(LocalSearchFilter filter)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01076">RoutingModel.cs:1076</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abae9c57f0af6e3712801c5313206b814"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abae9c57f0af6e3712801c5313206b814">Google.OrTools.ConstraintSolver.RoutingModel.GetDimensionOrDie</a></div><div class="ttdeci">RoutingDimension GetDimensionOrDie(string dimension_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00536">RoutingModel.cs:536</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aafb32e868a7d78ee6f888b31b38b81f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aafb32e868a7d78ee6f888b31b38b81f3">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_PICKUP_AND_DELIVERY_FIFO_get</a></div><div class="ttdeci">static int RoutingModel_PICKUP_AND_DELIVERY_FIFO_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a05c98c9d7cdad478678d5dd910a34504"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a05c98c9d7cdad478678d5dd910a34504">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddLocalSearchFilter</a></div><div class="ttdeci">static void RoutingModel_AddLocalSearchFilter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ab9ed7f4c93c7b37bc0a822e7d5160b23"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ab9ed7f4c93c7b37bc0a822e7d5160b23">Google.OrTools.ConstraintSolver.RoutingModel.GetAmortizedQuadraticCostFactorOfVehicles</a></div><div class="ttdeci">long [] GetAmortizedQuadraticCostFactorOfVehicles()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00866">RoutingModel.cs:866</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa3e9a1df8a5d93c106d97ea513831184"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3e9a1df8a5d93c106d97ea513831184">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_TYPE_ADDED_TO_VEHICLE_get</a></div><div class="ttdeci">static int RoutingModel_TYPE_ADDED_TO_VEHICLE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0a275fe11ecbb21ef428d83f61831305"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0a275fe11ecbb21ef428d83f61831305">Google.OrTools.ConstraintSolver.RoutingModel.VehicleIndex</a></div><div class="ttdeci">int VehicleIndex(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01100">RoutingModel.cs:1100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae5850248f8cb4700dcf2f10418b3abbc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae5850248f8cb4700dcf2f10418b3abbc">Google.OrTools.ConstraintSolver.RoutingModel.GetResourceGroup</a></div><div class="ttdeci">RoutingModel.ResourceGroup GetResourceGroup(int rg_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00569">RoutingModel.cs:569</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af7cd6a2bd02ec67a3f4b4ba3353ac552"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af7cd6a2bd02ec67a3f4b4ba3353ac552">Google.OrTools.ConstraintSolver.RoutingModel.GetFixedCostOfVehicle</a></div><div class="ttdeci">long GetFixedCostOfVehicle(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00841">RoutingModel.cs:841</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a2275c363a48158ccbe060df62232d048"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a2275c363a48158ccbe060df62232d048">Google.OrTools.ConstraintSolver.RoutingModel.NextVar</a></div><div class="ttdeci">IntVar NextVar(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01132">RoutingModel.cs:1132</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4a668453c4f58bf7728ca0b6acfdbd30"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4a668453c4f58bf7728ca0b6acfdbd30">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_NumTypes</a></div><div class="ttdeci">static int RoutingModel_VehicleTypeContainer_NumTypes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9d1a3a788fa5ed6713019bd3eea74913"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9d1a3a788fa5ed6713019bd3eea74913">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDimensionOrDie</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetDimensionOrDie(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</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="IntArrayHelper_8cs_source.html#l00014">IntArrayHelper.cs:14</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa1c8035e138fdd04c14ba3ce3036aac2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa1c8035e138fdd04c14ba3ce3036aac2">Google.OrTools.ConstraintSolver.RoutingModel.PreAssignment</a></div><div class="ttdeci">Assignment PreAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00994">RoutingModel.cs:994</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a119484c5fe4956691c0ab57e0ed00660"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a119484c5fe4956691c0ab57e0ed00660">Google.OrTools.ConstraintSolver.RoutingModel.RestoreAssignment</a></div><div class="ttdeci">Assignment RestoreAssignment(Assignment solution)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01019">RoutingModel.cs:1019</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a80418e13e1c654c0a2716db62c53f593"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a80418e13e1c654c0a2716db62c53f593">Google.OrTools.ConstraintSolver.RoutingModel.AssignmentToRoutes</a></div><div class="ttdeci">void AssignmentToRoutes(Assignment assignment, long[][] routes)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01045">RoutingModel.cs:1045</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a23d3a6b1262b61061f2488e33926e1e9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a23d3a6b1262b61061f2488e33926e1e9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetPrimaryConstrainedDimension</a></div><div class="ttdeci">static void RoutingModel_SetPrimaryConstrainedDimension(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af3337b7cc998766890bcb62e55db3d2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af3337b7cc998766890bcb62e55db3d2d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDepot</a></div><div class="ttdeci">static long RoutingModel_GetDepot(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0582c845c07b1b0dd1aa8d4db4c1581d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0582c845c07b1b0dd1aa8d4db4c1581d">Google.OrTools.ConstraintSolver.RoutingModel.SetVisitType</a></div><div class="ttdeci">void SetVisitType(long index, int type, int type_policy)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00696">RoutingModel.cs:696</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a69b70d1b99b32eef3e46a0c6282c5d49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a69b70d1b99b32eef3e46a0c6282c5d49">Google.OrTools.ConstraintSolver.RoutingModel.GetVehicleOfClass</a></div><div class="ttdeci">int GetVehicleOfClass(int vehicle_class)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01222">RoutingModel.cs:1222</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a817c446ba551d72b56d27c5009147db9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a817c446ba551d72b56d27c5009147db9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddRequiredTypeAlternativesWhenRemovingType</a></div><div class="ttdeci">static void RoutingModel_AddRequiredTypeAlternativesWhenRemovingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1864ff96520f629b5584d43f9140acd8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1864ff96520f629b5584d43f9140acd8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddMatrixDimension</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_AddMatrixDimension(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2, long jarg3, bool jarg4, string jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad3133950c787ec3a0d721362b3aed99e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad3133950c787ec3a0d721362b3aed99e">Google.OrTools.ConstraintSolver.RoutingModel.ComputeLowerBound</a></div><div class="ttdeci">long ComputeLowerBound()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00969">RoutingModel.cs:969</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aed390b637621750da161edc609fd53ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aed390b637621750da161edc609fd53ea">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_MakeSelfDependentDimensionFinalizer</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_MakeSelfDependentDimensionFinalizer(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_adc01d78d261a390019066e29881b2bfb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adc01d78d261a390019066e29881b2bfb">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsVehicleAllowedForIndex</a></div><div class="ttdeci">static bool RoutingModel_IsVehicleAllowedForIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae3fe9f28a4068fa11eaa589292d4d54d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae3fe9f28a4068fa11eaa589292d4d54d">Google.OrTools.ConstraintSolver.RoutingModel.ADDED_TYPE_REMOVED_FROM_VEHICLE</a></div><div class="ttdeci">static readonly int ADDED_TYPE_REMOVED_FROM_VEHICLE</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01327">RoutingModel.cs:1327</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad624be68d70a1a7eb08159f95f6fa2ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad624be68d70a1a7eb08159f95f6fa2ce">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Solve__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_Solve__SWIG_0(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_a14bcb5f359819e86e220a3d6eb896a1e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a14bcb5f359819e86e220a3d6eb896a1e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterUnaryTransitVector</a></div><div class="ttdeci">static int RoutingModel_RegisterUnaryTransitVector(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afce4d0d006a1b0a437a33e60a0d4b655"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afce4d0d006a1b0a437a33e60a0d4b655">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddSearchMonitor</a></div><div class="ttdeci">static void RoutingModel_AddSearchMonitor(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_a8eec311cca400c0bde0f182d4b5ba8cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8eec311cca400c0bde0f182d4b5ba8cd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDimensionResourceGroupIndex</a></div><div class="ttdeci">static int RoutingModel_GetDimensionResourceGroupIndex(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af0f5478f7fb8d26580e58a30d3cacbf4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af0f5478f7fb8d26580e58a30d3cacbf4">Google.OrTools.ConstraintSolver.RoutingModel.Start</a></div><div class="ttdeci">long Start(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01080">RoutingModel.cs:1080</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aab81f3c2c4c6aba73d573c72d466615d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aab81f3c2c4c6aba73d573c72d466615d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetAssignmentFromOtherModelAssignment</a></div><div class="ttdeci">static void RoutingModel_SetAssignmentFromOtherModelAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0f3f93ee99e662e1cc2d1fa7c20ce1b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0f3f93ee99e662e1cc2d1fa7c20ce1b1">Google.OrTools.ConstraintSolver.RoutingModel.GetMaximumNumberOfActiveVehicles</a></div><div class="ttdeci">int GetMaximumNumberOfActiveVehicles()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00820">RoutingModel.cs:820</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae56e26aacdde2953a6778eaba98a17f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae56e26aacdde2953a6778eaba98a17f3">Google.OrTools.ConstraintSolver.RoutingModel.ActiveVar</a></div><div class="ttdeci">IntVar ActiveVar(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01138">RoutingModel.cs:1138</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa0a1769f054b73b0be009c302ae47722"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa0a1769f054b73b0be009c302ae47722">Google.OrTools.ConstraintSolver.RoutingModel.SetAmortizedCostFactorsOfVehicle</a></div><div class="ttdeci">void SetAmortizedCostFactorsOfVehicle(long linear_cost_factor, long quadratic_cost_factor, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00850">RoutingModel.cs:850</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a7965a1a4bdda4cc1b28d3cc05f85023c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a7965a1a4bdda4cc1b28d3cc05f85023c">Google.OrTools.ConstraintSolver.RoutingModel.ReadAssignmentFromRoutes</a></div><div class="ttdeci">Assignment ReadAssignmentFromRoutes(long[][] routes, bool ignore_inactive_indices)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01026">RoutingModel.cs:1026</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingDimension_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingDimension.html">Google.OrTools.ConstraintSolver.RoutingDimension</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingDimension_8cs_source.html#l00016">RoutingDimension.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa4f91e15653370d2d80c6b32c3e9faf5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa4f91e15653370d2d80c6b32c3e9faf5">Google.OrTools.ConstraintSolver.RoutingModel.GetNumberOfDecisionsInFirstSolution</a></div><div class="ttdeci">long GetNumberOfDecisionsInFirstSolution(Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01286">RoutingModel.cs:1286</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aab70c73cd910c0e1463cd6ecf468a932"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aab70c73cd910c0e1463cd6ecf468a932">Google.OrTools.ConstraintSolver.RoutingModel.IsVehicleUsedWhenEmpty</a></div><div class="ttdeci">bool IsVehicleUsedWhenEmpty(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00882">RoutingModel.cs:882</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2868fa8952be090682952349e1afa84d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2868fa8952be090682952349e1afa84d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RegisterTransitMatrix</a></div><div class="ttdeci">static int RoutingModel_RegisterTransitMatrix(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a4d05e54eb4772ed8c5f0a7d278e2e665"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a4d05e54eb4772ed8c5f0a7d278e2e665">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.StartDomain</a></div><div class="ttdeci">Domain StartDomain()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00291">RoutingModel.cs:291</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00233">RoutingModel.cs:233</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae32d59df6f1905a0b861063e7e46d8db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae32d59df6f1905a0b861063e7e46d8db">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Vehicles</a></div><div class="ttdeci">static int RoutingModel_Vehicles(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_add09bd122d2a8be04e061ca2aa44e7e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#add09bd122d2a8be04e061ca2aa44e7e5">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CheckLimit</a></div><div class="ttdeci">static bool RoutingModel_CheckLimit(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="namespaceSystem_1_1Collections_html"><div class="ttname"><a href="namespaceSystem_1_1Collections.html">Collections</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchFilter_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchFilter.html">Google.OrTools.ConstraintSolver.LocalSearchFilter</a></div><div class="ttdef"><b>Definition:</b> <a href="LocalSearchFilter_8cs_source.html#l00018">LocalSearchFilter.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00216">RoutingModel.cs:216</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afec21f2b77bb27d862ab205c415ee928"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afec21f2b77bb27d862ab205c415ee928">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetRequiredTypeAlternativesWhenRemovingType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetRequiredTypeAlternativesWhenRemovingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00111">RoutingModel.cs:111</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00218">RoutingModel.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a91dc28c726b346c2a9c2045cdf672aa6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a91dc28c726b346c2a9c2045cdf672aa6">Google.OrTools.ConstraintSolver.RoutingModel.VehicleRouteConsideredVar</a></div><div class="ttdeci">IntVar VehicleRouteConsideredVar(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01150">RoutingModel.cs:1150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4f1d52073d5367e97afd7393cd3fae90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4f1d52073d5367e97afd7393cd3fae90">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetArcCostForFirstSolution</a></div><div class="ttdeci">static long RoutingModel_GetArcCostForFirstSolution(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a83abb8b8a8835fb8a86fcd22dbb0bffd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a83abb8b8a8835fb8a86fcd22dbb0bffd">Google.OrTools.ConstraintSolver.RoutingModel.ROUTING_FAIL</a></div><div class="ttdeci">static readonly int ROUTING_FAIL</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01316">RoutingModel.cs:1316</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntervalVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntervalVar.html">Google.OrTools.ConstraintSolver.IntervalVar</a></div><div class="ttdef"><b>Definition:</b> <a href="IntervalVar_8cs_source.html#l00018">IntervalVar.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a1c568ef6bd3b67293c975592c2041bb3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a1c568ef6bd3b67293c975592c2041bb3">Google.OrTools.ConstraintSolver.RoutingModel.SetFixedCostOfAllVehicles</a></div><div class="ttdeci">void SetFixedCostOfAllVehicles(long cost)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00833">RoutingModel.cs:833</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a406dd52218074ddb1e2d74221aeed5f0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a406dd52218074ddb1e2d74221aeed5f0">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.AddResource</a></div><div class="ttdeci">int AddResource(RoutingModel.ResourceGroup.Attributes attributes, RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00347">RoutingModel.cs:347</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa21cc0aa1074f5811cdd6ec06d90c150"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa21cc0aa1074f5811cdd6ec06d90c150">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetVisitType</a></div><div class="ttdeci">static void RoutingModel_SetVisitType(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, int jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a1cdadc0b5b407c353a9948ecc9e3988f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a1cdadc0b5b407c353a9948ecc9e3988f">Google.OrTools.ConstraintSolver.RoutingModel.AddLocalSearchOperator</a></div><div class="ttdeci">void AddLocalSearchOperator(LocalSearchOperator ls_operator)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00891">RoutingModel.cs:891</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa6fb46cedc156885586d69e82ce3624c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa6fb46cedc156885586d69e82ce3624c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetAmortizedCostFactorsOfAllVehicles</a></div><div class="ttdeci">static void RoutingModel_SetAmortizedCostFactorsOfAllVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa634a76f4da6df02b9b94ae7b76fdd25"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa634a76f4da6df02b9b94ae7b76fdd25">Google.OrTools.ConstraintSolver.RoutingModel.GetRequiredTypeAlternativesWhenRemovingType</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t GetRequiredTypeAlternativesWhenRemovingType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00786">RoutingModel.cs:786</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a20ae64b9eba40c5847a08f5912dea63f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a20ae64b9eba40c5847a08f5912dea63f">Google.OrTools.ConstraintSolver.RoutingModel.GetVehicleClassIndexOfVehicle</a></div><div class="ttdeci">int GetVehicleClassIndexOfVehicle(long vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01218">RoutingModel.cs:1218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_acf7ad1638b0e0be58e269355a6cbd448"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#acf7ad1638b0e0be58e269355a6cbd448">Google.OrTools.ConstraintSolver.RoutingModel.IsVehicleUsed</a></div><div class="ttdeci">bool IsVehicleUsed(Assignment assignment, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01111">RoutingModel.cs:1111</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a663baea109948c517efd3a7ced06d7f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a663baea109948c517efd3a7ced06d7f4">Google.OrTools.ConstraintSolver.RoutingModel.Solve</a></div><div class="ttdeci">Assignment Solve()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00933">RoutingModel.cs:933</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a30e7d77ff295b79434d9e86d5eb3f596"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a30e7d77ff295b79434d9e86d5eb3f596">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_MakePathSpansAndTotalSlacks</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_MakePathSpansAndTotalSlacks(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad411f942e7a8b8c56f465df52c421b94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad411f942e7a8b8c56f465df52c421b94">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Nodes</a></div><div class="ttdeci">static int RoutingModel_Nodes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7537f6efd146f4b38f7c0e07f47c9656"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7537f6efd146f4b38f7c0e07f47c9656">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetVehicleUsedWhenEmpty</a></div><div class="ttdeci">static void RoutingModel_SetVehicleUsedWhenEmpty(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_adc556a3709d06f13ff149d4b3cd05a9e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#adc556a3709d06f13ff149d4b3cd05a9e">Google.OrTools.ConstraintSolver.RoutingModel.PICKUP_AND_DELIVERY_NO_ORDER</a></div><div class="ttdeci">static readonly int PICKUP_AND_DELIVERY_NO_ORDER</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01321">RoutingModel.cs:1321</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a37a6d20720e5a873aba9a82948e4906a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a37a6d20720e5a873aba9a82948e4906a">Google.OrTools.ConstraintSolver.RoutingModel.AddIntervalToAssignment</a></div><div class="ttdeci">void AddIntervalToAssignment(IntervalVar interval)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01072">RoutingModel.cs:1072</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a284522ca7c183510772359c77000d307"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a284522ca7c183510772359c77000d307">Google.OrTools.ConstraintSolver.RoutingModel.GetMutableDimension</a></div><div class="ttdeci">RoutingDimension GetMutableDimension(string dimension_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00542">RoutingModel.cs:542</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9a10bfbca588ff0b1cb6a71eb225c4b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9a10bfbca588ff0b1cb6a71eb225c4b8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ADDED_TYPE_REMOVED_FROM_VEHICLE_get</a></div><div class="ttdeci">static int RoutingModel_ADDED_TYPE_REMOVED_FROM_VEHICLE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a58c0b315aac991c09c8f4e9d02f275c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a58c0b315aac991c09c8f4e9d02f275c6">Google.OrTools.ConstraintSolver.RoutingModel.IsStart</a></div><div class="ttdeci">bool IsStart(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01090">RoutingModel.cs:1090</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acc0d9e83a2e5be062790495691e6186b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acc0d9e83a2e5be062790495691e6186b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetAmortizedCostFactorsOfVehicle</a></div><div class="ttdeci">static void RoutingModel_SetAmortizedCostFactorsOfVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_aeb16e4e899b04960b97f1fc32aca852c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#aeb16e4e899b04960b97f1fc32aca852c">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.fixed_cost</a></div><div class="ttdeci">long fixed_cost</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00153">RoutingModel.cs:153</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae4d59f42a6c7d5ad5adc925b5df63d2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae4d59f42a6c7d5ad5adc925b5df63d2f">Google.OrTools.ConstraintSolver.RoutingModel.Nodes</a></div><div class="ttdeci">int Nodes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01271">RoutingModel.cs:1271</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a396d2b8417f51268174863e6b8c9368b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a396d2b8417f51268174863e6b8c9368b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_PreAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_PreAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a731f5347bbdd221db54ada93d1a4f677"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a731f5347bbdd221db54ada93d1a4f677">Google.OrTools.ConstraintSolver.RoutingModel.solver</a></div><div class="ttdeci">Solver solver()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01260">RoutingModel.cs:1260</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource.html">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Resource</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00303">RoutingModel.cs:303</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a4a898aa2fddd9cbf838ead3a45cdf75b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a4a898aa2fddd9cbf838ead3a45cdf75b">Google.OrTools.ConstraintSolver.RoutingModel.GetArcCostForVehicle</a></div><div class="ttdeci">long GetArcCostForVehicle(long from_index, long to_index, long vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01174">RoutingModel.cs:1174</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_acd8e0a4014d565b6e3fb918a13c2be32"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#acd8e0a4014d565b6e3fb918a13c2be32">Google.OrTools.ConstraintSolver.RoutingModel.Vehicles</a></div><div class="ttdeci">int Vehicles()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01276">RoutingModel.cs:1276</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3166ab288e9711503395a3d41dac75e6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3166ab288e9711503395a3d41dac75e6">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVisitTypePolicy</a></div><div class="ttdeci">static int RoutingModel_GetVisitTypePolicy(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a0fedacfee4e611821f2ad980a8c7ae1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a0fedacfee4e611821f2ad980a8c7ae1b">Google.OrTools.ConstraintSolver.RoutingModel.ROUTING_FAIL_TIMEOUT</a></div><div class="ttdeci">static readonly int ROUTING_FAIL_TIMEOUT</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01317">RoutingModel.cs:1317</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a58c61ea002bdf22d03267cc379d4d3ab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a58c61ea002bdf22d03267cc379d4d3ab">Google.OrTools.ConstraintSolver.RoutingModel.PICKUP_AND_DELIVERY_LIFO</a></div><div class="ttdeci">static readonly int PICKUP_AND_DELIVERY_LIFO</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01322">RoutingModel.cs:1322</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a72de045b0bb1d15896229b69f9e2f794"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a72de045b0bb1d15896229b69f9e2f794">Google.OrTools.ConstraintSolver.RoutingModel.ApplyLocks</a></div><div class="ttdeci">IntVar ApplyLocks(long[] locks)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00979">RoutingModel.cs:979</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a922f0f3ad6ac637de40a5b1abf892162"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a922f0f3ad6ac637de40a5b1abf892162">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNumberOfDecisionsInFirstSolution</a></div><div class="ttdeci">static long RoutingModel_GetNumberOfDecisionsInFirstSolution(global::System.Runtime.InteropServices.HandleRef jarg1, int search_parameters_size, byte[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae68dab3d4ca365be1c75ad20777c93ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae68dab3d4ca365be1c75ad20777c93ba">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetSingleNodesOfType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetSingleNodesOfType(global::System.Runtime.InteropServices.HandleRef jarg1, int 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="IntArrayHelper_8cs_source.html#l00014">IntArrayHelper.cs:14</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00077">RoutingModel.cs:77</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8fec3fd524757ea3a262c18661d93705"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8fec3fd524757ea3a262c18661d93705">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetPrimaryConstrainedDimension</a></div><div class="ttdeci">static string RoutingModel_GetPrimaryConstrainedDimension(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a027652a25d00d0ac5b5da41624967740"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a027652a25d00d0ac5b5da41624967740">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNonZeroCostClassesCount</a></div><div class="ttdeci">static int RoutingModel_GetNonZeroCostClassesCount(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a67f997059734a423444354f9ba75af55"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a67f997059734a423444354f9ba75af55">Google.OrTools.ConstraintSolver.RoutingModel.GetDimensionResourceGroupIndices</a></div><div class="ttdeci">int [] GetDimensionResourceGroupIndices(RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00575">RoutingModel.cs:575</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae21bbcf20a7d4ae0d7a1f87aaad54da2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae21bbcf20a7d4ae0d7a1f87aaad54da2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetMutableGlobalCumulMPOptimizer</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetMutableGlobalCumulMPOptimizer(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_a572f28e166fae1cb35b3370acab6709a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a572f28e166fae1cb35b3370acab6709a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Nexts</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_Nexts(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abd633e31bd9a065e14cb631e970c37f8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abd633e31bd9a065e14cb631e970c37f8">Google.OrTools.ConstraintSolver.RoutingModel.SetPickupAndDeliveryPolicyOfAllVehicles</a></div><div class="ttdeci">void SetPickupAndDeliveryPolicyOfAllVehicles(int policy)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00678">RoutingModel.cs:678</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a77e4084d2cc7b5954cc14844e46fb561"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a77e4084d2cc7b5954cc14844e46fb561">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddConstantDimensionWithSlack</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_AddConstantDimensionWithSlack(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, bool jarg5, string jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a48a20b94334f5cf1a916cea2bbfaf3b2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a48a20b94334f5cf1a916cea2bbfaf3b2">Google.OrTools.ConstraintSolver.RoutingModel.SolveFromAssignmentWithParameters</a></div><div class="ttdeci">Assignment SolveFromAssignmentWithParameters(Assignment assignment, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00945">RoutingModel.cs:945</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6823f2d44cdf8ab195761ed8274e5c10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6823f2d44cdf8ab195761ed8274e5c10">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ApplyLocks</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ApplyLocks(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00126">RoutingModel.cs:126</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a55e38901eed620429d1004867b79e9a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a55e38901eed620429d1004867b79e9a3">Google.OrTools.ConstraintSolver.RoutingModel.AddDimensionWithVehicleTransits</a></div><div class="ttdeci">bool AddDimensionWithVehicleTransits(int[] evaluator_indices, long slack_max, long capacity, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00465">RoutingModel.cs:465</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8ff6b40adf9b1e6574406998118d1b43"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8ff6b40adf9b1e6574406998118d1b43">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_VehicleRequiresAResource</a></div><div class="ttdeci">static bool RoutingModel_ResourceGroup_VehicleRequiresAResource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad0eb3734c0f8078b1ad82baf560afdbf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad0eb3734c0f8078b1ad82baf560afdbf">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CostsAreHomogeneousAcrossVehicles</a></div><div class="ttdeci">static bool RoutingModel_CostsAreHomogeneousAcrossVehicles(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a46f475434f26e98fe5d3df0478b4657b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a46f475434f26e98fe5d3df0478b4657b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetHomogeneousCost</a></div><div class="ttdeci">static long RoutingModel_GetHomogeneousCost(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adfa001ab48d5a80f634e41c5b87ded6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adfa001ab48d5a80f634e41c5b87ded6a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel_ResourceGroup_Resource</a></div><div class="ttdeci">static void delete_RoutingModel_ResourceGroup_Resource(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6aba4e955a2efe08685f5b2c85e3e692"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6aba4e955a2efe08685f5b2c85e3e692">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetFirstSolutionEvaluator</a></div><div class="ttdeci">static void RoutingModel_SetFirstSolutionEvaluator(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af4e639079675432d4eeb360944625231"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af4e639079675432d4eeb360944625231">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_kNoDimension_get</a></div><div class="ttdeci">static int RoutingModel_kNoDimension_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad3aac6fd34b5039598c5b6a232f2fdc0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3aac6fd34b5039598c5b6a232f2fdc0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVehicleTypeContainer</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetVehicleTypeContainer(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6b3285fe63e8be62c1d37910b13d3515"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6b3285fe63e8be62c1d37910b13d3515">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddRequiredTypeAlternativesWhenAddingType</a></div><div class="ttdeci">static void RoutingModel_AddRequiredTypeAlternativesWhenAddingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa83794fa13d043f307598ee2caa34dbd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa83794fa13d043f307598ee2caa34dbd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CompactAndCheckAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_CompactAndCheckAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a508550f2f6d106fb7ad246005b918332"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a508550f2f6d106fb7ad246005b918332">Google.OrTools.ConstraintSolver.RoutingModel.SetFirstSolutionEvaluator</a></div><div class="ttdeci">void SetFirstSolutionEvaluator(LongLongToLong evaluator)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00887">RoutingModel.cs:887</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2410870e81249f3e61dd5c2dd3d850f2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2410870e81249f3e61dd5c2dd3d850f2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDisjunction__SWIG_1</a></div><div class="ttdeci">static int RoutingModel_AddDisjunction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aa61b76af1033268ee09809a17e3ec9a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aa61b76af1033268ee09809a17e3ec9a1">Google.OrTools.ConstraintSolver.RoutingModel.AddConstantDimension</a></div><div class="ttdeci">IntBoolPair AddConstantDimension(long value, long capacity, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00489">RoutingModel.cs:489</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac51667a3af8b238c16d6d33cd539319a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac51667a3af8b238c16d6d33cd539319a">Google.OrTools.ConstraintSolver.RoutingModel.GetMutableGlobalCumulMPOptimizer</a></div><div class="ttdeci">SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer GetMutableGlobalCumulMPOptimizer(RoutingDimension dimension)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00523">RoutingModel.cs:523</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7eb2d1bc47d5b3cf526e5a5aae3ab1b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7eb2d1bc47d5b3cf526e5a5aae3ab1b8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetMaximumNumberOfActiveVehicles</a></div><div class="ttdeci">static int RoutingModel_GetMaximumNumberOfActiveVehicles(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aea8ebf06e38f1e362cc2e4420e06d159"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aea8ebf06e38f1e362cc2e4420e06d159">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddWeightedVariableMinimizedByFinalizer</a></div><div class="ttdeci">static void RoutingModel_AddWeightedVariableMinimizedByFinalizer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac4aceddcc1896240ce8087a094b02b56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac4aceddcc1896240ce8087a094b02b56">Google.OrTools.ConstraintSolver.RoutingModel.GetNumOfSingletonNodes</a></div><div class="ttdeci">int GetNumOfSingletonNodes()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00691">RoutingModel.cs:691</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Resource.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Resource.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00320">RoutingModel.cs:320</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a82d4266dfd4702907d43f41579ba842e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a82d4266dfd4702907d43f41579ba842e">Google.OrTools.ConstraintSolver.RoutingModel.SetMaximumNumberOfActiveVehicles</a></div><div class="ttdeci">void SetMaximumNumberOfActiveVehicles(int max_active_vehicles)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00816">RoutingModel.cs:816</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a20a68ad624eb0d19e6c0710a9b85f55f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a20a68ad624eb0d19e6c0710a9b85f55f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_CloseModel</a></div><div class="ttdeci">static void RoutingModel_CloseModel(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00272">RoutingModel.cs:272</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af4aadb4597aa6938f3fe4ff79faf67c4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af4aadb4597aa6938f3fe4ff79faf67c4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_set</a></div><div class="ttdeci">static void RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a81dcf0f2f8d89f81fab3400180eed004"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a81dcf0f2f8d89f81fab3400180eed004">Google.OrTools.ConstraintSolver.RoutingModel.GetDisjunctionPenalty</a></div><div class="ttdeci">long GetDisjunctionPenalty(int index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00628">RoutingModel.cs:628</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a29eda63a0dec4605985f5ed34cdf6473"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a29eda63a0dec4605985f5ed34cdf6473">Google.OrTools.ConstraintSolver.RoutingModel.CompactAssignment</a></div><div class="ttdeci">Assignment CompactAssignment(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01054">RoutingModel.cs:1054</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad769d306c2bd925607539936f9e059de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad769d306c2bd925607539936f9e059de">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_DebugOutputAssignment</a></div><div class="ttdeci">static string RoutingModel_DebugOutputAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a87ef147b7f7f302015d5156b4e6d027b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a87ef147b7f7f302015d5156b4e6d027b">Google.OrTools.ConstraintSolver.RoutingModel.HasTemporalTypeIncompatibilities</a></div><div class="ttdeci">bool HasTemporalTypeIncompatibilities()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00761">RoutingModel.cs:761</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html">Google.OrTools.ConstraintSolver.RoutingModel</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00016">RoutingModel.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac924e068c17f88d9d7a8365db5e9fd8b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac924e068c17f88d9d7a8365db5e9fd8b">Google.OrTools.ConstraintSolver.RoutingModel.kNoDisjunction</a></div><div class="ttdeci">static int kNoDisjunction</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00403">RoutingModel.cs:403</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a734958b1af94d48195abf2b85eaf8d2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a734958b1af94d48195abf2b85eaf8d2c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddConstantDimension</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_AddConstantDimension(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, bool jarg4, string jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00038">RoutingModel.cs:38</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a398eb4a129f2ebb28f185c33bec8093a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a398eb4a129f2ebb28f185c33bec8093a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_RestoreAssignment</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_RestoreAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ab8d61705aa4291d2cd437ba0a7dfccbf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ab8d61705aa4291d2cd437ba0a7dfccbf">Google.OrTools.ConstraintSolver.RoutingModel.SetArcCostEvaluatorOfAllVehicles</a></div><div class="ttdeci">void SetArcCostEvaluatorOfAllVehicles(int evaluator_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00825">RoutingModel.cs:825</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a4294a0d0925de99e2ab2c3155ce05ba5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a4294a0d0925de99e2ab2c3155ce05ba5">Google.OrTools.ConstraintSolver.RoutingModel.GetPairIndicesOfType</a></div><div class="ttdeci">int [] GetPairIndicesOfType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00717">RoutingModel.cs:717</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a87b50d6cd5b2cb73f1928a6d76730b85"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a87b50d6cd5b2cb73f1928a6d76730b85">Google.OrTools.ConstraintSolver.RoutingModel.GetGlobalDimensionCumulMPOptimizers</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__GlobalDimensionCumulOptimizer_t_t GetGlobalDimensionCumulMPOptimizers()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00518">RoutingModel.cs:518</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00097">RoutingModel.cs:97</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00267">RoutingModel.cs:267</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abb4a8aa24f035553c6eff70117b3191f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abb4a8aa24f035553c6eff70117b3191f">Google.OrTools.ConstraintSolver.RoutingModel.AddDimension</a></div><div class="ttdeci">bool AddDimension(int evaluator_index, long slack_max, long capacity, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00459">RoutingModel.cs:459</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_aa4a9f3b35129d768261ef4203d2aa111"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#aa4a9f3b35129d768261ef4203d2aa111">Google.OrTools.ConstraintSolver.LongToLong</a></div><div class="ttdeci">delegate long LongToLong(long t)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a9fec4efb7389bfe24a036ef50c3b05fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a9fec4efb7389bfe24a036ef50c3b05fc">Google.OrTools.ConstraintSolver.RoutingModel.ActiveVehicleVar</a></div><div class="ttdeci">IntVar ActiveVehicleVar(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01144">RoutingModel.cs:1144</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afa90faacdd3e42b5cf2dd66a677a39d2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afa90faacdd3e42b5cf2dd66a677a39d2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasVehicleWithCostClassIndex</a></div><div class="ttdeci">static bool RoutingModel_HasVehicleWithCostClassIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aee29096c329deab30c7c1d46f8eccbf8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aee29096c329deab30c7c1d46f8eccbf8">Google.OrTools.ConstraintSolver.RoutingModel.GetDisjunctionMaxCardinality</a></div><div class="ttdeci">long GetDisjunctionMaxCardinality(int index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00633">RoutingModel.cs:633</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a748c5a94d0a20043cdc8e84380fee36a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a748c5a94d0a20043cdc8e84380fee36a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDisjunctionIndices</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetDisjunctionIndices(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2804a6c22620be773bf49d594f0202e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2804a6c22620be773bf49d594f0202e2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_Size</a></div><div class="ttdeci">static int RoutingModel_ResourceGroup_Size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2c3b8922b2fa79363bf2cbfe74ac5d72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c3b8922b2fa79363bf2cbfe74ac5d72">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Size</a></div><div class="ttdeci">static long RoutingModel_Size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a796b4eed03ed53bbbaed642f4ae94952"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a796b4eed03ed53bbbaed642f4ae94952">Google.OrTools.ConstraintSolver.RoutingModel.AddHardTypeIncompatibility</a></div><div class="ttdeci">void AddHardTypeIncompatibility(int type1, int type2)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00743">RoutingModel.cs:743</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac4ac78bfe79b8bfe91e463d9a7a11455"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac4ac78bfe79b8bfe91e463d9a7a11455">Google.OrTools.ConstraintSolver.RoutingModel.MutablePreAssignment</a></div><div class="ttdeci">Assignment MutablePreAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01000">RoutingModel.cs:1000</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af3206facde3d8f97156ccb55760459d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af3206facde3d8f97156ccb55760459d4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel_VehicleTypeContainer</a></div><div class="ttdeci">static void delete_RoutingModel_VehicleTypeContainer(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa2570e3d888db565e26270e0e408f660"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa2570e3d888db565e26270e0e408f660">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel_ResourceGroup</a></div><div class="ttdeci">static void delete_RoutingModel_ResourceGroup(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a82d9140422f3aefe8a2afcd006983445"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a82d9140422f3aefe8a2afcd006983445">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddVariableTargetToFinalizer</a></div><div class="ttdeci">static void RoutingModel_AddVariableTargetToFinalizer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a6c638cdf298865047417209ee90fbd48"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a6c638cdf298865047417209ee90fbd48">Google.OrTools.ConstraintSolver.RoutingModel.AddDisjunction</a></div><div class="ttdeci">int AddDisjunction(long[] indices)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00600">RoutingModel.cs:600</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1aa3adc6c75679ee004b016e00325def"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1aa3adc6c75679ee004b016e00325def">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceVar(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad4cacd41a5c2df576e011d6fc47ea6de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad4cacd41a5c2df576e011d6fc47ea6de">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddVariableMinimizedByFinalizer</a></div><div class="ttdeci">static void RoutingModel_AddVariableMinimizedByFinalizer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a3fb16fb9c72d60f6469c8fe56db4fa58"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a3fb16fb9c72d60f6469c8fe56db4fa58">Google.OrTools.ConstraintSolver.RoutingModel.GetNonZeroCostClassesCount</a></div><div class="ttdeci">int GetNonZeroCostClassesCount()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01213">RoutingModel.cs:1213</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a88413e8096a1bd205201cef3efd30441"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a88413e8096a1bd205201cef3efd30441">Google.OrTools.ConstraintSolver.RoutingModel.AddSoftSameVehicleConstraint</a></div><div class="ttdeci">void AddSoftSameVehicleConstraint(long[] indices, long cost)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00657">RoutingModel.cs:657</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa9a5f75970a59155ccd2e67edc7c847b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa9a5f75970a59155ccd2e67edc7c847b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetVehicleOfClass</a></div><div class="ttdeci">static int RoutingModel_GetVehicleOfClass(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a93e1870e7bb254b8acd99e39a9e234d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a93e1870e7bb254b8acd99e39a9e234d9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetSameVehicleRequiredTypeAlternativesOfType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetSameVehicleRequiredTypeAlternativesOfType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</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_1operations__research__constraint__solverPINVOKE_html_a570fc978f44d1b4da1175cd9b86c0358"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a570fc978f44d1b4da1175cd9b86c0358">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetPickupAndDeliveryPolicyOfAllVehicles</a></div><div class="ttdeci">static void RoutingModel_SetPickupAndDeliveryPolicyOfAllVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a93f529f90fefe2265f6d367ef3b74705"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a93f529f90fefe2265f6d367ef3b74705">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleRouteConsideredVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleRouteConsideredVar(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aac433211959d2801264026456e88e1fd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aac433211959d2801264026456e88e1fd">Google.OrTools.ConstraintSolver.RoutingModel.SolveFromAssignmentsWithParameters</a></div><div class="ttdeci">Assignment SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t assignments, Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters, SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t solutions)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00951">RoutingModel.cs:951</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ab3d54b35795d51266e86a8e09b9083fe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ab3d54b35795d51266e86a8e09b9083fe">Google.OrTools.ConstraintSolver.RoutingModel.AddDimensionWithVehicleTransitAndCapacity</a></div><div class="ttdeci">bool AddDimensionWithVehicleTransitAndCapacity(int[] evaluator_indices, long slack_max, long[] vehicle_capacities, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00477">RoutingModel.cs:477</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaabb1e4123da9a9c88f3787ba90cc169"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaabb1e4123da9a9c88f3787ba90cc169">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_Next</a></div><div class="ttdeci">static long RoutingModel_Next(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_a07442b17d3d37031dbb58770b78bf82c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#a07442b17d3d37031dbb58770b78bf82c">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.EndDomain</a></div><div class="ttdeci">Domain EndDomain()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00296">RoutingModel.cs:296</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a54e1de711478452d54dc6bd6ea16114e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a54e1de711478452d54dc6bd6ea16114e">Google.OrTools.ConstraintSolver.RoutingModel.AddWeightedVariableMinimizedByFinalizer</a></div><div class="ttdeci">void AddWeightedVariableMinimizedByFinalizer(IntVar var, long cost)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00911">RoutingModel.cs:911</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae897ddeda6437619c5a1b2e1cd9981db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae897ddeda6437619c5a1b2e1cd9981db">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IgnoreDisjunctionsAlreadyForcedToZero</a></div><div class="ttdeci">static void RoutingModel_IgnoreDisjunctionsAlreadyForcedToZero(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a777acd0dc189df9fa72cff56a4850dd1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a777acd0dc189df9fa72cff56a4850dd1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsStart</a></div><div class="ttdeci">static bool RoutingModel_IsStart(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac0acf085bd5c83f125b5a6fbb2bc405c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac0acf085bd5c83f125b5a6fbb2bc405c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_GetAffectedDimensionIndices</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_GetAffectedDimensionIndices(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a7086a908f1890a7e1550c97b774e6384"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a7086a908f1890a7e1550c97b774e6384">Google.OrTools.ConstraintSolver.RoutingModel.AddTemporalTypeIncompatibility</a></div><div class="ttdeci">void AddTemporalTypeIncompatibility(int type1, int type2)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00747">RoutingModel.cs:747</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1083f5430714229a6faf502d81225c4e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1083f5430714229a6faf502d81225c4e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_VehicleVar(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2ec2d1e902f686a717ae6b321c148d65"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2ec2d1e902f686a717ae6b321c148d65">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddAtSolutionCallback</a></div><div class="ttdeci">static void RoutingModel_AddAtSolutionCallback(global::System.Runtime.InteropServices.HandleRef jarg1, VoidToVoid jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry</a></div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00109">RoutingModel.cs:109</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_abc16698d7271f4a9ee8cea66876bc869"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869">Google.OrTools.ConstraintSolver.VoidToVoid</a></div><div class="ttdeci">delegate void VoidToVoid()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Assignment_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Assignment.html">Google.OrTools.ConstraintSolver.Assignment</a></div><div class="ttdef"><b>Definition:</b> <a href="Assignment_8cs_source.html#l00018">Assignment.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_1_1Attributes.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.Attributes.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00252">RoutingModel.cs:252</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a96a07d549459285af164e9be538806c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a96a07d549459285af164e9be538806c7">Google.OrTools.ConstraintSolver.RoutingModel.MakeGuidedSlackFinalizer</a></div><div class="ttdeci">DecisionBuilder MakeGuidedSlackFinalizer(RoutingDimension dimension, LongToLong initializer)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01301">RoutingModel.cs:1301</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8b9a513f402e84f4c71436cf430f248a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8b9a513f402e84f4c71436cf430f248a">Google.OrTools.ConstraintSolver.RoutingModel.IgnoreDisjunctionsAlreadyForcedToZero</a></div><div class="ttdeci">void IgnoreDisjunctionsAlreadyForcedToZero()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00653">RoutingModel.cs:653</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_affdadfc2d206a90c77506cd5eb8cf75d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#affdadfc2d206a90c77506cd5eb8cf75d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddResourceGroup</a></div><div class="ttdeci">static int RoutingModel_AddResourceGroup(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2219dc9e81896fe9c2b79f200adfe495"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2219dc9e81896fe9c2b79f200adfe495">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDimensionResourceGroupIndices</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetDimensionResourceGroupIndices(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8e7ad60e49d2a4b2d9cbd9807a932e73"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8e7ad60e49d2a4b2d9cbd9807a932e73">Google.OrTools.ConstraintSolver.RoutingModel.GetDepot</a></div><div class="ttdeci">long GetDepot()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00811">RoutingModel.cs:811</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6ee68d6068b70c0ff44624bdba841b06"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6ee68d6068b70c0ff44624bdba841b06">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ROUTING_SUCCESS_get</a></div><div class="ttdeci">static int RoutingModel_ROUTING_SUCCESS_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a025ce8c4cd054021b656e2a0f38ccaf4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a025ce8c4cd054021b656e2a0f38ccaf4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetNumOfSingletonNodes</a></div><div class="ttdeci">static int RoutingModel_GetNumOfSingletonNodes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_adacdda68c3da0f007acd1763efd8cff1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#adacdda68c3da0f007acd1763efd8cff1">Google.OrTools.ConstraintSolver.RoutingModel.ROUTING_INVALID</a></div><div class="ttdeci">static readonly int ROUTING_INVALID</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01318">RoutingModel.cs:1318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ada3b6f84910d762580e57adb37d02236"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ada3b6f84910d762580e57adb37d02236">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetResourceGroups</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetResourceGroups(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9bb795001cd316b2e525748d6302a9a4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9bb795001cd316b2e525748d6302a9a4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_UnperformedPenalty</a></div><div class="ttdeci">static long RoutingModel_UnperformedPenalty(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ab429d3fd27518997f29204526a0ed8a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ab429d3fd27518997f29204526a0ed8a3">Google.OrTools.ConstraintSolver.RoutingModel.CostVar</a></div><div class="ttdeci">IntVar CostVar()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01168">RoutingModel.cs:1168</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a62f2d1aa8707616a15468b8efa4b7439"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a62f2d1aa8707616a15468b8efa4b7439">Google.OrTools.ConstraintSolver.RoutingModel.ArcIsMoreConstrainedThanArc</a></div><div class="ttdeci">bool ArcIsMoreConstrainedThanArc(long from, long to1, long to2)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01249">RoutingModel.cs:1249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a52caf1b7f4192ef3e41ff7ee9152310b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a52caf1b7f4192ef3e41ff7ee9152310b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDimensionWithVehicleCapacity</a></div><div class="ttdeci">static bool RoutingModel_AddDimensionWithVehicleCapacity(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3, int length4, long[] jarg4, bool jarg5, string jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a841607525fe2f6e0983e6108259172db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a841607525fe2f6e0983e6108259172db">Google.OrTools.ConstraintSolver.RoutingModel.HasHardTypeIncompatibilities</a></div><div class="ttdeci">bool HasHardTypeIncompatibilities()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00756">RoutingModel.cs:756</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a7620fce51a9dd6191cf8aab5605824da"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a7620fce51a9dd6191cf8aab5605824da">Google.OrTools.ConstraintSolver.RoutingModel.AddDimensionWithVehicleCapacity</a></div><div class="ttdeci">bool AddDimensionWithVehicleCapacity(int evaluator_index, long slack_max, long[] vehicle_capacities, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00471">RoutingModel.cs:471</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a28985c004928367e71728a0bfb68c3ed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a28985c004928367e71728a0bfb68c3ed">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetMaximumNumberOfActiveVehicles</a></div><div class="ttdeci">static void RoutingModel_SetMaximumNumberOfActiveVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_af365003373d7391aa184d7ff4639112f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#af365003373d7391aa184d7ff4639112f">Google.OrTools.ConstraintSolver.RoutingModel.End</a></div><div class="ttdeci">long End(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01085">RoutingModel.cs:1085</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_affeb602495e82f9893146420a5054946"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#affeb602495e82f9893146420a5054946">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetGlobalDimensionCumulMPOptimizers</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetGlobalDimensionCumulMPOptimizers(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModelParameters_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModelParameters.html">Google.OrTools.ConstraintSolver.RoutingModelParameters</a></div><div class="ttdoc">Parameters which have to be set when creating a RoutingModel.</div><div class="ttdef"><b>Definition:</b> <a href="RoutingParameters_8pb_8cs_source.html#l04048">RoutingParameters.pb.cs:4048</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ac919eecc1f603f529d1799818fecc669"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ac919eecc1f603f529d1799818fecc669">Google.OrTools.ConstraintSolver.RoutingModel.AddConstantDimensionWithSlack</a></div><div class="ttdeci">IntBoolPair AddConstantDimensionWithSlack(long value, long capacity, long slack_max, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00483">RoutingModel.cs:483</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a8fe89a3384e693de516e6109cfbbc762"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a8fe89a3384e693de516e6109cfbbc762">Google.OrTools.ConstraintSolver.RoutingModel.RoutingModel</a></div><div class="ttdeci">RoutingModel(RoutingIndexManager index_manager)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00417">RoutingModel.cs:417</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad438ac6ba4baa5712dad6d1ba090d759"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad438ac6ba4baa5712dad6d1ba090d759">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_IsVehicleUsedWhenEmpty</a></div><div class="ttdeci">static bool RoutingModel_IsVehicleUsedWhenEmpty(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aea4afcbf3923c36b1347f8f4fa1b12cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aea4afcbf3923c36b1347f8f4fa1b12cc">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SetAllowedVehiclesForIndex</a></div><div class="ttdeci">static void RoutingModel_SetAllowedVehiclesForIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a76abfaaffb472514e4d88ab5c4b2d34a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a76abfaaffb472514e4d88ab5c4b2d34a">Google.OrTools.ConstraintSolver.RoutingModel.GetHomogeneousCost</a></div><div class="ttdeci">long GetHomogeneousCost(long from_index, long to_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01184">RoutingModel.cs:1184</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ada2e7eb6a38823775245f91c7c00e6d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ada2e7eb6a38823775245f91c7c00e6d4">Google.OrTools.ConstraintSolver.RoutingModel.Next</a></div><div class="ttdeci">long Next(Assignment assignment, long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01105">RoutingModel.cs:1105</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae1b2c29d125ac0c35b3e65808cbbd80e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae1b2c29d125ac0c35b3e65808cbbd80e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_RoutingModel_ResourceGroup_Attributes</a></div><div class="ttdeci">static void delete_RoutingModel_ResourceGroup_Attributes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0be3194dfe059c4cd69fade3dc2764c3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0be3194dfe059c4cd69fade3dc2764c3">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SolveFromAssignmentWithParameters</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_SolveFromAssignmentWithParameters(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int search_parameters_size, byte[] jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4e1987665f99fa062b579ca57c4c8613"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4e1987665f99fa062b579ca57c4c8613">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceVars</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceVars(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acec25a0a0f88d69e68105e85f7bbeada"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acec25a0a0f88d69e68105e85f7bbeada">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_SolveWithParameters</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_SolveWithParameters(global::System.Runtime.InteropServices.HandleRef jarg1, int search_parameters_size, byte[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a63104d8d9d72442b8600efac5972f042"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a63104d8d9d72442b8600efac5972f042">Google.OrTools.ConstraintSolver.RoutingModel.GetArcCostForFirstSolution</a></div><div class="ttdeci">long GetArcCostForFirstSolution(long from_index, long to_index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01189">RoutingModel.cs:1189</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aeec4af265e4ca61b57f1d4bf358e337d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeec4af265e4ca61b57f1d4bf358e337d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_WriteAssignment</a></div><div class="ttdeci">static bool RoutingModel_WriteAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a68d5bafaa6fe53c346b0f93fd22d9945"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a68d5bafaa6fe53c346b0f93fd22d9945">Google.OrTools.ConstraintSolver.RoutingModel.AddVectorDimension</a></div><div class="ttdeci">IntBoolPair AddVectorDimension(long[] values, long capacity, bool fix_start_cumul_to_zero, string name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00495">RoutingModel.cs:495</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_aaf9f165b323b9e8090bb30030182955f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#aaf9f165b323b9e8090bb30030182955f">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.ResourceGroup</a></div><div class="ttdeci">ResourceGroup(RoutingModel model)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00344">RoutingModel.cs:344</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac5b871c4f8341790b4d4b04b1eb736fd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac5b871c4f8341790b4d4b04b1eb736fd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDimensionWithVehicleTransitAndCapacity</a></div><div class="ttdeci">static bool RoutingModel_AddDimensionWithVehicleTransitAndCapacity(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2, long jarg3, int length4, long[] jarg4, bool jarg5, string jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a967cdc356518c25283935efe3c0fe799"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a967cdc356518c25283935efe3c0fe799">Google.OrTools.ConstraintSolver.RoutingModel.SetVehicleUsedWhenEmpty</a></div><div class="ttdeci">void SetVehicleUsedWhenEmpty(bool is_used, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00878">RoutingModel.cs:878</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ad4c4304d5a39eff44008c27912855f56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ad4c4304d5a39eff44008c27912855f56">Google.OrTools.ConstraintSolver.RoutingModel.GetDisjunctionIndices</a></div><div class="ttdeci">int [] GetDisjunctionIndices(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00604">RoutingModel.cs:604</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a935fbe2d7b2b9d71bf66b0987b9ae4b3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a935fbe2d7b2b9d71bf66b0987b9ae4b3">Google.OrTools.ConstraintSolver.RoutingModel.AddResourceGroup</a></div><div class="ttdeci">int AddResourceGroup()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00559">RoutingModel.cs:559</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00131">RoutingModel.cs:131</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_accb8d3d4b2b288a6518a4afea1212be4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#accb8d3d4b2b288a6518a4afea1212be4">Google.OrTools.ConstraintSolver.RoutingModel.GetVehicleTypeContainer</a></div><div class="ttdeci">RoutingModel.VehicleTypeContainer GetVehicleTypeContainer()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01244">RoutingModel.cs:1244</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3558df6d0fb892a2ff5166776ec534b3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3558df6d0fb892a2ff5166776ec534b3">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ResourceGroup_GetResources</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ResourceGroup_GetResources(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a83ad47d079c42cbcf17ec5574f86fb29"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a83ad47d079c42cbcf17ec5574f86fb29">Google.OrTools.ConstraintSolver.RoutingModel.ResourceVar</a></div><div class="ttdeci">IntVar ResourceVar(int vehicle, int resource_group)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01162">RoutingModel.cs:1162</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8cdd5f59d9355dbc5ee9567041941423"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8cdd5f59d9355dbc5ee9567041941423">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ROUTING_INVALID_get</a></div><div class="ttdeci">static int RoutingModel_ROUTING_INVALID_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a1f8c772de8caaeee8d1264d2d749ca26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a1f8c772de8caaeee8d1264d2d749ca26">Google.OrTools.ConstraintSolver.RoutingModel.SetPickupAndDeliveryPolicyOfVehicle</a></div><div class="ttdeci">void SetPickupAndDeliveryPolicyOfVehicle(int policy, int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00682">RoutingModel.cs:682</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab782373c19283ad78f171580393f1492"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab782373c19283ad78f171580393f1492">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_set</a></div><div class="ttdeci">static void RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector_html_aa6dd687fe1b77023a954666a5a3ff2ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVector.html#aa6dd687fe1b77023a954666a5a3ff2ae">Google.OrTools.ConstraintSolver.IntVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int[] array)</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2IntVector_8cs_source.html#l00113">constraint_solver/IntVector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8d34eb0bc78cef2ca4d68f4f6694ffda"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8d34eb0bc78cef2ca4d68f4f6694ffda">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_set</a></div><div class="ttdeci">static void RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a68eef4b3b3b626bd5a9670fbd67e55d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a68eef4b3b3b626bd5a9670fbd67e55d6">Google.OrTools.ConstraintSolver.RoutingModel.CostsAreHomogeneousAcrossVehicles</a></div><div class="ttdeci">bool CostsAreHomogeneousAcrossVehicles()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01179">RoutingModel.cs:1179</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator.html">Google.OrTools.ConstraintSolver.LocalSearchOperator</a></div><div class="ttdef"><b>Definition:</b> <a href="LocalSearchOperator_8cs_source.html#l00018">LocalSearchOperator.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_2csharp_2SolverHelper_8cs_source.html#l00019">constraint_solver/csharp/SolverHelper.cs:19</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2417be09b26c6c79008c984dc14e255b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2417be09b26c6c79008c984dc14e255b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddVariableMaximizedByFinalizer</a></div><div class="ttdeci">static void RoutingModel_AddVariableMaximizedByFinalizer(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_a8858016758c5a0b9cccfb1b9fb237200"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8858016758c5a0b9cccfb1b9fb237200">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_End</a></div><div class="ttdeci">static long RoutingModel_End(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_adfbd894ba3308689987f99b34d0d9900"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#adfbd894ba3308689987f99b34d0d9900">Google.OrTools.ConstraintSolver.RoutingModel.AddToAssignment</a></div><div class="ttdeci">void AddToAssignment(IntVar var)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01068">RoutingModel.cs:1068</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a5d39e29ef34d15e9addf42185bf57fa2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a5d39e29ef34d15e9addf42185bf57fa2">Google.OrTools.ConstraintSolver.RoutingModel.GetVisitTypePolicy</a></div><div class="ttdeci">int GetVisitTypePolicy(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00729">RoutingModel.cs:729</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a103d8c9f89ea1a904cd34174023ef6c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a103d8c9f89ea1a904cd34174023ef6c5">Google.OrTools.ConstraintSolver.RoutingModel.VehicleVar</a></div><div class="ttdeci">IntVar VehicleVar(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01156">RoutingModel.cs:1156</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2941c7714571fb4997d92fb8bce7e47b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2941c7714571fb4997d92fb8bce7e47b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ActiveVehicleVar</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_ActiveVehicleVar(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a539a3b8c5f69ab3102feb2784bcb1d2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a539a3b8c5f69ab3102feb2784bcb1d2f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddDimension</a></div><div class="ttdeci">static bool RoutingModel_AddDimension(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3, long jarg4, bool jarg5, string jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abcf8ee6598eb7d9b36a0fdf5fc8ee566"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abcf8ee6598eb7d9b36a0fdf5fc8ee566">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetArcCostForVehicle</a></div><div class="ttdeci">static long RoutingModel_GetArcCostForVehicle(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af878fe87b37c12b1bde6cd94fe57d966"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af878fe87b37c12b1bde6cd94fe57d966">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ApplyLocksToAllVehicles</a></div><div class="ttdeci">static bool RoutingModel_ApplyLocksToAllVehicles(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2, bool jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8879ad669682505760cdf390ea8bd616"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8879ad669682505760cdf390ea8bd616">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_get</a></div><div class="ttdeci">static long RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_get(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_af244294e9f3c833a833cc23eaedbdc6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#af244294e9f3c833a833cc23eaedbdc6a">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.GetAffectedDimensionIndices</a></div><div class="ttdeci">SWIGTYPE_p_absl__flat_hash_setT_operations_research__RoutingModel__DimensionIndex_t GetAffectedDimensionIndices()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00384">RoutingModel.cs:384</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Int64Vector.html">Google.OrTools.ConstraintSolver.Int64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Int64Vector_8cs_source.html#l00018">constraint_solver/Int64Vector.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a531cd1bd0ada638bbac84d06be20ecec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a531cd1bd0ada638bbac84d06be20ecec">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_AddVectorDimension</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_AddVectorDimension(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, long jarg3, bool jarg4, string jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a2a7cc0ae71e4f17302b174bbb8e359df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a2a7cc0ae71e4f17302b174bbb8e359df">Google.OrTools.ConstraintSolver.RoutingModel.AddRequiredTypeAlternativesWhenRemovingType</a></div><div class="ttdeci">void AddRequiredTypeAlternativesWhenRemovingType(int dependent_type, SWIGTYPE_p_absl__flat_hash_setT_int_t required_type_alternatives)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00771">RoutingModel.cs:771</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_ae609c4446ba2bbc07114ac939cbcc2c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#ae609c4446ba2bbc07114ac939cbcc2c0">Google.OrTools.ConstraintSolver.RoutingModel.GetVisitType</a></div><div class="ttdeci">int GetVisitType(long index)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00700">RoutingModel.cs:700</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_add8fcc69706b48a2ee2559d9d2e01183"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#add8fcc69706b48a2ee2559d9d2e01183">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_get</a></div><div class="ttdeci">static int RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_get(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup_html_a6c8010962888cb9e7acabd3ba05e2634"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1ResourceGroup.html#a6c8010962888cb9e7acabd3ba05e2634">Google.OrTools.ConstraintSolver.RoutingModel.ResourceGroup.GetResources</a></div><div class="ttdeci">SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t GetResources()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00374">RoutingModel.cs:374</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html">Google.OrTools.ConstraintSolver.SearchMonitor</a></div><div class="ttdef"><b>Definition:</b> <a href="SearchMonitor_8cs_source.html#l00018">SearchMonitor.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a55f1b60afc390c8825e148834b909c1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a55f1b60afc390c8825e148834b909c1a">Google.OrTools.ConstraintSolver.RoutingModel.HasDimension</a></div><div class="ttdeci">bool HasDimension(string dimension_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00530">RoutingModel.cs:530</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a064fe12ccb989c44846275ef2c16a459"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a064fe12ccb989c44846275ef2c16a459">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetRequiredTypeAlternativesWhenAddingType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetRequiredTypeAlternativesWhenAddingType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7e14bc4cdd5c9438edf223bdb0eb9c11"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7e14bc4cdd5c9438edf223bdb0eb9c11">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_solver</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_solver(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.RoutingModel.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00033">RoutingModel.cs:33</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_abd6e1f5b3190054b860f49c15267dbc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#abd6e1f5b3190054b860f49c15267dbc3">Google.OrTools.ConstraintSolver.RoutingModel.GetTemporalTypeIncompatibilitiesOfType</a></div><div class="ttdeci">SWIGTYPE_p_absl__flat_hash_setT_int_t GetTemporalTypeIncompatibilitiesOfType(int type)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00751">RoutingModel.cs:751</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a6307ba95d9c4ebe65a3395f715cd43a5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a6307ba95d9c4ebe65a3395f715cd43a5">Google.OrTools.ConstraintSolver.RoutingModel.ResourceVars</a></div><div class="ttdeci">IntVarVector ResourceVars(int resource_group)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l01127">RoutingModel.cs:1127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3d2d7952c0bf0ebda092ecc2877ccad7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3d2d7952c0bf0ebda092ecc2877ccad7">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetTemporalTypeIncompatibilitiesOfType</a></div><div class="ttdeci">static global::System.IntPtr RoutingModel_GetTemporalTypeIncompatibilitiesOfType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry_html_a1a01a2753d74fedd87264d8bd34a12df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_1_1VehicleTypeContainer_1_1VehicleClassEntry.html#a1a01a2753d74fedd87264d8bd34a12df">Google.OrTools.ConstraintSolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.vehicle_class</a></div><div class="ttdeci">int vehicle_class</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00143">RoutingModel.cs:143</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a27a57195963eff7f12585d0b737d01f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a27a57195963eff7f12585d0b737d01f4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_PICKUP_AND_DELIVERY_LIFO_get</a></div><div class="ttdeci">static int RoutingModel_PICKUP_AND_DELIVERY_LIFO_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a596e9cdc458766be7d2049d270dd7111"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a596e9cdc458766be7d2049d270dd7111">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_ArcIsMoreConstrainedThanArc</a></div><div class="ttdeci">static bool RoutingModel_ArcIsMoreConstrainedThanArc(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_aebcfdfab54bd57b817555f4aeb206cc7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#aebcfdfab54bd57b817555f4aeb206cc7">Google.OrTools.ConstraintSolver.RoutingModel.SetPrimaryConstrainedDimension</a></div><div class="ttdeci">void SetPrimaryConstrainedDimension(string dimension_name)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00549">RoutingModel.cs:549</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7e74df2c63fe4d384eb6e169d35e1de1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7e74df2c63fe4d384eb6e169d35e1de1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_HasTemporalTypeRequirements</a></div><div class="ttdeci">static bool RoutingModel_HasTemporalTypeRequirements(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a9ad339d5f3eb421b8da2c9b38a69d349"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a9ad339d5f3eb421b8da2c9b38a69d349">Google.OrTools.ConstraintSolver.RoutingModel.AddAtSolutionCallback</a></div><div class="ttdeci">void AddAtSolutionCallback(VoidToVoid callback)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00899">RoutingModel.cs:899</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a42196dbca9b43c4c658e6e0b06e7fadc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a42196dbca9b43c4c658e6e0b06e7fadc">Google.OrTools.ConstraintSolver.RoutingModel.GetPickupAndDeliveryPolicyOfVehicle</a></div><div class="ttdeci">int GetPickupAndDeliveryPolicyOfVehicle(int vehicle)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00686">RoutingModel.cs:686</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5df24d17dec2074eccd62c2bd5ea2f8f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5df24d17dec2074eccd62c2bd5ea2f8f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_PICKUP_AND_DELIVERY_NO_ORDER_get</a></div><div class="ttdeci">static int RoutingModel_PICKUP_AND_DELIVERY_NO_ORDER_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_acb2e0e2d966d4612fd905f0756b92e5a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#acb2e0e2d966d4612fd905f0756b92e5a">Google.OrTools.ConstraintSolver.RoutingModel.AddPickupAndDelivery</a></div><div class="ttdeci">void AddPickupAndDelivery(long pickup, long delivery)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00670">RoutingModel.cs:670</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abfc7ec7eb96edd34863c036d9276e9d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abfc7ec7eb96edd34863c036d9276e9d1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_GetDisjunctionPenalty</a></div><div class="ttdeci">static long RoutingModel_GetDisjunctionPenalty(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afe244c6d8fba55753cb2b1af0c8a0e16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afe244c6d8fba55753cb2b1af0c8a0e16">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_set</a></div><div class="ttdeci">static void RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_set(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel_html_a99b37830965d40ef34478d0812ec3f14"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1RoutingModel.html#a99b37830965d40ef34478d0812ec3f14">Google.OrTools.ConstraintSolver.RoutingModel.CloseModelWithParameters</a></div><div class="ttdeci">void CloseModelWithParameters(Google.OrTools.ConstraintSolver.RoutingSearchParameters search_parameters)</div><div class="ttdef"><b>Definition:</b> <a href="RoutingModel_8cs_source.html#l00923">RoutingModel.cs:923</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>