Files
ortools-clone/docs/java/MPSolutionResponse_8java_source.html

274 lines
429 KiB
HTML
Raw Normal View History

2019-07-04 15:11:35 +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"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
2019-07-04 15:11:35 +02:00
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</span>
2019-07-04 15:11:35 +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>Java Reference</h2>
2019-08-07 18:01:08 -07:00
<ul>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1sat.html">CP-SAT</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1graph.html">Graph</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1algorithms.html">Knapsack solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1linearsolver.html">Linear solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1constraintsolver.html">Routing</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1util.html">Util</a></li>
</ul>
</div>
2019-07-04 15:11:35 +02:00
<div id="content">
2019-08-07 18:01:08 -07:00
<div align="center">
<h1 style="color: #145A32;">Java Reference</h1>
</div>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
2019-07-04 15:11:35 +02:00
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('MPSolutionResponse_8java_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
2019-07-04 15:11:35 +02:00
<div class="header">
<div class="headertitle">
<div class="title">MPSolutionResponse.java</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="MPSolutionResponse_8java.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Generated by the protocol buffer compiler. DO NOT EDIT!</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// source: ortools/linear_solver/linear_solver.proto</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">package </span>com.google.ortools.linearsolver;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">final</span> <span class="keyword">class </span><a class="code" href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html">MPSolutionResponse</a> <span class="keyword">extends</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; <a class="code" href="namespacecom.html">com</a>.google.protobuf.GeneratedMessageV3 implements</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="comment">// @@protoc_insertion_point(message_implements:operations_research.MPSolutionResponse)</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <a class="code" href="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponseOrBuilder.html">MPSolutionResponseOrBuilder</a> {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">private</span> <span class="keyword">static</span> <span class="keyword">final</span> <span class="keywordtype">long</span> serialVersionUID = 0L;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="comment">// Use MPSolutionResponse.newBuilder() to construct.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">private</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html">MPSolutionResponse</a>(<a class="code" href="namespacecom.html">com</a>.<a class="code" href="namespacecom_1_1google.html">google</a>.protobuf.GeneratedMessageV3.Builder&lt;?&gt; builder) {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; super(builder);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; }</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">private</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html">MPSolutionResponse</a>() {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; status_ = 99;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; statusStr_ = <span class="stringliteral">&quot;&quot;</span>;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; variableValue_ = emptyDoubleList();</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; dualValue_ = emptyDoubleList();</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; reducedCost_ = emptyDoubleList();</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; additionalSolutions_ = java.util.Collections.emptyList();</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; @ja
<div class="ttc" id="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfoOrBuilder_html"><div class="ttname"><a href="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfoOrBuilder.html">com.google.ortools.linearsolver.MPSolveInfoOrBuilder</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfoOrBuilder_8java_source.html#l00006">MPSolveInfoOrBuilder.java:6</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_add8485ad336d27d12cab71dc20fe72e8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#add8485ad336d27d12cab71dc20fe72e8">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(byte[] data)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00906">MPSolutionResponse.java:906</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a2b77511c5564bd9cb4170af5402d0332"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a2b77511c5564bd9cb4170af5402d0332">com.google.ortools.linearsolver.MPSolutionResponse.getSolveInfo</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolveInfo getSolveInfo()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00455">MPSolutionResponse.java:455</a></div></div>
<div class="ttc" id="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionOrBuilder_html"><div class="ttname"><a href="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionOrBuilder.html">com.google.ortools.linearsolver.MPSolutionOrBuilder</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionOrBuilder_8java_source.html#l00006">MPSolutionOrBuilder.java:6</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a255d7a4d6235a77d65af5d5ff2edb547"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a255d7a4d6235a77d65af5d5ff2edb547">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getStatusStrBytes</a></div><div class="ttdeci">com.google.protobuf.ByteString getStatusStrBytes()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01383">MPSolutionResponse.java:1383</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aca07a5ac53a85c4dbdfd68da533fe599"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aca07a5ac53a85c4dbdfd68da533fe599">com.google.ortools.linearsolver.MPSolutionResponse.getDefaultInstance</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse getDefaultInstance()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02575">MPSolutionResponse.java:2575</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a8f856f3f8dfbace46ebf532412891de0"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a8f856f3f8dfbace46ebf532412891de0">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutions</a></div><div class="ttdeci">Builder addAdditionalSolutions(int index, com.google.ortools.linearsolver.MPSolution.Builder builderForValue)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02365">MPSolutionResponse.java:2365</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html">com.google.ortools.linearsolver.MPSolution.Builder</a></div><div class="ttdoc">Protobuf type.</div><div class="ttdef"><b>Definition:</b> <a href="MPSolution_8java_source.html#l00352">MPSolution.java:352</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a54f81531d5fe05c691ba5f176b3e438e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a54f81531d5fe05c691ba5f176b3e438e">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutions</a></div><div class="ttdeci">Builder addAdditionalSolutions(com.google.ortools.linearsolver.MPSolution.Builder builderForValue)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02343">MPSolutionResponse.java:2343</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a77db07dbc1f747f14c5df841ccf5a14c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a77db07dbc1f747f14c5df841ccf5a14c">com.google.ortools.linearsolver.MPSolutionResponse.toBuilder</a></div><div class="ttdeci">.lang.Override Builder toBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00963">MPSolutionResponse.java:963</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ac1a0a8c2a823c9a4f1e4f1be774dd3bf"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ac1a0a8c2a823c9a4f1e4f1be774dd3bf">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(com.google.protobuf.ByteString data)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00895">MPSolutionResponse.java:895</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a04003df1ce5d7d440175183fb464df5a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a04003df1ce5d7d440175183fb464df5a">com.google.ortools.linearsolver.MPSolutionResponse.hasBestObjectiveBound</a></div><div class="ttdeci">.lang.Override boolean hasBestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00362">MPSolutionResponse.java:362</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a51feb11e75564d5de9deae7c9a1f1681"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a51feb11e75564d5de9deae7c9a1f1681">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setReducedCost</a></div><div class="ttdeci">Builder setReducedCost(int index, double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02101">MPSolutionResponse.java:2101</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_aa5ddfed55ca14bdb0956bb55eab360ee"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#aa5ddfed55ca14bdb0956bb55eab360ee">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutions</a></div><div class="ttdeci">Builder addAdditionalSolutions(int index, com.google.ortools.linearsolver.MPSolution value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02318">MPSolutionResponse.java:2318</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a793fad10739ca74825a5dffb7954bda6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a793fad10739ca74825a5dffb7954bda6">com.google.ortools.linearsolver.MPSolutionResponse.getVariableValue</a></div><div class="ttdeci">double getVariableValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00423">MPSolutionResponse.java:423</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ac01065582679fb7025f9c902e1bf6786"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ac01065582679fb7025f9c902e1bf6786">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getStatus</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01293">MPSolutionResponse.java:1293</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a916dae08dfc215ec61d3721b0eed6631"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a916dae08dfc215ec61d3721b0eed6631">com.google.ortools.linearsolver.MPSolutionResponse.Builder.mergeFrom</a></div><div class="ttdeci">.lang.Override Builder mergeFrom(com.google.protobuf.Message other)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01158">MPSolutionResponse.java:1158</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a290ae22f465e8996adf8f356426908c7"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a290ae22f465e8996adf8f356426908c7">com.google.ortools.linearsolver.MPSolutionResponse.Builder.mergeFrom</a></div><div class="ttdeci">.lang.Override Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01253">MPSolutionResponse.java:1253</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aa24b9c24ba74a42f0101020ced785675"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aa24b9c24ba74a42f0101020ced785675">com.google.ortools.linearsolver.MPSolutionResponse.getAdditionalSolutionsOrBuilder</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00657">MPSolutionResponse.java:657</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a16ecbc2719efb2c581d235bd0416ecee"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a16ecbc2719efb2c581d235bd0416ecee">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setObjectiveValue</a></div><div class="ttdeci">Builder setObjectiveValue(double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01497">MPSolutionResponse.java:1497</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a946072f1ad5080477442996d3972d678"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a946072f1ad5080477442996d3972d678">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsOrBuilderList</a></div><div class="ttdeci">java.util.List&lt;? extends com.google.ortools.linearsolver.MPSolutionOrBuilder &gt; getAdditionalSolutionsOrBuilderList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02486">MPSolutionResponse.java:2486</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a8612c86b5dd6d9337fb16fc42e72ebf5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a8612c86b5dd6d9337fb16fc42e72ebf5">com.google.ortools.linearsolver.MPSolutionResponse.getReducedCost</a></div><div class="ttdeci">double getReducedCost(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00577">MPSolutionResponse.java:577</a></div></div>
<div class="ttc" id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html"><div class="ttname"><a href="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html">com.google.ortools.linearsolver.MPSolverResponseStatus</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolverResponseStatus_8java_source.html#l00020">MPSolverResponseStatus.java:20</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a1c9434771e8458b1f0d1fc4feff31489"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a1c9434771e8458b1f0d1fc4feff31489">com.google.ortools.linearsolver.MPSolutionResponse.getAdditionalSolutionsOrBuilderList</a></div><div class="ttdeci">.lang.Override java.util.List&lt;? extends com.google.ortools.linearsolver.MPSolutionOrBuilder &gt; getAdditionalSolutionsOrBuilderList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00612">MPSolutionResponse.java:612</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_acc78a14325374b37d612021dd73ddf48"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#acc78a14325374b37d612021dd73ddf48">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(java.nio.ByteBuffer data)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00884">MPSolutionResponse.java:884</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a5f7b63b17acb235a17f30cdfe5b7b563"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a5f7b63b17acb235a17f30cdfe5b7b563">com.google.ortools.linearsolver.MPSolutionResponse.getDualValueCount</a></div><div class="ttdeci">int getDualValueCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00505">MPSolutionResponse.java:505</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a6f71a77619406585bcafcc4789dfb48b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a6f71a77619406585bcafcc4789dfb48b">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setAdditionalSolutions</a></div><div class="ttdeci">Builder setAdditionalSolutions(int index, com.google.ortools.linearsolver.MPSolution.Builder builderForValue)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02272">MPSolutionResponse.java:2272</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a7a9f5abe5c8686c8d1e12c894564acbb"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a7a9f5abe5c8686c8d1e12c894564acbb">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearAdditionalSolutions</a></div><div class="ttdeci">Builder clearAdditionalSolutions()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02410">MPSolutionResponse.java:2410</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a7b70a910b541621bac953014c3bd69af"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a7b70a910b541621bac953014c3bd69af">com.google.ortools.linearsolver.MPSolutionResponse.STATUS_FIELD_NUMBER</a></div><div class="ttdeci">static final int STATUS_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00220">MPSolutionResponse.java:220</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ac316af0298e9645fc3e5159b0d4464e1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ac316af0298e9645fc3e5159b0d4464e1">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setUnknownFields</a></div><div class="ttdeci">.lang.Override final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02554">MPSolutionResponse.java:2554</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_af331a94dad344aa40dc2a6ce761cdb4f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#af331a94dad344aa40dc2a6ce761cdb4f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.hasObjectiveValue</a></div><div class="ttdeci">.lang.Override boolean hasObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01469">MPSolutionResponse.java:1469</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a5b4cb40be756bbfa0c018d479e9b170c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a5b4cb40be756bbfa0c018d479e9b170c">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsOrBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02467">MPSolutionResponse.java:2467</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ab91122b9e778e8ae99b9d66572962072"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ab91122b9e778e8ae99b9d66572962072">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getStatusStr</a></div><div class="ttdeci">java.lang.String getStatusStr()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01357">MPSolutionResponse.java:1357</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aaaa88f0307d3cdabfaa65031e1239dd6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aaaa88f0307d3cdabfaa65031e1239dd6">com.google.ortools.linearsolver.MPSolutionResponse.hasSolveInfo</a></div><div class="ttdeci">.lang.Override boolean hasSolveInfo()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00441">MPSolutionResponse.java:441</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_ad9c7bdd857ca6c970b0d1ba4dadb1f66"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#ad9c7bdd857ca6c970b0d1ba4dadb1f66">com.google.ortools.linearsolver.MPSolveInfo.equals</a></div><div class="ttdeci">.lang.Override boolean equals(final java.lang.Object obj)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00192">MPSolveInfo.java:192</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_a77db07dbc1f747f14c5df841ccf5a14c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#a77db07dbc1f747f14c5df841ccf5a14c">com.google.ortools.linearsolver.MPSolveInfo.toBuilder</a></div><div class="ttdeci">.lang.Override Builder toBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00318">MPSolveInfo.java:318</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a52f158885e169df1f25a7d5ecd57338b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a52f158885e169df1f25a7d5ecd57338b">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsBuilderList</a></div><div class="ttdeci">java.util.List&lt; com.google.ortools.linearsolver.MPSolution.Builder &gt; getAdditionalSolutionsBuilderList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02536">MPSolutionResponse.java:2536</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a0ebf8025544f25e46fd5af6446a40cbc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a0ebf8025544f25e46fd5af6446a40cbc">com.google.ortools.linearsolver.MPSolutionResponse.REDUCED_COST_FIELD_NUMBER</a></div><div class="ttdeci">static final int REDUCED_COST_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00527">MPSolutionResponse.java:527</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a933d518fc16e760775083e723eb80b9a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a933d518fc16e760775083e723eb80b9a">com.google.ortools.linearsolver.MPSolutionResponse.Builder.internalGetFieldAccessorTable</a></div><div class="ttdeci">.lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00992">MPSolutionResponse.java:992</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a41ddfb3923fdbf2c9c674af2683701af"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a41ddfb3923fdbf2c9c674af2683701af">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearVariableValue</a></div><div class="ttdeci">Builder clearVariableValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01705">MPSolutionResponse.java:1705</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a56c1f2e7e7412e89a7ae66ee58b8db35"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a56c1f2e7e7412e89a7ae66ee58b8db35">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setStatusStrBytes</a></div><div class="ttdeci">Builder setStatusStrBytes(com.google.protobuf.ByteString value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01446">MPSolutionResponse.java:1446</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a075d1d5ccf6f4cd19207c02c1ab842d9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a075d1d5ccf6f4cd19207c02c1ab842d9">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearReducedCost</a></div><div class="ttdeci">Builder clearReducedCost()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02163">MPSolutionResponse.java:2163</a></div></div>
<div class="ttc" id="namespacecom_html"><div class="ttname"><a href="namespacecom.html">com</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder_html_a7651ff5bbb71fa7dda95a1c2ab256f00"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder.html#a7651ff5bbb71fa7dda95a1c2ab256f00">com.google.ortools.linearsolver.MPSolveInfo.Builder.buildPartial</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolveInfo buildPartial()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00395">MPSolveInfo.java:395</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a926e48de7fc6f13847d637a2631d63e9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a926e48de7fc6f13847d637a2631d63e9">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsCount</a></div><div class="ttdeci">int getAdditionalSolutionsCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02211">MPSolutionResponse.java:2211</a></div></div>
<div class="ttc" id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a6af1d88087ccea17d287eb1356407bff"><div class="ttname"><a href="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a6af1d88087ccea17d287eb1356407bff">com.google.ortools.linearsolver.MPSolverResponseStatus.valueOf</a></div><div class="ttdeci">.lang.Deprecated static MPSolverResponseStatus valueOf(int value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolverResponseStatus_8java_source.html#l00318">MPSolverResponseStatus.java:318</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a04003df1ce5d7d440175183fb464df5a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a04003df1ce5d7d440175183fb464df5a">com.google.ortools.linearsolver.MPSolutionResponse.Builder.hasBestObjectiveBound</a></div><div class="ttdeci">.lang.Override boolean hasBestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01534">MPSolutionResponse.java:1534</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ab55eefa0b7ba9d1dec56bf8bb2b996b3"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ab55eefa0b7ba9d1dec56bf8bb2b996b3">com.google.ortools.linearsolver.MPSolutionResponse.hashCode</a></div><div class="ttdeci">.lang.Override int hashCode()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00835">MPSolutionResponse.java:835</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a730a94c88edcb0259fff6b10c4c925af"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a730a94c88edcb0259fff6b10c4c925af">com.google.ortools.linearsolver.MPSolutionResponse.getSolveInfoOrBuilder</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolveInfoOrBuilder getSolveInfoOrBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00468">MPSolutionResponse.java:468</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4d646e800887898ce163ec76b8b959f4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4d646e800887898ce163ec76b8b959f4">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAllVariableValue</a></div><div class="ttdeci">Builder addAllVariableValue(java.lang.Iterable&lt;? extends java.lang.Double &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01687">MPSolutionResponse.java:1687</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4cccefa27c0c36e962ea460029b2e3d1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4cccefa27c0c36e962ea460029b2e3d1">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addRepeatedField</a></div><div class="ttdeci">.lang.Override Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01152">MPSolutionResponse.java:1152</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a34f501e4873d94e64891382bd6514fcc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a34f501e4873d94e64891382bd6514fcc">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setBestObjectiveBound</a></div><div class="ttdeci">Builder setBestObjectiveBound(double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01566">MPSolutionResponse.java:1566</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_abf8f0873dda105ccbbbfb116fdd759d4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#abf8f0873dda105ccbbbfb116fdd759d4">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDualValueList</a></div><div class="ttdeci">java.util.List&lt; java.lang.Double &gt; getDualValueList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01907">MPSolutionResponse.java:1907</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a221ac794aee8f6f6c37069e0bdaa2d72"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a221ac794aee8f6f6c37069e0bdaa2d72">com.google.ortools.linearsolver.MPSolutionResponse.Builder.mergeFrom</a></div><div class="ttdeci">Builder mergeFrom(com.google.ortools.linearsolver.MPSolutionResponse other)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01167">MPSolutionResponse.java:1167</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a9595e84f1a265789b99af6f10e024e33"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a9595e84f1a265789b99af6f10e024e33">com.google.ortools.linearsolver.MPSolutionResponse.getUnknownFields</a></div><div class="ttdeci">.lang.Override final com.google.protobuf.UnknownFieldSet getUnknownFields()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00040">MPSolutionResponse.java:40</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a5f7b63b17acb235a17f30cdfe5b7b563"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a5f7b63b17acb235a17f30cdfe5b7b563">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDualValueCount</a></div><div class="ttdeci">int getDualValueCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01924">MPSolutionResponse.java:1924</a></div></div>
<div class="ttc" id="namespacecom_1_1google_1_1ortools_1_1linearsolver_html"><div class="ttname"><a href="namespacecom_1_1google_1_1ortools_1_1linearsolver.html">com.google.ortools.linearsolver</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearSolver_8java_source.html#l00004">LinearSolver.java:4</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ae475226fdfe6d1cdd8c2846f2399f17f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ae475226fdfe6d1cdd8c2846f2399f17f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.hasSolveInfo</a></div><div class="ttdeci">boolean hasSolveInfo()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01725">MPSolutionResponse.java:1725</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a3597e4fb21b4762fbe2e0d5fd8bfe7d5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a3597e4fb21b4762fbe2e0d5fd8bfe7d5">com.google.ortools.linearsolver.MPSolutionResponse.getReducedCostList</a></div><div class="ttdeci">.lang.Override java.util.List&lt; java.lang.Double &gt; getReducedCostList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00544">MPSolutionResponse.java:544</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a933d518fc16e760775083e723eb80b9a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a933d518fc16e760775083e723eb80b9a">com.google.ortools.linearsolver.MPSolutionResponse.internalGetFieldAccessorTable</a></div><div class="ttdeci">.lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00213">MPSolutionResponse.java:213</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ae227d8e44dab56441693103e8e965574"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ae227d8e44dab56441693103e8e965574">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addVariableValue</a></div><div class="ttdeci">Builder addVariableValue(double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01670">MPSolutionResponse.java:1670</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_afed76e2d97b5f1b69aa4c2e32de27a64"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#afed76e2d97b5f1b69aa4c2e32de27a64">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearOneof</a></div><div class="ttdeci">.lang.Override Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01141">MPSolutionResponse.java:1141</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_aa3cac801ab284b97467917ec84563a5f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#aa3cac801ab284b97467917ec84563a5f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.buildPartial</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolutionResponse buildPartial()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01068">MPSolutionResponse.java:1068</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a609cd7a880b7f9790412d91a3cbd7a36"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a609cd7a880b7f9790412d91a3cbd7a36">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00900">MPSolutionResponse.java:900</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a9784c919a09ca2a5340cc57235b5fb36"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a9784c919a09ca2a5340cc57235b5fb36">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getVariableValueList</a></div><div class="ttdeci">java.util.List&lt; java.lang.Double &gt; getVariableValueList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01609">MPSolutionResponse.java:1609</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a7314de9d8d28c72925a9dd0035d42456"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a7314de9d8d28c72925a9dd0035d42456">com.google.ortools.linearsolver.MPSolutionResponse.DUAL_VALUE_FIELD_NUMBER</a></div><div class="ttdeci">static final int DUAL_VALUE_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00472">MPSolutionResponse.java:472</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a24a2e300d7a0a76a1774047904734854"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a24a2e300d7a0a76a1774047904734854">com.google.ortools.linearsolver.MPSolutionResponse.BEST_OBJECTIVE_BOUND_FIELD_NUMBER</a></div><div class="ttdeci">static final int BEST_OBJECTIVE_BOUND_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00347">MPSolutionResponse.java:347</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_af4059e020506582f0c0b2e87c904967e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#af4059e020506582f0c0b2e87c904967e">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setStatus</a></div><div class="ttdeci">Builder setStatus(com.google.ortools.linearsolver.MPSolverResponseStatus value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01307">MPSolutionResponse.java:1307</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a5df599d114f2e2c14f929edc26c3c89e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a5df599d114f2e2c14f929edc26c3c89e">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDescriptorForType</a></div><div class="ttdeci">.lang.Override com.google.protobuf.Descriptors.Descriptor getDescriptorForType()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01049">MPSolutionResponse.java:1049</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ada120643f7710d9df7cad50d6ab2ac51"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ada120643f7710d9df7cad50d6ab2ac51">com.google.ortools.linearsolver.MPSolutionResponse.getDescriptor</a></div><div class="ttdeci">static final com.google.protobuf.Descriptors.Descriptor getDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00207">MPSolutionResponse.java:207</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a7a9cea0f6e267c06d4c85095c5e07815"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a7a9cea0f6e267c06d4c85095c5e07815">com.google.ortools.linearsolver.MPSolutionResponse.parser</a></div><div class="ttdeci">static com.google.protobuf.Parser&lt; MPSolutionResponse &gt; parser()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02590">MPSolutionResponse.java:2590</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_a7c955a1cd84d534b80073faa378309a0"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#a7c955a1cd84d534b80073faa378309a0">com.google.ortools.linearsolver.MPSolveInfo.getDefaultInstance</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolveInfo getDefaultInstance()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00623">MPSolveInfo.java:623</a></div></div>
<div class="ttc" id="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_abf8ae97ec669a99f7241188e6665fc68"><div class="ttname"><a href="enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#abf8ae97ec669a99f7241188e6665fc68">com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_UNKNOWN_STATUS</a></div><div class="ttdeci">MPSOLVER_UNKNOWN_STATUS</div><div class="ttdef"><b>Definition:</b> <a href="MPSolverResponseStatus_8java_source.html#l00114">MPSolverResponseStatus.java:114</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ada120643f7710d9df7cad50d6ab2ac51"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ada120643f7710d9df7cad50d6ab2ac51">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDescriptor</a></div><div class="ttdeci">static final com.google.protobuf.Descriptors.Descriptor getDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00986">MPSolutionResponse.java:986</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver.html">com.google.ortools.linearsolver.LinearSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearSolver_8java_source.html#l00006">LinearSolver.java:6</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a63f3d725a2199a818dd7b531516d8d05"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a63f3d725a2199a818dd7b531516d8d05">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getSolveInfo</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolveInfo getSolveInfo()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01738">MPSolutionResponse.java:1738</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a824077b937a496b26421309b1b559ce5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a824077b937a496b26421309b1b559ce5">com.google.ortools.linearsolver.MPSolutionResponse.STATUS_STR_FIELD_NUMBER</a></div><div class="ttdeci">static final int STATUS_STR_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00247">MPSolutionResponse.java:247</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a7d264f44fa370364fb0b4ffcc84b93cc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a7d264f44fa370364fb0b4ffcc84b93cc">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutions</a></div><div class="ttdeci">Builder addAdditionalSolutions(com.google.ortools.linearsolver.MPSolution value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02294">MPSolutionResponse.java:2294</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a74b2cb509d76ac7a5118597aa87a60f8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a74b2cb509d76ac7a5118597aa87a60f8">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getBestObjectiveBound</a></div><div class="ttdeci">.lang.Override double getBestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01550">MPSolutionResponse.java:1550</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a96dea02c104b9700b72d0c6ac397cfd4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a96dea02c104b9700b72d0c6ac397cfd4">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDualValue</a></div><div class="ttdeci">double getDualValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01941">MPSolutionResponse.java:1941</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder_html_a916dae08dfc215ec61d3721b0eed6631"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder.html#a916dae08dfc215ec61d3721b0eed6631">com.google.ortools.linearsolver.MPSolveInfo.Builder.mergeFrom</a></div><div class="ttdeci">.lang.Override Builder mergeFrom(com.google.protobuf.Message other)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00445">MPSolveInfo.java:445</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_a0ee1946aab9c205e38569cba2379f057"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#a0ee1946aab9c205e38569cba2379f057">com.google.ortools.linearsolver.MPSolveInfo.PARSER</a></div><div class="ttdeci">.lang.Deprecated static final com.google.protobuf.Parser&lt; MPSolveInfo &gt; PARSER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00628">MPSolveInfo.java:628</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html">com.google.ortools.linearsolver.MPSolutionResponse</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00013">MPSolutionResponse.java:13</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a8d82e6413e0dc8981b3f18f8b796fba0"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a8d82e6413e0dc8981b3f18f8b796fba0">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAllReducedCost</a></div><div class="ttdeci">Builder addAllReducedCost(java.lang.Iterable&lt;? extends java.lang.Double &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02142">MPSolutionResponse.java:2142</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a78e1553c87c4b0e5a7f43cc82ce312ec"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a78e1553c87c4b0e5a7f43cc82ce312ec">com.google.ortools.linearsolver.MPSolution.getDefaultInstance</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolution getDefaultInstance()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolution_8java_source.html#l00659">MPSolution.java:659</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a3ecb3d9fa849bfc0564082411574a37f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a3ecb3d9fa849bfc0564082411574a37f">com.google.ortools.linearsolver.MPSolutionResponse.OBJECTIVE_VALUE_FIELD_NUMBER</a></div><div class="ttdeci">static final int OBJECTIVE_VALUE_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00316">MPSolutionResponse.java:316</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_adf3c356cecc257c4ac6fc3b54dcaf0b4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#adf3c356cecc257c4ac6fc3b54dcaf0b4">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolution.Builder getAdditionalSolutionsBuilder(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02452">MPSolutionResponse.java:2452</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_aa44114a88470d4a38955f1badf91b008"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#aa44114a88470d4a38955f1badf91b008">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearBestObjectiveBound</a></div><div class="ttdeci">Builder clearBestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01584">MPSolutionResponse.java:1584</a></div></div>
<div class="ttc" id="namespacecom_1_1google_1_1ortools_html"><div class="ttname"><a href="namespacecom_1_1google_1_1ortools.html">com.google.ortools</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a12a5671bbb2b3c3ae8d9db63eb766c7d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a12a5671bbb2b3c3ae8d9db63eb766c7d">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addReducedCost</a></div><div class="ttdeci">Builder addReducedCost(double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02122">MPSolutionResponse.java:2122</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ad9c7bdd857ca6c970b0d1ba4dadb1f66"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ad9c7bdd857ca6c970b0d1ba4dadb1f66">com.google.ortools.linearsolver.MPSolutionResponse.equals</a></div><div class="ttdeci">.lang.Override boolean equals(final java.lang.Object obj)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00787">MPSolutionResponse.java:787</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a038cd44c18d5b393c1f6ffe0ed8b6a32"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a038cd44c18d5b393c1f6ffe0ed8b6a32">com.google.ortools.linearsolver.MPSolutionResponse.getStatusStrBytes</a></div><div class="ttdeci">.lang.Override com.google.protobuf.ByteString getStatusStrBytes()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00303">MPSolutionResponse.java:303</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_acab334d7dcecf2ae3efa8e973142c563"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#acab334d7dcecf2ae3efa8e973142c563">com.google.ortools.linearsolver.MPSolutionResponse.newInstance</a></div><div class="ttdeci">.lang.Override java.lang.Object newInstance(UnusedPrivateParameter unused)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00033">MPSolutionResponse.java:33</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a9d7f280d5bfbcf64db93e19792f6eea6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a9d7f280d5bfbcf64db93e19792f6eea6">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getVariableValueCount</a></div><div class="ttdeci">int getVariableValueCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01623">MPSolutionResponse.java:1623</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a401adfed369d510f3437d16bccf924c3"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a401adfed369d510f3437d16bccf924c3">com.google.ortools.linearsolver.MPSolutionResponse.newBuilderForType</a></div><div class="ttdeci">.lang.Override Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00969">MPSolutionResponse.java:969</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a38d98e9ff7bd6e57fa8bfca4f8d77971"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a38d98e9ff7bd6e57fa8bfca4f8d77971">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearObjectiveValue</a></div><div class="ttdeci">Builder clearObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01513">MPSolutionResponse.java:1513</a></div></div>
<div class="ttc" id="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponseOrBuilder_html"><div class="ttname"><a href="interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponseOrBuilder.html">com.google.ortools.linearsolver.MPSolutionResponseOrBuilder</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponseOrBuilder_8java_source.html#l00006">MPSolutionResponseOrBuilder.java:6</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html">com.google.ortools.linearsolver.MPSolutionResponse.Builder</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00981">MPSolutionResponse.java:981</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a438938e0ab2217025d59e1bc3478b38a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a438938e0ab2217025d59e1bc3478b38a">com.google.ortools.linearsolver.MPSolutionResponse.hasStatusStr</a></div><div class="ttdeci">.lang.Override boolean hasStatusStr()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00261">MPSolutionResponse.java:261</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a9be121e29310e78f85bce99339c0015c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a9be121e29310e78f85bce99339c0015c">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearStatus</a></div><div class="ttdeci">Builder clearStatus()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01324">MPSolutionResponse.java:1324</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_af5d18ad987f46f34bc16e14dd69ad465"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#af5d18ad987f46f34bc16e14dd69ad465">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearField</a></div><div class="ttdeci">.lang.Override Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01136">MPSolutionResponse.java:1136</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ac261cc93edab75dd02a28cfcd261b8c5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ac261cc93edab75dd02a28cfcd261b8c5">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(java.io.InputStream input)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00916">MPSolutionResponse.java:916</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a69ec051eb67c7782f6b577c3ed7c80c4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a69ec051eb67c7782f6b577c3ed7c80c4">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutionsBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolution.Builder addAdditionalSolutionsBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02504">MPSolutionResponse.java:2504</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a88c727d2a73b0a51a28712f029f6b93f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a88c727d2a73b0a51a28712f029f6b93f">com.google.ortools.linearsolver.MPSolutionResponse.getObjectiveValue</a></div><div class="ttdeci">.lang.Override double getObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00343">MPSolutionResponse.java:343</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a63d95c0c5c28a675a6eeab34caabe56e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a63d95c0c5c28a675a6eeab34caabe56e">com.google.ortools.linearsolver.MPSolutionResponse.getParserForType</a></div><div class="ttdeci">.lang.Override com.google.protobuf.Parser&lt; MPSolutionResponse &gt; getParserForType()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02595">MPSolutionResponse.java:2595</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a80c7547e0008f5c484d2c9dd6aafd0f9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a80c7547e0008f5c484d2c9dd6aafd0f9">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00910">MPSolutionResponse.java:910</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a1ea59f3d8818ef9af6597a926341314e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a1ea59f3d8818ef9af6597a926341314e">com.google.ortools.linearsolver.MPSolutionResponse.newBuilder</a></div><div class="ttdeci">static Builder newBuilder(com.google.ortools.linearsolver.MPSolutionResponse prototype)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00959">MPSolutionResponse.java:959</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a542b6d7ba65ac8ab25e1a42debda37ab"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a542b6d7ba65ac8ab25e1a42debda37ab">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clear</a></div><div class="ttdeci">.lang.Override Builder clear()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01016">MPSolutionResponse.java:1016</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html">com.google.ortools.linearsolver.MPSolveInfo</a></div><div class="ttdoc">Protobuf type.</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00009">MPSolveInfo.java:9</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_abd2e6d539cb9cc451d3cf3d00a3c9c18"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#abd2e6d539cb9cc451d3cf3d00a3c9c18">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAdditionalSolutionsBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolution.Builder addAdditionalSolutionsBuilder(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02519">MPSolutionResponse.java:2519</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ad4212b4f797f87f2805ba5072d2f889f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ad4212b4f797f87f2805ba5072d2f889f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setSolveInfo</a></div><div class="ttdeci">Builder setSolveInfo(com.google.ortools.linearsolver.MPSolveInfo.Builder builderForValue)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01776">MPSolutionResponse.java:1776</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a25248f61ccf3c40dd9f457b10f5e0a28"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a25248f61ccf3c40dd9f457b10f5e0a28">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearStatusStr</a></div><div class="ttdeci">Builder clearStatusStr()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01428">MPSolutionResponse.java:1428</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ad2360f7c4192be7ff854af025a2f7270"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ad2360f7c4192be7ff854af025a2f7270">com.google.ortools.linearsolver.MPSolutionResponse.getAdditionalSolutionsCount</a></div><div class="ttdeci">.lang.Override int getAdditionalSolutionsCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00627">MPSolutionResponse.java:627</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a28c5f5338b65523535d870ccbb895e24"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a28c5f5338b65523535d870ccbb895e24">com.google.ortools.linearsolver.MPSolutionResponse.Builder.mergeSolveInfo</a></div><div class="ttdeci">Builder mergeSolveInfo(com.google.ortools.linearsolver.MPSolveInfo value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01796">MPSolutionResponse.java:1796</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a32247777d57d4e965b2e70efe3218510"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a32247777d57d4e965b2e70efe3218510">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setRepeatedField</a></div><div class="ttdeci">.lang.Override Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01146">MPSolutionResponse.java:1146</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ad4c35acf2d13c654bdf4c231402d8e5b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ad4c35acf2d13c654bdf4c231402d8e5b">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clone</a></div><div class="ttdeci">.lang.Override Builder clone()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01126">MPSolutionResponse.java:1126</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4d8f7de4d21cb58c48445ef7980136b8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4d8f7de4d21cb58c48445ef7980136b8">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutionsList</a></div><div class="ttdeci">java.util.List&lt; com.google.ortools.linearsolver.MPSolution &gt; getAdditionalSolutionsList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02193">MPSolutionResponse.java:2193</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a9753102889dba05475bd6a85d09d1880"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a9753102889dba05475bd6a85d09d1880">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearSolveInfo</a></div><div class="ttdeci">Builder clearSolveInfo()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01822">MPSolutionResponse.java:1822</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a7cd5bca5aa95706db9245a2ef088d070"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a7cd5bca5aa95706db9245a2ef088d070">com.google.ortools.linearsolver.MPSolutionResponse.Builder.removeAdditionalSolutions</a></div><div class="ttdeci">Builder removeAdditionalSolutions(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02431">MPSolutionResponse.java:2431</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_ab55eefa0b7ba9d1dec56bf8bb2b996b3"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#ab55eefa0b7ba9d1dec56bf8bb2b996b3">com.google.ortools.linearsolver.MPSolveInfo.hashCode</a></div><div class="ttdeci">.lang.Override int hashCode()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00218">MPSolveInfo.java:218</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_aa96f2dce2798c2d44604fdd4e9c64803"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#aa96f2dce2798c2d44604fdd4e9c64803">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getSolveInfoOrBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolveInfoOrBuilder getSolveInfoOrBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01855">MPSolutionResponse.java:1855</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_html_aeff24d3f13ca1e88dc9427c640b64314"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo.html#aeff24d3f13ca1e88dc9427c640b64314">com.google.ortools.linearsolver.MPSolveInfo.newBuilder</a></div><div class="ttdeci">static Builder newBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00311">MPSolveInfo.java:311</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a813eab1fc00c769aad910c480868972b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a813eab1fc00c769aad910c480868972b">com.google.ortools.linearsolver.MPSolutionResponse.writeTo</a></div><div class="ttdeci">.lang.Override void writeTo(com.google.protobuf.CodedOutputStream output)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00674">MPSolutionResponse.java:674</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a9d7f280d5bfbcf64db93e19792f6eea6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a9d7f280d5bfbcf64db93e19792f6eea6">com.google.ortools.linearsolver.MPSolutionResponse.getVariableValueCount</a></div><div class="ttdeci">int getVariableValueCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00409">MPSolutionResponse.java:409</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_af331a94dad344aa40dc2a6ce761cdb4f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#af331a94dad344aa40dc2a6ce761cdb4f">com.google.ortools.linearsolver.MPSolutionResponse.hasObjectiveValue</a></div><div class="ttdeci">.lang.Override boolean hasObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00329">MPSolutionResponse.java:329</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a793fad10739ca74825a5dffb7954bda6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a793fad10739ca74825a5dffb7954bda6">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getVariableValue</a></div><div class="ttdeci">double getVariableValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01637">MPSolutionResponse.java:1637</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aa80191660ea4bdcacd6e06e21e92a63b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aa80191660ea4bdcacd6e06e21e92a63b">com.google.ortools.linearsolver.MPSolutionResponse.getAdditionalSolutionsList</a></div><div class="ttdeci">.lang.Override java.util.List&lt; com.google.ortools.linearsolver.MPSolution &gt; getAdditionalSolutionsList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00596">MPSolutionResponse.java:596</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a3d02929923a618e7dbf73e67d752f7dc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a3d02929923a618e7dbf73e67d752f7dc">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setStatusStr</a></div><div class="ttdeci">Builder setStatusStr(java.lang.String value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01407">MPSolutionResponse.java:1407</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4379ec4dfac2b06d517f2d5b51ed799f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4379ec4dfac2b06d517f2d5b51ed799f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getDefaultInstanceForType</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolutionResponse getDefaultInstanceForType()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01054">MPSolutionResponse.java:1054</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aa6d7be2061d1b7deb12e2b79790a8da9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aa6d7be2061d1b7deb12e2b79790a8da9">com.google.ortools.linearsolver.MPSolutionResponse.parseDelimitedFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00933">MPSolutionResponse.java:933</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a3e05e91aa90c10970a9aafb7b561e218"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a3e05e91aa90c10970a9aafb7b561e218">com.google.ortools.linearsolver.MPSolutionResponse.Builder.mergeUnknownFields</a></div><div class="ttdeci">.lang.Override final Builder mergeUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02560">MPSolutionResponse.java:2560</a></div></div>
<div class="ttc" id="namespacecom_1_1google_html"><div class="ttname"><a href="namespacecom_1_1google.html">com.google</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a9eca6f7f4dbcb99a7fdc24af36b2a29a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a9eca6f7f4dbcb99a7fdc24af36b2a29a">com.google.ortools.linearsolver.MPSolutionResponse.SOLVE_INFO_FIELD_NUMBER</a></div><div class="ttdeci">static final int SOLVE_INFO_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00428">MPSolutionResponse.java:428</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a80312963fc6fe6339f5f32bc35ba6625"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a80312963fc6fe6339f5f32bc35ba6625">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00889">MPSolutionResponse.java:889</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ae0c03f66accb016ed8bb75299d15fd7f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ae0c03f66accb016ed8bb75299d15fd7f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.hasStatusStr</a></div><div class="ttdeci">boolean hasStatusStr()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01343">MPSolutionResponse.java:1343</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a968cb605190759c690e5a97cdc0bb4a1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a968cb605190759c690e5a97cdc0bb4a1">com.google.ortools.linearsolver.MPSolutionResponse.isInitialized</a></div><div class="ttdeci">.lang.Override final boolean isInitialized()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00664">MPSolutionResponse.java:664</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a9b6421161a48bae5dcea8175cc0e8c3a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a9b6421161a48bae5dcea8175cc0e8c3a">com.google.ortools.linearsolver.MPSolutionResponse.getDualValueList</a></div><div class="ttdeci">.lang.Override java.util.List&lt; java.lang.Double &gt; getDualValueList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00489">MPSolutionResponse.java:489</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a96dea02c104b9700b72d0c6ac397cfd4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a96dea02c104b9700b72d0c6ac397cfd4">com.google.ortools.linearsolver.MPSolutionResponse.getDualValue</a></div><div class="ttdeci">double getDualValue(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00522">MPSolutionResponse.java:522</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a3338cccf051414170b5e3794e6c56a71"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a3338cccf051414170b5e3794e6c56a71">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(com.google.protobuf.CodedInputStream input)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00940">MPSolutionResponse.java:940</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a9381c488f2f6c8bf082bcf72fcff646f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a9381c488f2f6c8bf082bcf72fcff646f">com.google.ortools.linearsolver.MPSolutionResponse.VARIABLE_VALUE_FIELD_NUMBER</a></div><div class="ttdeci">static final int VARIABLE_VALUE_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00382">MPSolutionResponse.java:382</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a684289674310cd3c176c9c969600fd3a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a684289674310cd3c176c9c969600fd3a">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getAdditionalSolutions</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolution getAdditionalSolutions(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02229">MPSolutionResponse.java:2229</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ad6f511b39e46ac77a227f705d26673a8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ad6f511b39e46ac77a227f705d26673a8">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getReducedCostList</a></div><div class="ttdeci">java.util.List&lt; java.lang.Double &gt; getReducedCostList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02049">MPSolutionResponse.java:2049</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a8417f15fdd92a926d17101e44eea4e34"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a8417f15fdd92a926d17101e44eea4e34">com.google.ortools.linearsolver.MPSolutionResponse.getStatusStr</a></div><div class="ttdeci">.lang.Override java.lang.String getStatusStr()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00276">MPSolutionResponse.java:276</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a4379ec4dfac2b06d517f2d5b51ed799f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a4379ec4dfac2b06d517f2d5b51ed799f">com.google.ortools.linearsolver.MPSolutionResponse.getDefaultInstanceForType</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolutionResponse getDefaultInstanceForType()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02600">MPSolutionResponse.java:2600</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a74b2cb509d76ac7a5118597aa87a60f8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a74b2cb509d76ac7a5118597aa87a60f8">com.google.ortools.linearsolver.MPSolutionResponse.getBestObjectiveBound</a></div><div class="ttdeci">.lang.Override double getBestObjectiveBound()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00378">MPSolutionResponse.java:378</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a52b18733c794c53e9f619b60bd54b49b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a52b18733c794c53e9f619b60bd54b49b">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00921">MPSolutionResponse.java:921</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a968cb605190759c690e5a97cdc0bb4a1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a968cb605190759c690e5a97cdc0bb4a1">com.google.ortools.linearsolver.MPSolutionResponse.Builder.isInitialized</a></div><div class="ttdeci">.lang.Override final boolean isInitialized()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01248">MPSolutionResponse.java:1248</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_aeff24d3f13ca1e88dc9427c640b64314"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#aeff24d3f13ca1e88dc9427c640b64314">com.google.ortools.linearsolver.MPSolutionResponse.newBuilder</a></div><div class="ttdeci">static Builder newBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00956">MPSolutionResponse.java:956</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a7a484474c36faf426657f0e94c090dbb"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a7a484474c36faf426657f0e94c090dbb">com.google.ortools.linearsolver.MPSolutionResponse.newBuilderForType</a></div><div class="ttdeci">.lang.Override Builder newBuilderForType()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00955">MPSolutionResponse.java:955</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a88242c843604faad91e12db5aaf5bfe8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a88242c843604faad91e12db5aaf5bfe8">com.google.ortools.linearsolver.MPSolutionResponse.getVariableValueList</a></div><div class="ttdeci">.lang.Override java.util.List&lt; java.lang.Double &gt; getVariableValueList()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00396">MPSolutionResponse.java:396</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html">com.google.ortools.linearsolver.MPSolution</a></div><div class="ttdoc">Protobuf type.</div><div class="ttdef"><b>Definition:</b> <a href="MPSolution_8java_source.html#l00009">MPSolution.java:9</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a0e86ac2dbf86ffe6364b667561e68404"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a0e86ac2dbf86ffe6364b667561e68404">com.google.ortools.linearsolver.MPSolutionResponse.parseFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00946">MPSolutionResponse.java:946</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a8f3f86230de754157f99d0c170f17137"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a8f3f86230de754157f99d0c170f17137">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getSolveInfoBuilder</a></div><div class="ttdeci">com.google.ortools.linearsolver.MPSolveInfo.Builder getSolveInfoBuilder()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01841">MPSolutionResponse.java:1841</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a400cebc215b6900b5d0f2ca89f197e6b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a400cebc215b6900b5d0f2ca89f197e6b">com.google.ortools.linearsolver.MPSolutionResponse.Builder.hasStatus</a></div><div class="ttdeci">.lang.Override boolean hasStatus()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01281">MPSolutionResponse.java:1281</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_ae281124732432b2600cc910ec5d83bad"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#ae281124732432b2600cc910ec5d83bad">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getReducedCostCount</a></div><div class="ttdeci">int getReducedCostCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02066">MPSolutionResponse.java:2066</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a88c727d2a73b0a51a28712f029f6b93f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a88c727d2a73b0a51a28712f029f6b93f">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getObjectiveValue</a></div><div class="ttdeci">.lang.Override double getObjectiveValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01483">MPSolutionResponse.java:1483</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a400cebc215b6900b5d0f2ca89f197e6b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a400cebc215b6900b5d0f2ca89f197e6b">com.google.ortools.linearsolver.MPSolutionResponse.hasStatus</a></div><div class="ttdeci">.lang.Override boolean hasStatus()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00230">MPSolutionResponse.java:230</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a511d727e72dc7fe6c1757a001112ee1a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a511d727e72dc7fe6c1757a001112ee1a">com.google.ortools.linearsolver.MPSolutionResponse.PARSER</a></div><div class="ttdeci">.lang.Deprecated static final com.google.protobuf.Parser&lt; MPSolutionResponse &gt; PARSER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02580">MPSolutionResponse.java:2580</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a8342b02c43d81069adc3e820423d92ac"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a8342b02c43d81069adc3e820423d92ac">com.google.ortools.linearsolver.MPSolutionResponse.getSerializedSize</a></div><div class="ttdeci">.lang.Override int getSerializedSize()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00720">MPSolutionResponse.java:720</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a8612c86b5dd6d9337fb16fc42e72ebf5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a8612c86b5dd6d9337fb16fc42e72ebf5">com.google.ortools.linearsolver.MPSolutionResponse.Builder.getReducedCost</a></div><div class="ttdeci">double getReducedCost(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02083">MPSolutionResponse.java:2083</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a6a0381778bec0eb738af5338cc98f69a"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a6a0381778bec0eb738af5338cc98f69a">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setDualValue</a></div><div class="ttdeci">Builder setDualValue(int index, double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01959">MPSolutionResponse.java:1959</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4774ecf5a4b09e9ccc67a7989ce34869"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4774ecf5a4b09e9ccc67a7989ce34869">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addDualValue</a></div><div class="ttdeci">Builder addDualValue(double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01980">MPSolutionResponse.java:1980</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_af5e013cc7b083712347caa09f24b0fa6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#af5e013cc7b083712347caa09f24b0fa6">com.google.ortools.linearsolver.MPSolutionResponse.Builder.clearDualValue</a></div><div class="ttdeci">Builder clearDualValue()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02021">MPSolutionResponse.java:2021</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a179dea476e37104a9432501a0063ccc5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a179dea476e37104a9432501a0063ccc5">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setAdditionalSolutions</a></div><div class="ttdeci">Builder setAdditionalSolutions(int index, com.google.ortools.linearsolver.MPSolution value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02247">MPSolutionResponse.java:2247</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_afbcbc6030d2235a0b5117f2fc164c1d3"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#afbcbc6030d2235a0b5117f2fc164c1d3">com.google.ortools.linearsolver.MPSolutionResponse.parseDelimitedFrom</a></div><div class="ttdeci">static com.google.ortools.linearsolver.MPSolutionResponse parseDelimitedFrom(java.io.InputStream input)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00928">MPSolutionResponse.java:928</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a371455c74cd74ddcffd8c509497b30bd"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a371455c74cd74ddcffd8c509497b30bd">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAllAdditionalSolutions</a></div><div class="ttdeci">Builder addAllAdditionalSolutions(java.lang.Iterable&lt;? extends com.google.ortools.linearsolver.MPSolution &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02387">MPSolutionResponse.java:2387</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ac01065582679fb7025f9c902e1bf6786"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ac01065582679fb7025f9c902e1bf6786">com.google.ortools.linearsolver.MPSolutionResponse.getStatus</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00241">MPSolutionResponse.java:241</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a5b49f4376f80de51d77167d063fb3e99"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a5b49f4376f80de51d77167d063fb3e99">com.google.ortools.linearsolver.MPSolution.PARSER</a></div><div class="ttdeci">.lang.Deprecated static final com.google.protobuf.Parser&lt; MPSolution &gt; PARSER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolution_8java_source.html#l00664">MPSolution.java:664</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a11f9f2c7325d0d62907e0a31a47a9d3d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a11f9f2c7325d0d62907e0a31a47a9d3d">com.google.ortools.linearsolver.MPSolutionResponse.Builder.build</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolutionResponse build()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01059">MPSolutionResponse.java:1059</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_a3042b6dc9ce472f281397022391a3008"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#a3042b6dc9ce472f281397022391a3008">com.google.ortools.linearsolver.MPSolutionResponse.getAdditionalSolutions</a></div><div class="ttdeci">.lang.Override com.google.ortools.linearsolver.MPSolution getAdditionalSolutions(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00642">MPSolutionResponse.java:642</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ae281124732432b2600cc910ec5d83bad"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ae281124732432b2600cc910ec5d83bad">com.google.ortools.linearsolver.MPSolutionResponse.getReducedCostCount</a></div><div class="ttdeci">int getReducedCostCount()</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00560">MPSolutionResponse.java:560</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a29cb2d6e078130bc33cbb0c4e4363843"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a29cb2d6e078130bc33cbb0c4e4363843">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setField</a></div><div class="ttdeci">.lang.Override Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01130">MPSolutionResponse.java:1130</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a4e98447f2ab9050a2d9e707b8c847c13"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a4e98447f2ab9050a2d9e707b8c847c13">com.google.ortools.linearsolver.MPSolutionResponse.Builder.setVariableValue</a></div><div class="ttdeci">Builder setVariableValue(int index, double value)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l01652">MPSolutionResponse.java:1652</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolveInfo_1_1Builder.html">com.google.ortools.linearsolver.MPSolveInfo.Builder</a></div><div class="ttdoc">Protobuf type.</div><div class="ttdef"><b>Definition:</b> <a href="MPSolveInfo_8java_source.html#l00332">MPSolveInfo.java:332</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_html_ada7e713d404798414a054e44a012c90d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse.html#ada7e713d404798414a054e44a012c90d">com.google.ortools.linearsolver.MPSolutionResponse.ADDITIONAL_SOLUTIONS_FIELD_NUMBER</a></div><div class="ttdeci">static final int ADDITIONAL_SOLUTIONS_FIELD_NUMBER</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l00582">MPSolutionResponse.java:582</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder_html_a1fef03ed15fc51d37b6f9a988b26425d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionResponse_1_1Builder.html#a1fef03ed15fc51d37b6f9a988b26425d">com.google.ortools.linearsolver.MPSolutionResponse.Builder.addAllDualValue</a></div><div class="ttdeci">Builder addAllDualValue(java.lang.Iterable&lt;? extends java.lang.Double &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="MPSolutionResponse_8java_source.html#l02000">MPSolutionResponse.java:2000</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
2019-07-04 15:11:35 +02:00
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>