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" > SearchLimit.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-06-29 18:18:08 +02:00
< a href = "SearchLimit_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_1SearchLimit.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_1SearchLimit.html" > SearchLimit< / a > : < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html" > SearchMonitor< / 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_1SearchLimit.html" > SearchLimit< / 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#a0d51b174dc3f1f46333b39d5edf94d5c" > SearchLimit_SWIGUpcast< / a > (cPtr), cMemoryOwn) {< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "li
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_acf2762e5266e4978848d1e48d0ae9de5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#acf2762e5266e4978848d1e48d0ae9de5" > Google.OrTools.ConstraintSolver.SearchMonitor.EndNextDecision< / a > < / div > < div class = "ttdeci" > virtual void EndNextDecision(DecisionBuilder b, Decision d)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00062" > SearchMonitor.cs:62< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html" > Google.OrTools.ConstraintSolver.SearchLimit< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00018" > SearchLimit.cs:18< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_adfa7301b8ae3eb320231e9f8fbaca340" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#adfa7301b8ae3eb320231e9f8fbaca340" > Google.OrTools.ConstraintSolver.SearchMonitor.EndInitialPropagation< / a > < / div > < div class = "ttdeci" > virtual void EndInitialPropagation()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00090" > SearchMonitor.cs:90< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a7ab2ab40b0e6450bc51e710220221c69" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a7ab2ab40b0e6450bc51e710220221c69" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_11< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_11()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a29d338b5e5e7f998730fa9dab6d1c951" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a29d338b5e5e7f998730fa9dab6d1c951" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_12< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_12()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a40bf167d86d02aae467f02b95faa6d00" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a40bf167d86d02aae467f02b95faa6d00" > Google.OrTools.ConstraintSolver.SearchLimit.MakeClone< / a > < / div > < div class = "ttdeci" > virtual SearchLimit MakeClone()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00064" > SearchLimit.cs:64< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a30890b189ca965a6bd71327863e5995e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a30890b189ca965a6bd71327863e5995e" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_14< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_14()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_aee972ce76c05e6a2ae006c18967d5221" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#aee972ce76c05e6a2ae006c18967d5221" > Google.OrTools.ConstraintSolver.SearchMonitor.ExitSearch< / a > < / div > < div class = "ttdeci" > virtual void ExitSearch()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00054" > SearchMonitor.cs:54< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a9541dc55c293d1cbe32341cf2201075d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a9541dc55c293d1cbe32341cf2201075d" > Google.OrTools.ConstraintSolver.SearchMonitor.BeginInitialPropagation< / a > < / div > < div class = "ttdeci" > virtual void BeginInitialPropagation()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00086" > SearchMonitor.cs:86< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< 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 >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_aa6b8eee1f25895d268b4c76ec1d85e6c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#aa6b8eee1f25895d268b4c76ec1d85e6c" > Google.OrTools.ConstraintSolver.SearchMonitor.ApplyDecision< / a > < / div > < div class = "ttdeci" > virtual void ApplyDecision(Decision d)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00066" > SearchMonitor.cs:66< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< 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 >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a272cd5b57912beafb268bf3e51fe0bb2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a272cd5b57912beafb268bf3e51fe0bb2" > Google.OrTools.ConstraintSolver.SearchLimit.IsCrossed< / a > < / div > < div class = "ttdeci" > bool IsCrossed()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00046" > SearchLimit.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_a02cf478987731d248d83d76f9f016047" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a02cf478987731d248d83d76f9f016047" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_SearchLimit< / a > < / div > < div class = "ttdeci" > static void delete_SearchLimit(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_1SearchMonitor_html_a46a834bd56b1253ef61932c2629ca1df" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a46a834bd56b1253ef61932c2629ca1df" > Google.OrTools.ConstraintSolver.SearchMonitor.AcceptNeighbor< / a > < / div > < div class = "ttdeci" > virtual void AcceptNeighbor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00118" > SearchMonitor.cs:118< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a07676221efef037e21fdae551258f799" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a07676221efef037e21fdae551258f799" > Google.OrTools.ConstraintSolver.SearchMonitor.NoMoreSolutions< / a > < / div > < div class = "ttdeci" > virtual void NoMoreSolutions()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00104" > SearchMonitor.cs:104< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a3cc3658213294d8ff84a51e3283318c2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a3cc3658213294d8ff84a51e3283318c2" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_7< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_7(global::System.IntPtr d)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a53198b35e819d15b310c65fd33475430" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a53198b35e819d15b310c65fd33475430" > Google.OrTools.ConstraintSolver.SearchMonitor.Accept< / a > < / div > < div class = "ttdeci" > virtual void Accept(ModelVisitor visitor)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00146" > SearchMonitor.cs:146< / 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_addb033507c53208ed5357be9dad8ecfb" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#addb033507c53208ed5357be9dad8ecfb" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_EnterSearchSwigExplicitSearchLimit< / a > < / div > < div class = "ttdeci" > static void SearchLimit_EnterSearchSwigExplicitSearchLimit(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af1c565699ea6b8d1022fdbc7b7b8feb8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af1c565699ea6b8d1022fdbc7b7b8feb8" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_BeginNextDecisionSwigExplicitSearchLimit< / a > < / div > < div class = "ttdeci" > static void SearchLimit_BeginNextDecisionSwigExplicitSearchLimit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a830d6915ac03ea5582a3b9ca43d1bf09" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a830d6915ac03ea5582a3b9ca43d1bf09" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_15< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_15()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a40ae69d42af9a514341f43ee7dcbb148" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a40ae69d42af9a514341f43ee7dcbb148" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_23< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_23(global::System.IntPtr visitor)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_aa86c37fb6106ce6ccb953f2cb027093a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#aa86c37fb6106ce6ccb953f2cb027093a" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_6< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_6(global::System.IntPtr d)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a0e7642fe109e609d883305c8866c402d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a0e7642fe109e609d883305c8866c402d" > Google.OrTools.ConstraintSolver.SearchMonitor.AtSolution< / a > < / div > < div class = "ttdeci" > virtual bool AtSolution()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00099" > SearchMonitor.cs:99< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a4d9f184821412bcfea90ded3127b1322" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a4d9f184821412bcfea90ded3127b1322" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_21< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_21()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_accac608341757c1111e71fd96f69435e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#accac608341757c1111e71fd96f69435e" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_5< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_5(global::System.IntPtr b, global::System.IntPtr d)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a43fc4dde5567bdbd002963ecbe08ea05" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a43fc4dde5567bdbd002963ecbe08ea05" > Google.OrTools.ConstraintSolver.SearchMonitor.EndFail< / a > < / div > < div class = "ttdeci" > virtual void EndFail()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00082" > SearchMonitor.cs:82< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_af943f87e2a0208bdb05e1b184e5356af" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#af943f87e2a0208bdb05e1b184e5356af" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_2< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_2()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a5d12fedb547c1ddeabee86410bfef095" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a5d12fedb547c1ddeabee86410bfef095" > Google.OrTools.ConstraintSolver.SearchMonitor.LocalOptimum< / a > < / div > < div class = "ttdeci" > virtual bool LocalOptimum()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00108" > SearchMonitor.cs:108< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a0f3db884067e88fad0285a50b8a467ef" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a0f3db884067e88fad0285a50b8a467ef" > Google.OrTools.ConstraintSolver.SearchMonitor.BeginFail< / a > < / div > < div class = "ttdeci" > virtual void BeginFail()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00078" > SearchMonitor.cs:78< / 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_a0d51b174dc3f1f46333b39d5edf94d5c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0d51b174dc3f1f46333b39d5edf94d5c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_SWIGUpcast< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr SearchLimit_SWIGUpcast(global::System.IntPtr jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a23ec492defa32cd3b4b14c100a6b3289" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a23ec492defa32cd3b4b14c100a6b3289" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_17< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_17(global::System.IntPtr delta, global::System.IntPtr deltadelta)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a903203190b615fcd26bddae331f9cc3c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a903203190b615fcd26bddae331f9cc3c" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_4< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_4(global::System.IntPtr b)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a797aeb3080c12200b05c037fcc43235b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a797aeb3080c12200b05c037fcc43235b" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_PeriodicCheck< / a > < / div > < div class = "ttdeci" > static void SearchLimit_PeriodicCheck(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_1SearchLimit_html_ad69b216c76496d1ddbbc711dada2177d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#ad69b216c76496d1ddbbc711dada2177d" > Google.OrTools.ConstraintSolver.SearchLimit.ToString< / a > < / div > < div class = "ttdeci" > override string ToString()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00086" > SearchLimit.cs:86< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a2b1845fb478f534c52aa18c7d266b539" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a2b1845fb478f534c52aa18c7d266b539" > Google.OrTools.ConstraintSolver.SearchLimit.Copy< / a > < / div > < div class = "ttdeci" > virtual void Copy(SearchLimit limit)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00060" > SearchLimit.cs:60< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a4af65470b64177226fdcb010fb214af4" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a4af65470b64177226fdcb010fb214af4" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_22< / a > < / div > < div class = "ttdeci" > delegate int SwigDelegateSearchLimit_22()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a328b624c8535aa9ab5cab39902369cf4" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a328b624c8535aa9ab5cab39902369cf4" > Google.OrTools.ConstraintSolver.SearchMonitor.Install< / a > < / div > < div class = "ttdeci" > virtual void Install()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00150" > SearchMonitor.cs:150< / 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_a8dbfbe36dc49c6e87a9a8777d55fc168" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8dbfbe36dc49c6e87a9a8777d55fc168" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_EnterSearch< / a > < / div > < div class = "ttdeci" > static void SearchLimit_EnterSearch(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5ee7498eb05d7c3a5bbc6ef140c2dad9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5ee7498eb05d7c3a5bbc6ef140c2dad9" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_PeriodicCheckSwigExplicitSearchLimit< / a > < / div > < div class = "ttdeci" > static void SearchLimit_PeriodicCheckSwigExplicitSearchLimit(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_1SearchMonitor_html_a416e2a72576cd2a69503b97f476d73e6" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a416e2a72576cd2a69503b97f476d73e6" > Google.OrTools.ConstraintSolver.SearchMonitor.IsUncheckedSolutionLimitReached< / a > < / div > < div class = "ttdeci" > virtual bool IsUncheckedSolutionLimitReached()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00126" > SearchMonitor.cs:126< / 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_ad5cdc2976ca4eb9dbe5455213b5616d1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad5cdc2976ca4eb9dbe5455213b5616d1" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_MakeClone< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr SearchLimit_MakeClone(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_1SearchLimit_html_aa935fa411ea628d5b40806d3773553c2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#aa935fa411ea628d5b40806d3773553c2" > Google.OrTools.ConstraintSolver.SearchLimit.SearchLimit< / a > < / div > < div class = "ttdeci" > SearchLimit(Solver s)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00042" > SearchLimit.cs:42< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_af75fb10b9f4f36a9b26494665014a428" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#af75fb10b9f4f36a9b26494665014a428" > Google.OrTools.ConstraintSolver.SearchLimit.EnterSearch< / a > < / div > < div class = "ttdeci" > override void EnterSearch()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00070" > SearchLimit.cs:70< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_ab37dd6b9526d88e4fc32a5946164bf9e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#ab37dd6b9526d88e4fc32a5946164bf9e" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_16< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_16()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7ac3145b6392e97982284a70a9a92896" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7ac3145b6392e97982284a70a9a92896" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_ToString< / a > < / div > < div class = "ttdeci" > static string SearchLimit_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a62493e5b7319f6186098b5be5092454e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a62493e5b7319f6186098b5be5092454e" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_RefuteDecisionSwigExplicitSearchLimit< / a > < / div > < div class = "ttdeci" > static void SearchLimit_RefuteDecisionSwigExplicitSearchLimit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a099207d69a7e3f40d46b30a6fa528635" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a099207d69a7e3f40d46b30a6fa528635" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_19< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_19()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a61f1172369cd19f72e72d3d8e3bf7fc3" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a61f1172369cd19f72e72d3d8e3bf7fc3" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_24< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_24()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a2f2384f35ce153b361f3a1f5a38712c3" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a2f2384f35ce153b361f3a1f5a38712c3" > Google.OrTools.ConstraintSolver.SearchLimit.PeriodicCheck< / a > < / div > < div class = "ttdeci" > override void PeriodicCheck()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00078" > SearchLimit.cs:78< / 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_ae72771d960c410774c0e4d85d58c7b5c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae72771d960c410774c0e4d85d58c7b5c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_Check< / a > < / div > < div class = "ttdeci" > static bool SearchLimit_Check(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a808526bd80df6219e3d10b6abc7fcde9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a808526bd80df6219e3d10b6abc7fcde9" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_10< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_10()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a9fd8e69a04dddb8fa6d9c27e954280f7" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a9fd8e69a04dddb8fa6d9c27e954280f7" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_8< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_8(global::System.IntPtr d, bool apply)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_abe5536722880c3091b8e415ff6971e80" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#abe5536722880c3091b8e415ff6971e80" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_20< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_20()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3802d9c877985b7c03443ad3d700c65b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3802d9c877985b7c03443ad3d700c65b" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_Copy< / a > < / div > < div class = "ttdeci" > static void SearchLimit_Copy(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_abe91e84454b83bba580a0a12aa610473" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abe91e84454b83bba580a0a12aa610473" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_Init< / a > < / div > < div class = "ttdeci" > static void SearchLimit_Init(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_1SearchMonitor_html_adb27e9d122d42bc61001e12b4b46c347" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#adb27e9d122d42bc61001e12b4b46c347" > Google.OrTools.ConstraintSolver.SearchMonitor.ProgressPercent< / a > < / div > < div class = "ttdeci" > virtual int ProgressPercent()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00141" > SearchMonitor.cs:141< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a88d6b1b713745c9846af5acf577ed51a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a88d6b1b713745c9846af5acf577ed51a" > Google.OrTools.ConstraintSolver.SearchLimit.Init< / a > < / div > < div class = "ttdeci" > virtual void Init()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00056" > SearchLimit.cs:56< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_aa4def90d75c7e3504d51ca55535b9866" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#aa4def90d75c7e3504d51ca55535b9866" > Google.OrTools.ConstraintSolver.SearchMonitor.RestartSearch< / a > < / div > < div class = "ttdeci" > virtual void RestartSearch()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00050" > SearchMonitor.cs:50< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a4303fec7d2b40422210dc9ae217be3ae" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a4303fec7d2b40422210dc9ae217be3ae" > Google.OrTools.ConstraintSolver.SearchMonitor.AfterDecision< / a > < / div > < div class = "ttdeci" > virtual void AfterDecision(Decision d, bool apply)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00074" > SearchMonitor.cs:74< / 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_aa416211f3cc22e706e878b6ed7771384" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa416211f3cc22e706e878b6ed7771384" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_RefuteDecision< / a > < / div > < div class = "ttdeci" > static void SearchLimit_RefuteDecision(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html" > Google.OrTools.ConstraintSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Assignment_8cs_source.html#l00011" > Assignment.cs:11< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_aca77738146ce96697be7ad215c6f5a10" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#aca77738146ce96697be7ad215c6f5a10" > Google.OrTools.ConstraintSolver.SearchMonitor.AcceptDelta< / a > < / div > < div class = "ttdeci" > virtual bool AcceptDelta(Assignment delta, Assignment deltadelta)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00113" > SearchMonitor.cs:113< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_ac0de3a409d5ae1c1db3fd93adfdeadb8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#ac0de3a409d5ae1c1db3fd93adfdeadb8" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_1< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_1()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae307c670b455cb81cda2949927c3ebbe" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae307c670b455cb81cda2949927c3ebbe" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_BeginNextDecision< / a > < / div > < div class = "ttdeci" > static void SearchLimit_BeginNextDecision(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Decision_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Decision.html" > Google.OrTools.ConstraintSolver.Decision< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Decision_8cs_source.html#l00018" > Decision.cs:18< / a > < / 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_afa021b1941af5d068dd2babf83c55eed" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afa021b1941af5d068dd2babf83c55eed" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_IsCrossed< / a > < / div > < div class = "ttdeci" > static bool SearchLimit_IsCrossed(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a3ff44b366f4210b8fd7ee9ad5d650670" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a3ff44b366f4210b8fd7ee9ad5d650670" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_3< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_3()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a62c6e26bea1f204ad6ff1b11edcb0490" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a62c6e26bea1f204ad6ff1b11edcb0490" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_9< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_9()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a7a2be842afabc60679306f7aa489363e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a7a2be842afabc60679306f7aa489363e" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_13< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_13()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2a2aaaa7823eaf63573b9436bcc6f4c8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2a2aaaa7823eaf63573b9436bcc6f4c8" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SearchLimit_ToStringSwigExplicitSearchLimit< / a > < / div > < div class = "ttdeci" > static string SearchLimit_ToStringSwigExplicitSearchLimit(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a4bdd23a9a5772c25eb86b76817774791" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a4bdd23a9a5772c25eb86b76817774791" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_27< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_27(global::System.IntPtr limit)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_aa42744cb222f39db4e792da1efe038f3" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#aa42744cb222f39db4e792da1efe038f3" > Google.OrTools.ConstraintSolver.SearchLimit.Dispose< / a > < / div > < div class = "ttdeci" > override void Dispose(bool disposing)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00029" > SearchLimit.cs:29< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_a98be0c24fcddffd448068480fbdc6e80" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#a98be0c24fcddffd448068480fbdc6e80" > Google.OrTools.ConstraintSolver.SearchMonitor.AcceptSolution< / a > < / div > < div class = "ttdeci" > virtual bool AcceptSolution()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00094" > SearchMonitor.cs:94< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a2b9a71be407a397fa5ebd200fcf7bbcf" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a2b9a71be407a397fa5ebd200fcf7bbcf" > Google.OrTools.ConstraintSolver.SearchLimit.RefuteDecision< / a > < / div > < div class = "ttdeci" > override void RefuteDecision(Decision d)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00082" > SearchLimit.cs:82< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_ae80153c71fd554b967c2bacc308caff5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#ae80153c71fd554b967c2bacc308caff5" > Google.OrTools.ConstraintSolver.SearchLimit.Check< / a > < / div > < div class = "ttdeci" > virtual bool Check()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00051" > SearchLimit.cs:51< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a2d796b7f649540fa209027ea603ada4f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a2d796b7f649540fa209027ea603ada4f" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_25< / a > < / div > < div class = "ttdeci" > delegate bool SwigDelegateSearchLimit_25()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_af97ff22e786d0af4ee6970c55c8fcd11" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#af97ff22e786d0af4ee6970c55c8fcd11" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_0< / a > < / div > < div class = "ttdeci" > delegate string SwigDelegateSearchLimit_0()< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a6c1cb59d0656823fd594ec7261479415" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a6c1cb59d0656823fd594ec7261479415" > Google.OrTools.ConstraintSolver.SearchLimit.BeginNextDecision< / a > < / div > < div class = "ttdeci" > override void BeginNextDecision(DecisionBuilder b)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchLimit_8cs_source.html#l00074" > SearchLimit.cs:74< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html" > Google.OrTools.ConstraintSolver.Solver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2Solver_8cs_source.html#l00018" > constraint_solver/Solver.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a25541f8c9454ce120b3734229457972e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a25541f8c9454ce120b3734229457972e" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_26< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_26()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_a29c5be63a96183c491007ef22c9590ee" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#a29c5be63a96183c491007ef22c9590ee" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_28< / a > < / div > < div class = "ttdeci" > delegate global::System.IntPtr SwigDelegateSearchLimit_28()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit_html_ab705e1d56911f7ec4c5f1e6358f6d34d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchLimit.html#ab705e1d56911f7ec4c5f1e6358f6d34d" > Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_18< / a > < / div > < div class = "ttdeci" > delegate void SwigDelegateSearchLimit_18()< / 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 >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor_html_af8b9554e6c7b3f665eb3f6f6550cc5a8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SearchMonitor.html#af8b9554e6c7b3f665eb3f6f6550cc5a8" > Google.OrTools.ConstraintSolver.SearchMonitor.AcceptUncheckedNeighbor< / a > < / div > < div class = "ttdeci" > virtual void AcceptUncheckedNeighbor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8cs_source.html#l00122" > SearchMonitor.cs:122< / 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 >