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-09-12 09:22:44 +02:00
< span id = "sfml" > Google OR-Tools 7.4< / span >
2019-06-20 23:35:26 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > DotNet Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html" > CP-SAT< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html" > Graph< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html" > Knapsack solver< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html" > Linear solver< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html" > Routing< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html" > Util< / a > < / li >
< / ul >
< / div >
2019-06-20 23:35:26 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > DotNet Reference< / h1 >
< / div >
2019-09-12 09:22:44 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2019-06-20 23:35:26 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< 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 = "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_439b336f32246b516129ac6c6155dd92.html" > linear_solver< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Variable.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-09-12 09:22:44 +02:00
< a href = "Variable_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.1< / 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_1LinearSolver.html" > Google.OrTools.LinearSolver< / 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" > < a class = "line" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html" > 13< / a > < / span >   < span class = "keyword" > public< / span > < span class = "keyword" > partial class < / span > < a class = "code" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html" > Variable< / a > : global::System.IDisposable {< / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "keyword" > private< / span > global::System.Runtime.InteropServices.HandleRef swigCPtr;< / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > < a class = "line" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#abc050282310ee35f8b4bac77b6103375" > 15< / a > < / span >   < span class = "keyword" > protected< / span > < span class = "keywordtype" > bool< / span > < a class = "code" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#abc050282310ee35f8b4bac77b6103375" > swigCMemOwn< / a > ;< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "keyword" > internal< / span > < a class = "code" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html" > Variable< / a > (global::System.IntPtr cPtr, < span class = "keywordtype" > bool< / span > cMemoryOwn) {< / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < a class = "code" href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#abc050282310ee35f8b4bac77b6103375" > swigCMemOwn< / a > = cMemoryOwn;< / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   swigCPtr = < span class = "keyword" > new< / span > global::System.Runtime.InteropServices.HandleRef(< span class = "keyword" > this< / span > , cPtr);< / 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 >   < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "keyword" > internal< / span > < span class = "keyword" > static< / span > global::System.Runtime.InteropServices.HandleRef getCPtr(< a class = "code" href = "classGoo
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a601d24f9674ff64b77799becb5006acc" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a601d24f9674ff64b77799becb5006acc" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetUb< / a > < / div > < div class = "ttdeci" > static void Variable_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html" > Google.OrTools.LinearSolver.Variable< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00013" > Variable.cs:13< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa4dc5521aa093c19e866a8c34c499ddc" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa4dc5521aa093c19e866a8c34c499ddc" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_BasisStatus< / a > < / div > < div class = "ttdeci" > static int Variable_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6014cf998860d04211115246a59641e1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6014cf998860d04211115246a59641e1" > Google.OrTools.LinearSolver.Variable.SetLb< / a > < / div > < div class = "ttdeci" > void SetLb(double lb)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00071" > Variable.cs:71< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a04c10f8d88d9c13cc580ce35b31d1d52" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a04c10f8d88d9c13cc580ce35b31d1d52" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetInteger< / a > < / div > < div class = "ttdeci" > static void Variable_SetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_afc32fa59be94007072a914557fd4dab8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc32fa59be94007072a914557fd4dab8" > Google.OrTools.LinearSolver.Variable.BasisStatus< / a > < / div > < div class = "ttdeci" > Solver.BasisStatus BasisStatus()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00088" > Variable.cs:88< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2c1c93c62d98f812c85b75ba2c92d019" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2c1c93c62d98f812c85b75ba2c92d019" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetBounds< / a > < / div > < div class = "ttdeci" > static void Variable_SetBounds(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_af426860d2823fa5cceac6055c7bf301e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#af426860d2823fa5cceac6055c7bf301e" > Google.OrTools.LinearSolver.Variable.Lb< / a > < / div > < div class = "ttdeci" > double Lb()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00061" > Variable.cs:61< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4119f54f3f71ca4933f859c5400eaf2f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4119f54f3f71ca4933f859c5400eaf2f" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Lb< / a > < / div > < div class = "ttdeci" > static double Variable_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a8ad4348ef0f9969025bab397e7e27e26" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a8ad4348ef0f9969025bab397e7e27e26" > Google.OrTools.LinearSolver.Variable.Dispose< / a > < / div > < div class = "ttdeci" > virtual void Dispose(bool disposing)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00035" > Variable.cs:35< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_afd922eb2bef96597c426557a8056f76d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afd922eb2bef96597c426557a8056f76d" > Google.OrTools.LinearSolver.Solver.BasisStatus< / a > < / div > < div class = "ttdeci" > BasisStatus< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Solver_8cs_source.html#l00265" > Solver.cs:265< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad37641eb3a4f54acc93dcb6226f47c28" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad37641eb3a4f54acc93dcb6226f47c28" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_ReducedCost< / a > < / div > < div class = "ttdeci" > static double Variable_ReducedCost(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6035628c277896af3b288ecc64b6835b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6035628c277896af3b288ecc64b6835b" > Google.OrTools.LinearSolver.Variable.SetUb< / a > < / div > < div class = "ttdeci" > void SetUb(double ub)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00075" > Variable.cs:75< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html" > Google.OrTools.LinearSolver.Solver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Solver_8cs_source.html#l00013" > Solver.cs:13< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a94743823a7ad3c565902fcf7956d4ae2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a94743823a7ad3c565902fcf7956d4ae2" > Google.OrTools.LinearSolver.Variable.SetInteger< / a > < / div > < div class = "ttdeci" > void SetInteger(bool integer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00052" > Variable.cs:52< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6e2d745cdb7a7b983f861ed6a9a541a7" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6e2d745cdb7a7b983f861ed6a9a541a7" > Google.OrTools.LinearSolver.Variable.Dispose< / a > < / div > < div class = "ttdeci" > void Dispose()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00030" > Variable.cs:30< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad24064af013761e6f68026035b53db40" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad24064af013761e6f68026035b53db40" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Variable< / a > < / div > < div class = "ttdeci" > static void delete_Variable(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a416e77aca2006005eb63bc7d86091650" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416e77aca2006005eb63bc7d86091650" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetLb< / a > < / div > < div class = "ttdeci" > static void Variable_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6e08e512891272a066ef6323e08fef90" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6e08e512891272a066ef6323e08fef90" > Google.OrTools.LinearSolver.Variable.ReducedCost< / a > < / div > < div class = "ttdeci" > double ReducedCost()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00083" > Variable.cs:83< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_abc050282310ee35f8b4bac77b6103375" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#abc050282310ee35f8b4bac77b6103375" > Google.OrTools.LinearSolver.Variable.swigCMemOwn< / a > < / div > < div class = "ttdeci" > bool swigCMemOwn< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00015" > Variable.cs:15< / a > < / div > < / div >
< div class = "ttc" id = "namespaceGoogle_1_1OrTools_1_1LinearSolver_html" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1LinearSolver.html" > Google.OrTools.LinearSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Constraint_8cs_source.html#l00011" > Constraint.cs:11< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab080519b8244f2ecfce32cef10518c7f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab080519b8244f2ecfce32cef10518c7f" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Name< / a > < / div > < div class = "ttdeci" > static string Variable_Name(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6fce25d4dccb32e61fedf6268b593e08" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6fce25d4dccb32e61fedf6268b593e08" > Google.OrTools.LinearSolver.Variable.SolutionValue< / a > < / div > < div class = "ttdeci" > double SolutionValue()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00056" > Variable.cs:56< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "operations__research__linear__solverPINVOKE_8cs_source.html#l00013" > operations_research_linear_solverPINVOKE.cs:13< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6f45805cb8c7623f0dfdb29825a7192b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6f45805cb8c7623f0dfdb29825a7192b" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SolutionValue< / a > < / div > < div class = "ttdeci" > static double Variable_SolutionValue(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a26f76217e5014e355033cfe094fcc168" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a26f76217e5014e355033cfe094fcc168" > Google.OrTools.LinearSolver.Variable.Name< / a > < / div > < div class = "ttdeci" > string Name()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00047" > Variable.cs:47< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6f8a363969c7e14fb25fa7724dc245e1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6f8a363969c7e14fb25fa7724dc245e1" > Google.OrTools.LinearSolver.Variable.Ub< / a > < / div > < div class = "ttdeci" > double Ub()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00066" > Variable.cs:66< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6ddeb4da685857733ca41293a0fa1833" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6ddeb4da685857733ca41293a0fa1833" > Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Ub< / a > < / div > < div class = "ttdeci" > static double Variable_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
2019-06-20 23:35:26 +02:00
< / div > <!-- fragment --> < / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-20 23:35:26 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >