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" > IntVarLocalSearchOperator.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-06-29 18:18:08 +02:00
< a href = "IntVarLocalSearchOperator_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_1IntVarLocalSearchOperator.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_1IntVarLocalSearchOperator.html" > IntVarLocalSearchOperator< / a > : < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html" > IntVarLocalSearchOperatorTemplate< / 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_1IntVarLocalSearchOperator.html#a210f60a2849d8c4d6f868c6ed815c582" > IntVarLocalSearchOperator< / 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__sol
2019-06-20 23:35:26 +02:00
< 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 = "IntVarVector_8cs_source.html#l00018" > IntVarVector.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "namespaceSystem_1_1Runtime_1_1InteropServices_html" > < div class = "ttname" > < a href = "namespaceSystem_1_1Runtime_1_1InteropServices.html" > InteropServices< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_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_1IntVarLocalSearchOperator_html_aa121d7eb85c524d16d8ac0cd4235e593" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#aa121d7eb85c524d16d8ac0cd4235e593" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_5< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateIntVarLocalSearchOperator_5()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_a3fe7aeb82344fbd01ec35c1eff9c1b9d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a3fe7aeb82344fbd01ec35c1eff9c1b9d" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.Dispose< / a > < / div > < div class = "ttdeci" > override void Dispose(bool disposing)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperator_8cs_source.html#l00029" > IntVarLocalSearchOperator.cs:29< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator_html_a6e21c60b885d6c230e614e6ed702b117" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1LocalSearchOperator.html#a6e21c60b885d6c230e614e6ed702b117" > Google.OrTools.ConstraintSolver.LocalSearchOperator.Reset< / a > < / div > < div class = "ttdeci" > virtual void Reset()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LocalSearchOperator_8cs_source.html#l00055" > LocalSearchOperator.cs:55< / 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_a067e1655ebdeb81dc659fca43694f75a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a067e1655ebdeb81dc659fca43694f75a" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntVarLocalSearchOperator_MakeOneNeighbor< / a > < / div > < div class = "ttdeci" > static bool IntVarLocalSearchOperator_MakeOneNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_a3a8dc10b6be14c7e5d3b22b10314ca31" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a3a8dc10b6be14c7e5d3b22b10314ca31" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_6< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateIntVarLocalSearchOperator_6()< / 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 >
< 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_1operations__research__constraint__solverPINVOKE_html_ad49e5bf86217220de7ff77a96e6146e9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad49e5bf86217220de7ff77a96e6146e9" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntVarLocalSearchOperator_director_connect< / a > < / div > < div class = "ttdeci" > static void IntVarLocalSearchOperator_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_0 delegate0, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_1 delegate1, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_2 delegate2, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_3 delegate3, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_4 delegate4, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_5 delegate5, IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_6 delegate6)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_af5ca0abe53afcaf49512c29f0184e532" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532" > Google.OrTools.ConstraintSolver.BaseObject.swigCMemOwn< / a > < / div > < div class = "ttdeci" > bool swigCMemOwn< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "BaseObject_8cs_source.html#l00020" > BaseObject.cs:20< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_ac3047d6a81724db7aa346ffe6bec42c0" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#ac3047d6a81724db7aa346ffe6bec42c0" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_2< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateIntVarLocalSearchOperator_2()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_af4c23043077a58bf735f45e9bd74bafb" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#af4c23043077a58bf735f45e9bd74bafb" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_4< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateIntVarLocalSearchOperator_4()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4ccc15bdcbd8262c898f9fe72e680586" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4ccc15bdcbd8262c898f9fe72e680586" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntVarLocalSearchOperator_MakeOneNeighborSwigExplicitIntVarLocalSearchOperator< / a > < / div > < div class = "ttdeci" > static bool IntVarLocalSearchOperator_MakeOneNeighborSwigExplicitIntVarLocalSearchOperator(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_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_1IntVarLocalSearchOperator_html_ad25451e59642c88e9f375d47e9a2ed5b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#ad25451e59642c88e9f375d47e9a2ed5b" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_0< / a > < / div > < div class = "ttdeci" > delegate string SwigDelegateIntVarLocalSearchOperator_0()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_a661cd05f460455f6c0afb6ed4842573f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a661cd05f460455f6c0afb6ed4842573f" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_3< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateIntVarLocalSearchOperator_3()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1da413d15d8fe22f50e1cd2152d9772b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1da413d15d8fe22f50e1cd2152d9772b" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_IntVarLocalSearchOperator< / a > < / div > < div class = "ttdeci" > static void delete_IntVarLocalSearchOperator(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_1IntVarLocalSearchOperator_html_a210f60a2849d8c4d6f868c6ed815c582" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a210f60a2849d8c4d6f868c6ed815c582" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.IntVarLocalSearchOperator< / a > < / div > < div class = "ttdeci" > IntVarLocalSearchOperator()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperator_8cs_source.html#l00042" > IntVarLocalSearchOperator.cs:42< / 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_1IntVarLocalSearchOperator_html_a8de9fc9e4322e410fe495ad95ac89799" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a8de9fc9e4322e410fe495ad95ac89799" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.MakeOneNeighbor< / a > < / div > < div class = "ttdeci" > virtual bool MakeOneNeighbor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperator_8cs_source.html#l00051" > IntVarLocalSearchOperator.cs:51< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator_html_a9be0258936f63020737e7b7add13951e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#a9be0258936f63020737e7b7add13951e" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.IntVarLocalSearchOperator< / a > < / div > < div class = "ttdeci" > IntVarLocalSearchOperator(IntVarVector vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperator_8cs_source.html#l00046" > IntVarLocalSearchOperator.cs:46< / 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" > < 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_1IntVarLocalSearchOperator_html_aef6a50d9e6cd215b7907ff9f689a2436" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperator.html#aef6a50d9e6cd215b7907ff9f689a2436" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator.SwigDelegateIntVarLocalSearchOperator_1< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateIntVarLocalSearchOperator_1()< / 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_1IntVarLocalSearchOperatorTemplate_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarLocalSearchOperatorTemplate.html" > Google.OrTools.ConstraintSolver.IntVarLocalSearchOperatorTemplate< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarLocalSearchOperatorTemplate_8cs_source.html#l00018" > IntVarLocalSearchOperatorTemplate.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8bacf9246bdf2f7045661cf1f9dea5a9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8bacf9246bdf2f7045661cf1f9dea5a9" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntVarLocalSearchOperator_SWIGUpcast< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntVarLocalSearchOperator_SWIGUpcast(global::System.IntPtr jarg1)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a35bddaaf713a717d9910d860cada253a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a" > 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 >
2019-06-20 23:35:26 +02:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >