2019-06-20 23:35:26 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2019-06-29 18:18:08 +02:00
< span id = "sfml" > OR-Tools 7.2< / span >
2019-06-20 23:35:26 +02:00
< / div >
< / div >
2019-06-29 18:18:08 +02:00
< link rel = "icon" href = "https://developers.google.com/optimization/images/orLogo.png" >
2019-06-20 23:35:26 +02:00
< div id = "content" >
<!-- Generated by Doxygen 1.8.15 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File  Members< / span > < / a > < / li >
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b2c6d49957bf5d0c7726edb4b829cd4d.html" > gen< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_dd9e6105f85b4b8d1432afc92516bdf4.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_37019ba8edd362d5e2e12880bdfa4c61.html" > constraint_solver< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > PathOperator.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-06-29 18:18:08 +02:00
< a href = "PathOperator_8cs.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > //------------------------------------------------------------------------------< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // < auto-generated /> < / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > // This file was automatically generated by SWIG (http://www.swig.org).< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > // Version 4.0.0< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > // Do not make changes to this file unless you know what you are doing--modify< / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < span class = "comment" > // the SWIG interface file instead.< / span > < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > //------------------------------------------------------------------------------< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "keyword" > namespace < / span > < a class = "code" href = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html" > Google.OrTools.ConstraintSolver< / a > {< / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < span class = "keyword" > using< / span > System;< / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "keyword" > using< / span > System.Runtime.< a class = "code" href = "namespaceSystem_1_1Runtime_1_1InteropServices.html" > InteropServices< / a > ;< / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "keyword" > using< / span > System.Collections;< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "keyword" > using< / span > System.Collections.Generic;< / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > < a class = "line" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html" > 18< / a > < / span >   < span class = "keyword" > public< / span > < span class = "keyword" > partial class < / span > < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html" > PathOperator< / a > : < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html" > IntVarLocalSearchOperator< / a > {< / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "keyword" > private< / span > global::System.Runtime.InteropServices.HandleRef swigCPtr;< / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "keyword" > internal< / span > < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html" > PathOperator< / a > (global::System.IntPtr cPtr, < span class = "keywordtype" > bool< / span > cMemoryOwn) : base(< a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html" > operations_research_constraint_solverPINVOKE< / a > .< a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6894920ee51685df4d542e483a48e254" > PathOperator_SWIGUpcast< / a > (cPtr), cMemoryOwn) {< / div > < div class = "line" > < a na
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ae9683606b481d93f3ca9d117fc22ac42" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ae9683606b481d93f3ca9d117fc22ac42" > Google.OrTools.ConstraintSolver.PathOperator.MakeNeighbor< / a > < / div > < div class = "ttdeci" > virtual bool MakeNeighbor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00051" > PathOperator.cs:51< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a5b1b45166ff5c5e2abcce5bbd6c762f9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a5b1b45166ff5c5e2abcce5bbd6c762f9" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_12< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_12()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_add001c5282055023e25045b2bf2592e2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#add001c5282055023e25045b2bf2592e2" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_1< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegatePathOperator_1()< / div > < / div >
< div class = "ttc" id = "namespaceSystem_1_1Runtime_1_1InteropServices_html" > < div class = "ttname" > < a href = "namespaceSystem_1_1Runtime_1_1InteropServices.html" > InteropServices< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a806361925497ce7be880b26bf9c08c5f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a806361925497ce7be880b26bf9c08c5f" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_Reset< / a > < / div > < div class = "ttdeci" > static void PathOperator_Reset(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a4fa10ae0d9441150e0f6424459983c67" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a4fa10ae0d9441150e0f6424459983c67" > Google.OrTools.ConstraintSolver.PathOperator.SetNextBaseToIncrement< / a > < / div > < div class = "ttdeci" > virtual void SetNextBaseToIncrement(long base_index)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00080" > PathOperator.cs:80< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a082a4571deba89f80b1e75b3e0d4e364" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a082a4571deba89f80b1e75b3e0d4e364" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_MakeOneNeighbor< / a > < / div > < div class = "ttdeci" > static bool PathOperator_MakeOneNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6894920ee51685df4d542e483a48e254" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6894920ee51685df4d542e483a48e254" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_SWIGUpcast< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr PathOperator_SWIGUpcast(global::System.IntPtr jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad92a41227aa5d2abb3b6400f865922db" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad92a41227aa5d2abb3b6400f865922db" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_OnSamePathAsPreviousBaseSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static bool PathOperator_OnSamePathAsPreviousBaseSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a30df7f686d2a209c712997ec0cfd08de" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a30df7f686d2a209c712997ec0cfd08de" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_5< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegatePathOperator_5()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator_html_a3fd133dd87df1c1722bfed55ca670778" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator.html#a3fd133dd87df1c1722bfed55ca670778" > Google.OrTools.ConstraintSolver.LocalSearchOperator.HasFragments< / a > < / div > < div class = "ttdeci" > virtual bool HasFragments()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LocalSearchOperator_8cs_source.html#l00059" > LocalSearchOperator.cs:59< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9f5dd4985368a7359c748d638a21ac2c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9f5dd4985368a7359c748d638a21ac2c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_RestartAtPathStartOnSynchronizeSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static bool PathOperator_RestartAtPathStartOnSynchronizeSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate_html_a00f608ec9d8ce51d19fa22670e5c1d40" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html#a00f608ec9d8ce51d19fa22670e5c1d40" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate.IsIncremental< / a > < / div > < div class = "ttdeci" > virtual bool IsIncremental()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperatorTemplate_8cs_source.html#l00047" > IntVarLocalSearchOperatorTemplate.cs:47< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_a44fd87a1bb196bc88bc8f3f70aaa0af2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#a44fd87a1bb196bc88bc8f3f70aaa0af2" > Google.OrTools.ConstraintSolver.BaseObject.ToString< / a > < / div > < div class = "ttdeci" > virtual string ToString()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "BaseObject_8cs_source.html#l00055" > BaseObject.cs:55< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_af5ca0abe53afcaf49512c29f0184e532" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532" > Google.OrTools.ConstraintSolver.BaseObject.swigCMemOwn< / a > < / div > < div class = "ttdeci" > bool swigCMemOwn< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "BaseObject_8cs_source.html#l00020" > BaseObject.cs:20< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4a9de482a2e2eaae84b00cd2132f2e97" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4a9de482a2e2eaae84b00cd2132f2e97" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_InitPosition< / a > < / div > < div class = "ttdeci" > static bool PathOperator_InitPosition(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_af5f5afccf6dc373a6d01bbe8681ca80b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#af5f5afccf6dc373a6d01bbe8681ca80b" > Google.OrTools.ConstraintSolver.PathOperator.InitPosition< / a > < / div > < div class = "ttdeci" > virtual bool InitPosition()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00084" > PathOperator.cs:84< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate_html_a3b90c73f4ccdb9981d3ff504e8026b63" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html#a3b90c73f4ccdb9981d3ff504e8026b63" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate.OnStart< / a > < / div > < div class = "ttdeci" > virtual void OnStart()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperatorTemplate_8cs_source.html#l00095" > IntVarLocalSearchOperatorTemplate.cs:95< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a414cd4756f79bf8adcbcd266b9259c64" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a414cd4756f79bf8adcbcd266b9259c64" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_RestartAtPathStartOnSynchronize< / a > < / div > < div class = "ttdeci" > static bool PathOperator_RestartAtPathStartOnSynchronize(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a52f6eb499865cb770701aecd23e44638" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a52f6eb499865cb770701aecd23e44638" > Google.OrTools.ConstraintSolver.PathOperator.GetBaseNodeRestartPosition< / a > < / div > < div class = "ttdeci" > virtual long GetBaseNodeRestartPosition(int base_index)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00075" > PathOperator.cs:75< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac59fbd86103c637e6f718f869fcb0bd2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac59fbd86103c637e6f718f869fcb0bd2" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_PathOperator< / a > < / div > < div class = "ttdeci" > static void delete_PathOperator(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a97258d09d19f1f5f45598a8ad43767e8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a97258d09d19f1f5f45598a8ad43767e8" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_10< / a > < / div > < div class = "ttdeci" > delegate long SwigDelegatePathOperator_10(int base_index)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ace5be667d807cf5f86811c1f65222243" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ace5be667d807cf5f86811c1f65222243" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_6< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_6()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ab1954884726ab7d7248af1aafb44847c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ab1954884726ab7d7248af1aafb44847c" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_11< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegatePathOperator_11(long base_index)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4b5855eafdb0455a12297be63579d167" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b5855eafdb0455a12297be63579d167" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_director_connect< / a > < / div > < div class = "ttdeci" > static void PathOperator_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, PathOperator.SwigDelegatePathOperator_0 delegate0, PathOperator.SwigDelegatePathOperator_1 delegate1, PathOperator.SwigDelegatePathOperator_2 delegate2, PathOperator.SwigDelegatePathOperator_3 delegate3, PathOperator.SwigDelegatePathOperator_4 delegate4, PathOperator.SwigDelegatePathOperator_5 delegate5, PathOperator.SwigDelegatePathOperator_6 delegate6, PathOperator.SwigDelegatePathOperator_7 delegate7, PathOperator.SwigDelegatePathOperator_8 delegate8, PathOperator.SwigDelegatePathOperator_9 delegate9, PathOperator.SwigDelegatePathOperator_10 delegate10, PathOperator.SwigDelegatePathOperator_11 delegate11, PathOperator.SwigDelegatePathOperator_12 delegate12)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2d744bd7ce216ac4a4cee58fcfb920fe" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2d744bd7ce216ac4a4cee58fcfb920fe" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_SetNextBaseToIncrementSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static void PathOperator_SetNextBaseToIncrementSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a13f2108c4ec1462491c47519ada90b3c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a13f2108c4ec1462491c47519ada90b3c" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_9< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_9(long base_index)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ae7b6f4fb3735a2d5458ebeb8c3b0ce1f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ae7b6f4fb3735a2d5458ebeb8c3b0ce1f" > Google.OrTools.ConstraintSolver.PathOperator.Dispose< / a > < / div > < div class = "ttdeci" > override void Dispose(bool disposing)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00029" > PathOperator.cs:29< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html" > Google.OrTools.ConstraintSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Assignment_8cs_source.html#l00011" > Assignment.cs:11< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate_html_a37b562e866f9a76095e282cdc997e846" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html#a37b562e866f9a76095e282cdc997e846" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate.HoldsDelta< / a > < / div > < div class = "ttdeci" > override bool HoldsDelta()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperatorTemplate_8cs_source.html#l00042" > IntVarLocalSearchOperatorTemplate.cs:42< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a326431796883df5590442094972e441e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a326431796883df5590442094972e441e" > Google.OrTools.ConstraintSolver.PathOperator.MakeOneNeighbor< / a > < / div > < div class = "ttdeci" > virtual new bool MakeOneNeighbor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00060" > PathOperator.cs:60< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac7787d1e4d29dcd16d257a6b78aa3f3e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac7787d1e4d29dcd16d257a6b78aa3f3e" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_InitPositionSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static bool PathOperator_InitPositionSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6078c8845786e87316438f10c0da0468" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6078c8845786e87316438f10c0da0468" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_ResetSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static void PathOperator_ResetSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aec64ce4fdd1257c1b1fac6496fbf6b97" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aec64ce4fdd1257c1b1fac6496fbf6b97" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_MakeNeighbor< / a > < / div > < div class = "ttdeci" > static bool PathOperator_MakeNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ae8dfa64cafb8117d7ed297da1853ab63" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ae8dfa64cafb8117d7ed297da1853ab63" > Google.OrTools.ConstraintSolver.PathOperator.OnSamePathAsPreviousBase< / a > < / div > < div class = "ttdeci" > virtual bool OnSamePathAsPreviousBase(long base_index)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00070" > PathOperator.cs:70< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac98c935866db006a3dbc9228c9c2da9b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac98c935866db006a3dbc9228c9c2da9b" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_GetBaseNodeRestartPositionSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static long PathOperator_GetBaseNodeRestartPositionSwigExplicitPathOperator(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_afd5937c435338f04e782a14e35cc2198" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afd5937c435338f04e782a14e35cc2198" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_GetBaseNodeRestartPosition< / a > < / div > < div class = "ttdeci" > static long PathOperator_GetBaseNodeRestartPosition(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 = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_a42930e1e81c7af41c87a12298bb45e97" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a42930e1e81c7af41c87a12298bb45e97" > Google.OrTools.ConstraintSolver.LongToInt< / a > < / div > < div class = "ttdeci" > delegate int LongToInt(long t)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ab35e058ea9eb03f9b520c23beec9f112" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ab35e058ea9eb03f9b520c23beec9f112" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_0< / a > < / div > < div class = "ttdeci" > delegate string SwigDelegatePathOperator_0()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a4780c8c670cffa127a5909abf68d1a61" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a4780c8c670cffa127a5909abf68d1a61" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_4< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_4()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperator_8cs_source.html#l00018" > IntVarLocalSearchOperator.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aba3710cd9bfaf1589983aa616a1a6567" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aba3710cd9bfaf1589983aa616a1a6567" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_SetNextBaseToIncrement< / a > < / div > < div class = "ttdeci" > static void PathOperator_SetNextBaseToIncrement(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ae151b1066518f4ddc8b8266da436dadd" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ae151b1066518f4ddc8b8266da436dadd" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_7< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_7()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a1b0123cb39720808f6e5a8cf27806abb" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a1b0123cb39720808f6e5a8cf27806abb" > Google.OrTools.ConstraintSolver.PathOperator.RestartAtPathStartOnSynchronize< / a > < / div > < div class = "ttdeci" > virtual bool RestartAtPathStartOnSynchronize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00065" > PathOperator.cs:65< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a0018db56b82f6e79441b1deb25118e45" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a0018db56b82f6e79441b1deb25118e45" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_3< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_3()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html" > Google.OrTools.ConstraintSolver.PathOperator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00018" > PathOperator.cs:18< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_aadb65daf980ff9f14713205b8f25212e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#aadb65daf980ff9f14713205b8f25212e" > Google.OrTools.ConstraintSolver.PathOperator.Reset< / a > < / div > < div class = "ttdeci" > override void Reset()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PathOperator_8cs_source.html#l00056" > PathOperator.cs:56< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3ddd6a1e1b4e3ba945ed00cd996b11c2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3ddd6a1e1b4e3ba945ed00cd996b11c2" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.PathOperator_MakeOneNeighborSwigExplicitPathOperator< / a > < / div > < div class = "ttdeci" > static bool PathOperator_MakeOneNeighborSwigExplicitPathOperator(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_a727597a96fed9a3c05f6a23158799367" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#a727597a96fed9a3c05f6a23158799367" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_2< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_2()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator_html_ae4adf80d56bca9c0804029092bd980eb" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PathOperator.html#ae4adf80d56bca9c0804029092bd980eb" > Google.OrTools.ConstraintSolver.PathOperator.SwigDelegatePathOperator_8< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegatePathOperator_8()< / div > < / div >
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >