<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus_html_a69a3ef4bd68fe843377c9bb589e6d272"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus.html#a69a3ef4bd68fe843377c9bb589e6d272">com.google.ortools.linearsolver.MPSolver.ResultStatus.swigValue</a></div><divclass="ttdeci">final int swigValue()</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00644">MPSolver.java:644</a></div></div>
<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_1MPSolver_html_a188d3fd10bb48f1daf12a0dc9697b99a"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a188d3fd10bb48f1daf12a0dc9697b99a">com.google.ortools.linearsolver.MPSolver.setNumThreads</a></div><divclass="ttdeci">boolean setNumThreads(int num_theads)</div><divclass="ttdoc">Sets the number of threads to be used by the solver.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00546">MPSolver.java:546</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a336148f74465d5c49970c59b6fb9a49b"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a336148f74465d5c49970c59b6fb9a49b">com.google.ortools.linearsolver.MPSolver.interruptSolve</a></div><divclass="ttdeci">boolean interruptSolve()</div><divclass="ttdoc">Interrupts the Solve() execution to terminate processing if possible.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00310">MPSolver.java:310</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a6c671bda706e057364c1893049f38c66"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a6c671bda706e057364c1893049f38c66">com.google.ortools.linearsolver.MPSolver.makeIntVar</a></div><divclass="ttdeci">MPVariable makeIntVar(double lb, double ub, String name)</div><divclass="ttdoc">Creates an integer variable.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00158">MPSolver.java:158</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_ad77877af2c719e9df249afb216d0fc25"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#ad77877af2c719e9df249afb216d0fc25">com.google.ortools.linearsolver.MPSolver.loadSolutionFromProto</a></div><divclass="ttdeci">SWIGTYPE_p_util__Status loadSolutionFromProto(SWIGTYPE_p_operations_research__MPSolutionResponse response, double tolerance)</div><divclass="ttdoc">Load a solution encoded in a protocol buffer onto this solver for easy access via the MPSolver inter...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00345">MPSolver.java:345</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus_html"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus.html">com.google.ortools.linearsolver.MPSolver.ResultStatus</a></div><divclass="ttdoc">The status of solving the problem.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00618">MPSolver.java:618</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a74ccd3085304566e85563d387588de42"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a74ccd3085304566e85563d387588de42">com.google.ortools.linearsolver.MPSolver.setHint</a></div><divclass="ttdeci">void setHint(MPVariable[] variables, double[] values)</div><divclass="ttdoc">Sets a hint for solution.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00539">MPSolver.java:539</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a6955c0d806f7bd52f5485e6e79bd35ad"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a6955c0d806f7bd52f5485e6e79bd35ad">com.google.ortools.linearsolver.MPSolver.makeConstraint</a></div><divclass="ttdeci">MPConstraint makeConstraint(String name)</div><divclass="ttdoc">Creates a named constraint with -infinity and +infinity bounds.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00231">MPSolver.java:231</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a1210c80339faea184219e95d0673060c"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a1210c80339faea184219e95d0673060c">com.google.ortools.linearsolver.MPSolver.makeConstraint</a></div><divclass="ttdeci">MPConstraint makeConstraint(double lb, double ub, String name)</div><divclass="ttdoc">Creates a named constraint with given bounds.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00223">MPSolver.java:223</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="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus_html_aed8a782246c15af9ee28b71c865afc5a"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus.html#aed8a782246c15af9ee28b71c865afc5a">com.google.ortools.linearsolver.MPSolver.ResultStatus.FEASIBLE</a></div><divclass="ttdeci">FEASIBLE</div><divclass="ttdoc">feasible, or stopped by limit.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00626">MPSolver.java:626</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType_html_ad7e0b3e12a5106d226384924a9c9d8b8"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType.html#ad7e0b3e12a5106d226384924a9c9d8b8">com.google.ortools.linearsolver.MPSolver.OptimizationProblemType.swigValue</a></div><divclass="ttdeci">final int swigValue()</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00574">MPSolver.java:574</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_aad1eda829e45719734aca8a269ed253b"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#aad1eda829e45719734aca8a269ed253b">com.google.ortools.linearsolver.MPSolver.constraints</a></div><divclass="ttdeci">MPConstraint [] constraints()</div><divclass="ttdoc">Returns the array of constraints handled by the MPSolver.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00183">MPSolver.java:183</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a4cb539145ead1c91afda210644e52aa1"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a4cb539145ead1c91afda210644e52aa1">com.google.ortools.linearsolver.MPSolver.solve</a></div><divclass="ttdeci">MPSolver.ResultStatus solve()</div><divclass="ttdoc">Solves the problem using default parameter values.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00247">MPSolver.java:247</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a2e410fd90605e06e42bcb1b096d79769"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a2e410fd90605e06e42bcb1b096d79769">com.google.ortools.linearsolver.MPSolver.numConstraints</a></div><divclass="ttdeci">int numConstraints()</div><divclass="ttdoc">Returns the number of constraints.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00174">MPSolver.java:174</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a4da1391d92f031dbb802ac64edee189a"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a4da1391d92f031dbb802ac64edee189a">com.google.ortools.linearsolver.MPSolver.loadSolutionFromProto</a></div><divclass="ttdeci">SWIGTYPE_p_util__Status loadSolutionFromProto(SWIGTYPE_p_operations_research__MPSolutionResponse response)</div><divclass="ttdoc">Load a solution encoded in a protocol buffer onto this solver for easy access via the MPSolver inter...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00380">MPSolver.java:380</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a3ce0ce830904758c0a43ecf824980755"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a3ce0ce830904758c0a43ecf824980755">com.google.ortools.linearsolver.MPSolver.makeConstraint</a></div><divclass="ttdeci">MPConstraint makeConstraint(double lb, double ub)</div><divclass="ttdoc">Creates a linear constraint with given bounds.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00207">MPSolver.java:207</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="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a993cb753af9cbea763277b7f0ec7274f"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a993cb753af9cbea763277b7f0ec7274f">com.google.ortools.linearsolver.MPSolver.computeConstraintActivities</a></div><divclass="ttdeci">double [] computeConstraintActivities()</div><divclass="ttdoc">Advanced usage: compute the "activities" of all constraints, which are the sums of their linear term...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00264">MPSolver.java:264</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a60623dc8a2de85b855343ccec4b2d4cc"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a60623dc8a2de85b855343ccec4b2d4cc">com.google.ortools.linearsolver.MPSolver.iterations</a></div><divclass="ttdeci">long iterations()</div><divclass="ttdoc">Returns the number of simplex iterations.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00424">MPSolver.java:424</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a0be09afcd0a7a479c3e2a28f99d8cdd9"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a0be09afcd0a7a479c3e2a28f99d8cdd9">com.google.ortools.linearsolver.MPSolver.MPSolver</a></div><divclass="ttdeci">MPSolver(String name, MPSolver.OptimizationProblemType problem_type)</div><divclass="ttdoc">Create a solver with the given name and underlying solver backend.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00089">MPSolver.java:89</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_ad4eb589f52d36bbd78d87023539b4cd2"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#ad4eb589f52d36bbd78d87023539b4cd2">com.google.ortools.linearsolver.MPSolver.makeConstraint</a></div><divclass="ttdeci">MPConstraint makeConstraint()</div><divclass="ttdoc">Creates a constraint with -infinity and +infinity bounds.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00215">MPSolver.java:215</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a1844b54fdedbd493ded8e3128b75fbf5"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a1844b54fdedbd493ded8e3128b75fbf5">com.google.ortools.linearsolver.MPSolver.solve</a></div><divclass="ttdeci">MPSolver.ResultStatus solve(MPSolverParameters param)</div><divclass="ttdoc">Solves the problem using the specified parameter values.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00254">MPSolver.java:254</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType_html"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType.html">com.google.ortools.linearsolver.MPSolver.OptimizationProblemType</a></div><divclass="ttdoc">The type of problems (LP or MIP) that will be solved and the underlying solver (GLOP,...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00556">MPSolver.java:556</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_afc9ca90b777f2cc3d262b945b9694859"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#afc9ca90b777f2cc3d262b945b9694859">com.google.ortools.linearsolver.MPSolver.supportsProblemType</a></div><divclass="ttdeci">static boolean supportsProblemType(MPSolver.OptimizationProblemType problem_type)</div><divclass="ttdoc">Whether the given problem type is supported (this will depend on the targets that you linked).</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00097">MPSolver.java:97</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a6404e9bd9c7c550ced0552d5b0ca69a9"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a6404e9bd9c7c550ced0552d5b0ca69a9">com.google.ortools.linearsolver.MPSolver.nodes</a></div><divclass="ttdeci">long nodes()</div><divclass="ttdoc">Returns the number of branch-and-bound nodes evaluated during the solve.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00433">MPSolver.java:433</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#l00686">MPSolver.java:686</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverParameters_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverParameters.html">com.google.ortools.linearsolver.MPSolverParameters</a></div><divclass="ttdoc">This class stores parameter settings for LP and MIP solvers.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolverParameters_8java_source.html#l00039">MPSolverParameters.java:39</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_ae2552475092fb67b9a36dbe40260f414"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#ae2552475092fb67b9a36dbe40260f414">com.google.ortools.linearsolver.MPSolver.makeVar</a></div><divclass="ttdeci">MPVariable makeVar(double lb, double ub, boolean integer, String name)</div><divclass="ttdoc">Creates a variable with the given bounds, integrality requirement and name.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00142">MPSolver.java:142</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a4d568e4b648bf9f69be28a14024834b1"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a4d568e4b648bf9f69be28a14024834b1">com.google.ortools.linearsolver.MPSolver.setSolverSpecificParametersAsString</a></div><divclass="ttdeci">boolean setSolverSpecificParametersAsString(String parameters)</div><divclass="ttdoc">Advanced usage: pass solver specific parameters in text format.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00394">MPSolver.java:394</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus_html_a0f764919e53695b4ca165384849bb542"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1ResultStatus.html#a0f764919e53695b4ca165384849bb542">com.google.ortools.linearsolver.MPSolver.ResultStatus.ABNORMAL</a></div><divclass="ttdeci">ABNORMAL</div><divclass="ttdoc">abnormal, i.e., error of some kind.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00638">MPSolver.java:638</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a383f49027e47246b5c412dd93e685734"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a383f49027e47246b5c412dd93e685734">com.google.ortools.linearsolver.MPSolver.clear</a></div><divclass="ttdeci">void clear()</div><divclass="ttdoc">Clears the objective (including the optimization direction), all variables and constraints.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00106">MPSolver.java:106</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a2e87b3e192b81d1df9f79055efedeceb"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a2e87b3e192b81d1df9f79055efedeceb">com.google.ortools.linearsolver.MPSolver.verifySolution</a></div><divclass="ttdeci">boolean verifySolution(double tolerance, boolean log_errors)</div><divclass="ttdoc">Advanced usage: Verifies the correctness of the solution.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00286">MPSolver.java:286</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a363486679622594bda617ef2bfff415f"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a363486679622594bda617ef2bfff415f">com.google.ortools.linearsolver.MPSolver.variables</a></div><divclass="ttdeci">MPVariable [] variables()</div><divclass="ttdoc">Returns the array of variables handled by the MPSolver.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00121">MPSolver.java:121</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType_html_a68deaeb6505ee40b763ef284797a5bef"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType.html#a68deaeb6505ee40b763ef284797a5bef">com.google.ortools.linearsolver.MPSolver.OptimizationProblemType.GLOP_LINEAR_PROGRAMMING</a></div><divclass="ttdeci">GLOP_LINEAR_PROGRAMMING</div><divclass="ttdoc">Linear Programming solver using GLOP (Recommended solver).</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00564">MPSolver.java:564</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPObjective_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPObjective.html">com.google.ortools.linearsolver.MPObjective</a></div><divclass="ttdoc">A class to express a linear objective.</div><divclass="ttdef"><b>Definition:</b><ahref="MPObjective_8java_source.html#l00016">MPObjective.java:16</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a5f9b2aa2ecb330bba498b0a78919b4ad"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a5f9b2aa2ecb330bba498b0a78919b4ad">com.google.ortools.linearsolver.MPSolver.reset</a></div><divclass="ttdeci">void reset()</div><divclass="ttdoc">Advanced usage: resets extracted model to solve from scratch.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00298">MPSolver.java:298</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_ae5ee1c277142decb79a2f8124eef55cf"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#ae5ee1c277142decb79a2f8124eef55cf">com.google.ortools.linearsolver.MPSolver.objective</a></div><divclass="ttdeci">MPObjective objective()</div><divclass="ttdoc">Returns the mutable objective object.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00239">MPSolver.java:239</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_af9a95c8101cc414058de5b05030204c8"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#af9a95c8101cc414058de5b05030204c8">com.google.ortools.linearsolver.MPSolver.numVariables</a></div><divclass="ttdeci">int numVariables()</div><divclass="ttdoc">Returns the number of variables.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00113">MPSolver.java:113</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType_html_a1fa0e034e1a6a232d244d0ff0ef827be"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1OptimizationProblemType.html#a1fa0e034e1a6a232d244d0ff0ef827be">com.google.ortools.linearsolver.MPSolver.OptimizationProblemType.CLP_LINEAR_PROGRAMMING</a></div><divclass="ttdeci">CLP_LINEAR_PROGRAMMING</div><divclass="ttdoc">Linear Programming solver using Coin CBC.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00560">MPSolver.java:560</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a15644507cc8ab0340fa2c081a9ce6971"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a15644507cc8ab0340fa2c081a9ce6971">com.google.ortools.linearsolver.MPSolver.makeNumVar</a></div><divclass="ttdeci">MPVariable makeNumVar(double lb, double ub, String name)</div><divclass="ttdoc">Creates a continuous variable.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00150">MPSolver.java:150</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_abe57559108cc98bffedac87926d8756b"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#abe57559108cc98bffedac87926d8756b">com.google.ortools.linearsolver.MPSolver.lookupConstraintOrNull</a></div><divclass="ttdeci">MPConstraint lookupConstraintOrNull(String constraint_name)</div><divclass="ttdoc">Looks up a constraint by name, and returns nullptr if it does not exist.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00194">MPSolver.java:194</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_ad10bc63f593692a2a04fa655730444fb"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#ad10bc63f593692a2a04fa655730444fb">com.google.ortools.linearsolver.MPSolver.lookupVariableOrNull</a></div><divclass="ttdeci">MPVariable lookupVariableOrNull(String var_name)</div><divclass="ttdoc">Looks up a variable by name, and returns nullptr if it does not exist.</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00130">MPSolver.java:130</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_html_a7b9313343b822cac63073838f14363b1"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver.html#a7b9313343b822cac63073838f14363b1">com.google.ortools.linearsolver.MPSolver.computeExactConditionNumber</a></div><divclass="ttdeci">double computeExactConditionNumber()</div><divclass="ttdoc">Advanced usage: computes the exact condition number of the current scaled basis: L1norm(B) * L1norm(...</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00461">MPSolver.java:461</a></div></div>
<divclass="ttc"id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1BasisStatus_html_a93c435f69220ea726b4498c1270d94b8"><divclass="ttname"><ahref="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolver_1_1BasisStatus.html#a93c435f69220ea726b4498c1270d94b8">com.google.ortools.linearsolver.MPSolver.BasisStatus.swigValue</a></div><divclass="ttdeci">final int swigValue()</div><divclass="ttdef"><b>Definition:</b><ahref="MPSolver_8java_source.html#l00693">MPSolver.java:693</a></div></div>