<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPVariable_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPVariable.html">com.google.ortools.linearsolver.MPVariable</a></div><divclass="ttdoc">The class for variables of a Mathematical Programming (MP) model.</div><divclass="ttdef"><b>Definition:</b><ahref="MPVariable_8java_source.html#l00016">MPVariable.java:16</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a618f2f3ec61372cf3d815474dd4cfe37"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a618f2f3ec61372cf3d815474dd4cfe37">com.google.ortools.linearsolver.MPConstraint.index</a></div><divclass="ttdeci">int index()</div><divclass="ttdoc">Returns the index of the constraint in the MPSolver::constraints_.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00133">MPConstraint.java:133</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html">com.google.ortools.linearsolver.MPConstraint</a></div><divclass="ttdoc">The class for constraints of a Mathematical Programming (MP) model.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00018">MPConstraint.java:18</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a74bd970ff663fd82cfd98f8c325ae66a"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a74bd970ff663fd82cfd98f8c325ae66a">com.google.ortools.linearsolver.MPConstraint.setBounds</a></div><divclass="ttdeci">void setBounds(double lb, double ub)</div><divclass="ttdoc">Sets both the lower and upper bounds.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00102">MPConstraint.java:102</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_ac2bdf0d37be6b685385192b46a07e04f"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#ac2bdf0d37be6b685385192b46a07e04f">com.google.ortools.linearsolver.MPConstraint.setUb</a></div><divclass="ttdeci">void setUb(double ub)</div><divclass="ttdoc">Sets the upper bound.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00095">MPConstraint.java:95</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html">com.google.ortools.linearsolver.MPSolver</a></div><divclass="ttdoc">This mathematical programming (MP) solver class is the main class though which users build and solve...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00017">MPSolver.java:17</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1BasisStatus_html"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1BasisStatus.html">com.google.ortools.linearsolver.MPSolver.BasisStatus</a></div><divclass="ttdoc">Advanced usage: possible basis status values for a variable and the slack variable of a linear const...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00689">MPSolver.java:689</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a69e183e06fdbdc0821de660f3711fb88"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a69e183e06fdbdc0821de660f3711fb88">com.google.ortools.linearsolver.MPConstraint.lb</a></div><divclass="ttdeci">double lb()</div><divclass="ttdoc">Returns the lower bound.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00074">MPConstraint.java:74</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_ad18f39cb6a79397484be63580488d06d"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#ad18f39cb6a79397484be63580488d06d">com.google.ortools.linearsolver.MPConstraint.dualValue</a></div><divclass="ttdeci">double dualValue()</div><divclass="ttdoc">Advanced usage: returns the dual value of the constraint in the current solution (only available for...</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00141">MPConstraint.java:141</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a71e2a5848b6791b9ffe2948ad9d17e5a"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a71e2a5848b6791b9ffe2948ad9d17e5a">com.google.ortools.linearsolver.MPConstraint.ub</a></div><divclass="ttdeci">double ub()</div><divclass="ttdoc">Returns the upper bound.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00081">MPConstraint.java:81</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a61e46874870357d7331ee973b8762096"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a61e46874870357d7331ee973b8762096">com.google.ortools.linearsolver.MPConstraint.isLazy</a></div><divclass="ttdeci">boolean isLazy()</div><divclass="ttdoc">Advanced usage: returns true if the constraint is "lazy" (see below).</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00109">MPConstraint.java:109</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a8ea6d4649734d3344a5a104722710312"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a8ea6d4649734d3344a5a104722710312">com.google.ortools.linearsolver.MPConstraint.setCoefficient</a></div><divclass="ttdeci">void setCoefficient(MPVariable var, double coeff)</div><divclass="ttdoc">Sets the coefficient of the variable on the constraint.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00059">MPConstraint.java:59</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_a38b1497981713ee13af81bf6cc18ef7d"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#a38b1497981713ee13af81bf6cc18ef7d">com.google.ortools.linearsolver.MPConstraint.getCoefficient</a></div><divclass="ttdeci">double getCoefficient(MPVariable var)</div><divclass="ttdoc">Gets the coefficient of a given variable on the constraint (which is 0 if the variable does not appe...</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00067">MPConstraint.java:67</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_ae2415596e11e86d0a08a68d4207e568e"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#ae2415596e11e86d0a08a68d4207e568e">com.google.ortools.linearsolver.MPConstraint.setLb</a></div><divclass="ttdeci">void setLb(double lb)</div><divclass="ttdoc">Sets the lower bound.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00088">MPConstraint.java:88</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint_html_af0a22061a7584adff48a839cd37a4b63"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPConstraint.html#af0a22061a7584adff48a839cd37a4b63">com.google.ortools.linearsolver.MPConstraint.basisStatus</a></div><divclass="ttdeci">MPSolver.BasisStatus basisStatus()</div><divclass="ttdoc">Advanced usage: returns the basis status of the constraint.</div><divclass="ttdef"><b>Definition:</b><ahref="MPConstraint_8java_source.html#l00157">MPConstraint.java:157</a></div></div>