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" > IntExpr.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-06-29 18:18:08 +02:00
< a href = "IntExpr_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_1IntExpr.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_1IntExpr.html" > IntExpr< / a > : < a class = "code" href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PropagationBaseObject.html" > PropagationBaseObject< / 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_1IntExpr.html" > IntExpr< / 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#a301b1d96785f2b64b5722013fc6b52a6" > IntExpr_SWIGUpcast< / a > (cPtr), cMemoryOwn) {< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22<
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a03dfc539400ca6ed0bd0cfe928c59bc2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a03dfc539400ca6ed0bd0cfe928c59bc2" > Google.OrTools.ConstraintSolver.IntExpr.IsGreater< / a > < / div > < div class = "ttdeci" > IntVar IsGreater(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00152" > IntExpr.cs:152< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ac44d48bfeb32c2203ac3f3b9cb231c0b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac44d48bfeb32c2203ac3f3b9cb231c0b" > Google.OrTools.ConstraintSolver.IntExpr.Accept< / a > < / div > < div class = "ttdeci" > virtual void Accept(ModelVisitor visitor)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00116" > IntExpr.cs:116< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a80224386c74e6db5af105cd84492b229" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a80224386c74e6db5af105cd84492b229" > Google.OrTools.ConstraintSolver.IntExpr.MapTo< / a > < / div > < div class = "ttdeci" > Constraint MapTo(IntVarVector vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00120" > IntExpr.cs:120< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_ab9399753d24c4af4b75475c71ea006de" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending< / a > < / div > < div class = "ttdeci" > static bool Pending< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "operations__research__constraint__solverPINVOKE_8cs_source.html#l00167" > operations_research_constraint_solverPINVOKE.cs:167< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_afbb3349fddf7baac7e47b648c03fd9ad" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afbb3349fddf7baac7e47b648c03fd9ad" > Google.OrTools.ConstraintSolver.IntExpr.IndexOf< / a > < / div > < div class = "ttdeci" > IntExpr IndexOf(IntVarVector vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00133" > IntExpr.cs:133< / 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_a3774a173a895dc39fa4c502b8ae5f85d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3774a173a895dc39fa4c502b8ae5f85d" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsMember__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsMember__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa003d1c138f9cefe43a06f797e5e4743" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa003d1c138f9cefe43a06f797e5e4743" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IndexOf__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IndexOf__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html" > Google.OrTools.ConstraintSolver.IntVarVector< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVarVector_8cs_source.html#l00018" > IntVarVector.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaafb939db12cfc86e7561744f5ea4914" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaafb939db12cfc86e7561744f5ea4914" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Range< / a > < / div > < div class = "ttdeci" > static void IntExpr_Range(global::System.Runtime.InteropServices.HandleRef jarg1, out long jarg2, out long jarg3)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html" > Google.OrTools.ConstraintSolver.Demon< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Demon_8cs_source.html#l00018" > Demon.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a810e62a7a9bc0424db2862ef10b7ab2c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a810e62a7a9bc0424db2862ef10b7ab2c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLess__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsLess__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a807653f97725c7c0594518c8b77112c1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a807653f97725c7c0594518c8b77112c1" > Google.OrTools.ConstraintSolver.IntExpr.Member< / a > < / div > < div class = "ttdeci" > Constraint Member(long[] values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00188" > IntExpr.cs:188< / 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 >
< 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_1operations__research__constraint__solverPINVOKE_html_a00a02bcba5966592f8583f94b2b78890" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a00a02bcba5966592f8583f94b2b78890" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetMin< / a > < / div > < div class = "ttdeci" > static void IntExpr_SetMin(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a45ba58bf97d7d8313bf0009e1a5be8b5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a45ba58bf97d7d8313bf0009e1a5be8b5" > Google.OrTools.ConstraintSolver.IntExpr.IsGreaterOrEqual< / a > < / div > < div class = "ttdeci" > IntVar IsGreaterOrEqual(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00158" > IntExpr.cs:158< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a799cb7af3e971db4a1c265ab8b7ac278" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a799cb7af3e971db4a1c265ab8b7ac278" > Google.OrTools.ConstraintSolver.IntExpr.IsLess< / a > < / div > < div class = "ttdeci" > IntVar IsLess(IntExpr other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00224" > IntExpr.cs:224< / 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_ae641b433fa469318e5147073207615ce" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae641b433fa469318e5147073207615ce" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Member__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_Member__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab8416f23aba713d94e1ce11e341d1a5c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab8416f23aba713d94e1ce11e341d1a5c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Maximize< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_Maximize(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aef1730bfea226107158d22c22656e619" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aef1730bfea226107158d22c22656e619" > Google.OrTools.ConstraintSolver.IntExpr.Member< / a > < / div > < div class = "ttdeci" > Constraint Member(int[] values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00194" > IntExpr.cs:194< / 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_a301b1d96785f2b64b5722013fc6b52a6" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a301b1d96785f2b64b5722013fc6b52a6" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SWIGUpcast< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_SWIGUpcast(global::System.IntPtr jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html" > Google.OrTools.ConstraintSolver.Constraint< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2Constraint_8cs_source.html#l00018" > constraint_solver/Constraint.cs:18< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a0a30fcf52d198c14046b9007ad28f190" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a0a30fcf52d198c14046b9007ad28f190" > Google.OrTools.ConstraintSolver.IntExpr.IsLess< / a > < / div > < div class = "ttdeci" > IntVar IsLess(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00164" > IntExpr.cs:164< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a36d46507769b902584adf67fbaa808f1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a36d46507769b902584adf67fbaa808f1" > Google.OrTools.ConstraintSolver.IntExpr.Bound< / a > < / div > < div class = "ttdeci" > virtual bool Bound()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00085" > IntExpr.cs:85< / 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_a5c3f8b50dc5f231bd2460e847ec96be5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5c3f8b50dc5f231bd2460e847ec96be5" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsDifferent__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsDifferent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a69f5434694ad9cb44dc674d54d82027f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a69f5434694ad9cb44dc674d54d82027f" > Google.OrTools.ConstraintSolver.IntExpr.IsMember< / a > < / div > < div class = "ttdeci" > IntVar IsMember(long[] values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00176" > IntExpr.cs:176< / 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_a35b2526d87911b342beeec329ca9a9b1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a35b2526d87911b342beeec329ca9a9b1" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLess__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsLess__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aefd13ded85df32506e786a6499015e9b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aefd13ded85df32506e786a6499015e9b" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Accept< / a > < / div > < div class = "ttdeci" > static void IntExpr_Accept(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html" > Google.OrTools.ConstraintSolver.IntVar< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntVar_8cs_source.html#l00018" > IntVar.cs:18< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aef606dbf911aec54c27d81d396787785" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aef606dbf911aec54c27d81d396787785" > Google.OrTools.ConstraintSolver.IntExpr.Range< / a > < / div > < div class = "ttdeci" > virtual void Range(out long l, out long u)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00071" > IntExpr.cs:71< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a93b065be6c366222e2fcc93a24bf529b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a93b065be6c366222e2fcc93a24bf529b" > Google.OrTools.ConstraintSolver.IntExpr.IsLessOrEqual< / a > < / div > < div class = "ttdeci" > IntVar IsLessOrEqual(IntExpr other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00230" > IntExpr.cs:230< / 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 >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a602819bd3daed761cf04975af63131b2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a602819bd3daed761cf04975af63131b2" > Google.OrTools.ConstraintSolver.IntExpr.WhenRange< / a > < / div > < div class = "ttdeci" > virtual void WhenRange(Demon d)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00108" > IntExpr.cs:108< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a351cba55b7b5d7875876cb7032bcf4e8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a351cba55b7b5d7875876cb7032bcf4e8" > Google.OrTools.ConstraintSolver.IntExpr.Max< / a > < / div > < div class = "ttdeci" > virtual long Max()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00061" > IntExpr.cs:61< / 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_aeee8fbe24c3c8c256c5e15f2671ec1be" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeee8fbe24c3c8c256c5e15f2671ec1be" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IndexOf__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IndexOf__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a8cfc33c9a67277e740f18ce9e7e268f6" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8cfc33c9a67277e740f18ce9e7e268f6" > Google.OrTools.ConstraintSolver.IntExpr.IsDifferent< / a > < / div > < div class = "ttdeci" > IntVar IsDifferent(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00146" > IntExpr.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_a5c21d3efcede8b15be5b6f64a0200502" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5c21d3efcede8b15be5b6f64a0200502" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Member__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_Member__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_affedc40dac2f5bd260132aa2315dc079" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#affedc40dac2f5bd260132aa2315dc079" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_VarWithName< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_VarWithName(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html" > Google.OrTools.ConstraintSolver.IntExpr< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00018" > IntExpr.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a52e6ae7b164bac75a6b1dd7ce27ab156" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a52e6ae7b164bac75a6b1dd7ce27ab156" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreater__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsGreater__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_afc2a7738ac0ce56b1b044757f7cb31a1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afc2a7738ac0ce56b1b044757f7cb31a1" > Google.OrTools.ConstraintSolver.IntExpr.IsDifferent< / a > < / div > < div class = "ttdeci" > IntVar IsDifferent(IntExpr other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00206" > IntExpr.cs:206< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PropagationBaseObject_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1PropagationBaseObject.html" > Google.OrTools.ConstraintSolver.PropagationBaseObject< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "PropagationBaseObject_8cs_source.html#l00018" > PropagationBaseObject.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af4913dfc49ecd70ef8c31e32161832b0" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af4913dfc49ecd70ef8c31e32161832b0" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Var< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_Var(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_1IntExpr_html_a3fe4f1f36987c9fc044f5068c3f5f112" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3fe4f1f36987c9fc044f5068c3f5f112" > Google.OrTools.ConstraintSolver.IntExpr.Var< / a > < / div > < div class = "ttdeci" > virtual IntVar Var()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00095" > IntExpr.cs:95< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ad8105d1d5c69455ef8505e218a2564c8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ad8105d1d5c69455ef8505e218a2564c8" > Google.OrTools.ConstraintSolver.IntExpr.Min< / a > < / div > < div class = "ttdeci" > virtual long Min()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00051" > IntExpr.cs:51< / a > < / div > < / div >
2019-06-20 23:35:26 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html" > Google.OrTools.ConstraintSolver.ModelVisitor< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "ModelVisitor_8cs_source.html#l00018" > ModelVisitor.cs:18< / a > < / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a6139454a37f1db799324ae600edce445" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a6139454a37f1db799324ae600edce445" > Google.OrTools.ConstraintSolver.IntExpr.WhenRange< / a > < / div > < div class = "ttdeci" > void WhenRange(VoidToVoid closure)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00112" > IntExpr.cs:112< / 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_a81703ec3e63b513dd82f8bc962800075" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a81703ec3e63b513dd82f8bc962800075" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetMax< / a > < / div > < div class = "ttdeci" > static void IntExpr_SetMax(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4422829ddf645235876926d746f72fdd" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4422829ddf645235876926d746f72fdd" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_WhenRange__SWIG_1< / a > < / div > < div class = "ttdeci" > static void IntExpr_WhenRange__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, VoidToVoid jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a42032154e5eac790d0a6ad283ea4058d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a42032154e5eac790d0a6ad283ea4058d" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLessOrEqual__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsLessOrEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a94906da011d4978006526ac1e876f01f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a94906da011d4978006526ac1e876f01f" > Google.OrTools.ConstraintSolver.IntExpr.SetValue< / a > < / div > < div class = "ttdeci" > virtual void SetValue(long v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00080" > IntExpr.cs:80< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a0db1cab134075910a535c81af514309c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a0db1cab134075910a535c81af514309c" > Google.OrTools.ConstraintSolver.IntExpr.SetMin< / a > < / div > < div class = "ttdeci" > virtual void SetMin(long m)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00056" > IntExpr.cs:56< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a9fe50ac85b718d0022b6b607d9d254f8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a9fe50ac85b718d0022b6b607d9d254f8" > Google.OrTools.ConstraintSolver.IntExpr.IsGreaterOrEqual< / a > < / div > < div class = "ttdeci" > IntVar IsGreaterOrEqual(IntExpr other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00218" > IntExpr.cs:218< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a92c061fd12d7625a72b982e829cda505" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a92c061fd12d7625a72b982e829cda505" > Google.OrTools.ConstraintSolver.IntExpr.IsEqual< / a > < / div > < div class = "ttdeci" > IntVar IsEqual(IntExpr other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00200" > IntExpr.cs:200< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ae52658440a06c73713873c8d4cbda416" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ae52658440a06c73713873c8d4cbda416" > Google.OrTools.ConstraintSolver.IntExpr.IsVar< / a > < / div > < div class = "ttdeci" > virtual bool IsVar()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00090" > IntExpr.cs:90< / 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_a405c01615d2ce36eb212303e307a2e46" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a405c01615d2ce36eb212303e307a2e46" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsMember__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsMember__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaedbfd7645edda663759c03fe6f8c5ef" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaedbfd7645edda663759c03fe6f8c5ef" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Minimize< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_Minimize(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a63a07c306499f56a2a25ea3977c1df26" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a63a07c306499f56a2a25ea3977c1df26" > Google.OrTools.ConstraintSolver.IntExpr.Minimize< / a > < / div > < div class = "ttdeci" > OptimizeVar Minimize(int step)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00236" > IntExpr.cs:236< / 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 >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html" > Google.OrTools.ConstraintSolver.OptimizeVar< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "OptimizeVar_8cs_source.html#l00018" > OptimizeVar.cs:18< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8114d740c621f089b6742bc80595898c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8114d740c621f089b6742bc80595898c" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Min< / a > < / div > < div class = "ttdeci" > static long IntExpr_Min(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_1IntExpr_html_a23cc74b906aefdde9614b6e06679367b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a23cc74b906aefdde9614b6e06679367b" > Google.OrTools.ConstraintSolver.IntExpr.SetMax< / a > < / div > < div class = "ttdeci" > virtual void SetMax(long m)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00066" > IntExpr.cs:66< / 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_ac49acf76471b0ecf278805ee275e8ccb" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac49acf76471b0ecf278805ee275e8ccb" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreaterOrEqual__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsGreaterOrEqual__SWIG_1(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_aa765582f50edf8428b2a3248343a4184" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa765582f50edf8428b2a3248343a4184" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_MapTo< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_MapTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a66fc1a55d69fe6d63b961be08a20108f" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a66fc1a55d69fe6d63b961be08a20108f" > Google.OrTools.ConstraintSolver.IntExpr.IsEqual< / a > < / div > < div class = "ttdeci" > IntVar IsEqual(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00140" > IntExpr.cs:140< / 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_ab5f288606764d23b49eb70dc94868545" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab5f288606764d23b49eb70dc94868545" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreaterOrEqual__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsGreaterOrEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a4283628abbb043a7d38956bd817d3010" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a4283628abbb043a7d38956bd817d3010" > Google.OrTools.ConstraintSolver.IntExpr.IsMember< / a > < / div > < div class = "ttdeci" > IntVar IsMember(int[] values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00182" > IntExpr.cs:182< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a00a5cea229e1c516ca17ac41bfed3aca" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a00a5cea229e1c516ca17ac41bfed3aca" > Google.OrTools.ConstraintSolver.IntExpr.VarWithName< / a > < / div > < div class = "ttdeci" > IntVar VarWithName(string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00101" > IntExpr.cs:101< / 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_ad76d101b13ff14953185706f8354b9c1" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad76d101b13ff14953185706f8354b9c1" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsDifferent__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsDifferent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a1b7c4d782d558480bc0562468ac64907" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a1b7c4d782d558480bc0562468ac64907" > Google.OrTools.ConstraintSolver.IntExpr.Maximize< / a > < / div > < div class = "ttdeci" > OptimizeVar Maximize(int step)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00242" > IntExpr.cs:242< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ac3b06c6135fccb680a183aef044ccb88" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac3b06c6135fccb680a183aef044ccb88" > Google.OrTools.ConstraintSolver.IntExpr.IsLessOrEqual< / a > < / div > < div class = "ttdeci" > IntVar IsLessOrEqual(long value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00170" > IntExpr.cs:170< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ac5c3e5cfbc6675909904397a656797da" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac5c3e5cfbc6675909904397a656797da" > Google.OrTools.ConstraintSolver.IntExpr.IndexOf< / a > < / div > < div class = "ttdeci" > IntExpr IndexOf(long[] vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00127" > IntExpr.cs:127< / 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_a2c55fd0dd765bd5a1987e71908336c78" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c55fd0dd765bd5a1987e71908336c78" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetValue< / a > < / div > < div class = "ttdeci" > static void IntExpr_SetValue(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
2019-06-29 18:18:08 +02:00
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a1d266e450bd19f1046fa7f36a02ef61d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a1d266e450bd19f1046fa7f36a02ef61d" > Google.OrTools.ConstraintSolver.IntExpr.SetRange< / a > < / div > < div class = "ttdeci" > virtual void SetRange(long l, long u)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00075" > IntExpr.cs:75< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a947ce19a59dedd49fef9c45dddac3957" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a947ce19a59dedd49fef9c45dddac3957" > Google.OrTools.ConstraintSolver.IntExpr.Dispose< / a > < / div > < div class = "ttdeci" > override void Dispose(bool disposing)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "IntExpr_8cs_source.html#l00029" > IntExpr.cs:29< / 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_a6ea397d82f3ad3018fd7d5633f6176f2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6ea397d82f3ad3018fd7d5633f6176f2" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Bound< / a > < / div > < div class = "ttdeci" > static bool IntExpr_Bound(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9c74327e3dce1ed2e06d9ee8a42f3ce9" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9c74327e3dce1ed2e06d9ee8a42f3ce9" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsEqual__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7d7b91025077e65e7f00a5a3920658e5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7d7b91025077e65e7f00a5a3920658e5" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLessOrEqual__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsLessOrEqual__SWIG_1(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" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "operations__research__constraint__solverPINVOKE_8cs_source.html#l00047" > operations_research_constraint_solverPINVOKE.cs:47< / a > < / div > < / div >
< div class = "ttc" id = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_abc16698d7271f4a9ee8cea66876bc869" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869" > Google.OrTools.ConstraintSolver.VoidToVoid< / a > < / div > < div class = "ttdeci" > delegate void VoidToVoid()< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9c4280e6fa22ee08939eb7be1ab703f2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9c4280e6fa22ee08939eb7be1ab703f2" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_WhenRange__SWIG_0< / a > < / div > < div class = "ttdeci" > static void IntExpr_WhenRange__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6a8da4a28bbfc670fd66cb3f4b61b3b0" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6a8da4a28bbfc670fd66cb3f4b61b3b0" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsEqual__SWIG_1< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsEqual__SWIG_1(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_a3667c030fade816e4c924ccdefa6a161" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3667c030fade816e4c924ccdefa6a161" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetRange< / a > < / div > < div class = "ttdeci" > static void IntExpr_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a600a8ff8859cce3cf98b820cb3343bd7" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a600a8ff8859cce3cf98b820cb3343bd7" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsVar< / a > < / div > < div class = "ttdeci" > static bool IntExpr_IsVar(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa7f342088beb545b2dca5ac7dcf063d3" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa7f342088beb545b2dca5ac7dcf063d3" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreater__SWIG_0< / a > < / div > < div class = "ttdeci" > static global::System.IntPtr IntExpr_IsGreater__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)< / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a89e744741fca5aba364f5bc091b16e1d" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a89e744741fca5aba364f5bc091b16e1d" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_IntExpr< / a > < / div > < div class = "ttdeci" > static void delete_IntExpr(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_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 class = "ttc" id = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a45cd2bfe9e735f17562b7bdc1bfef7aa" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a45cd2bfe9e735f17562b7bdc1bfef7aa" > Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Max< / a > < / div > < div class = "ttdeci" > static long IntExpr_Max(global::System.Runtime.InteropServices.HandleRef jarg1)< / div > < / div >
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >