2021-04-27 23:00:03 +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 >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2021-12-14 13:41:01 +01:00
< span id = "sfml" > Google OR-Tools 9.2< / span >
2021-04-27 23:00:03 +02:00
< / div >
< / div >
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
< h2 > Java Reference< / h2 >
< 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 >
< div id = "content" >
< div align = "center" >
< h1 style = "color: #145A32;" > Java Reference< / h1 >
< / div >
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2021-04-27 23:00:03 +02:00
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2021-04-27 23:00:03 +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" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-04-27 23:00:03 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */< / script >
2021-04-27 23:00:03 +02:00
< 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">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('MPSolution_8java_source.html','');});
2021-04-27 23:00:03 +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 >
< div class = "header" >
2022-01-16 18:02:36 +01:00
< div class = "headertitle" >
< div class = "title" > MPSolution.java< / div > < / div >
2021-04-27 23:00:03 +02:00
< / div > <!-- header -->
< div class = "contents" >
2022-01-16 18:02:36 +01:00
< a href = "MPSolution_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 >   < 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 >   < span class = "comment" > // source: ortools/linear_solver/linear_solver.proto< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "keyword" > package < / span > com.google.ortools.linearsolver;< / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html" > 9< / a > < / span >   < 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_1MPSolution.html" > MPSolution< / a > < span class = "keyword" > extends< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < a class = "code" href = "namespacecom.html" > com< / a > .google.protobuf.GeneratedMessageV3 implements< / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "comment" > // @@protoc_insertion_point(message_implements:operations_research.MPSolution)< / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < a class = "code" href = "interfacecom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolutionOrBuilder.html" > MPSolutionOrBuilder< / a > {< / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < 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 = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "comment" > // Use MPSolution.newBuilder() to construct.< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "keyword" > private< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html" > MPSolution< / a > (< a class = "code" href = "namespacecom.html" > com< / a > .< a class = "code" href = "namespacecom_1_1google.html" > google< / a > .protobuf.GeneratedMessageV3.Builder< ?> builder) {< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   super(builder);< / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   }< / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "keyword" > private< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html" > MPSolution< / a > () {< / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   variableValue_ = emptyDoubleList();< / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   }< / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   @java.lang.Override< / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   @SuppressWarnings({< span class = "stringliteral" > " unused" < / span > })< / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#acab334d7dcecf2ae3efa8e973142c563" > 24< / a > < / span >   < span class = "keyword" > protected< / span > java.lang.Object < a class = "code" href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#acab334d7dcecf2ae3efa8e973142c563" > newInstance< / a > (< / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   UnusedPrivateParameter unused) {< / div > < div class = "line" > < a
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_af08d158151d814114e96babb71575799" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#af08d158151d814114e96babb71575799" > com.google.ortools.linearsolver.MPSolution.newBuilder< / a > < / div > < div class = "ttdeci" > static Builder newBuilder(com.google.ortools.linearsolver.MPSolution prototype)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00334" > MPSolution.java:334< / 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_1MPSolution_html_aeff24d3f13ca1e88dc9427c640b64314" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#aeff24d3f13ca1e88dc9427c640b64314" > com.google.ortools.linearsolver.MPSolution.newBuilder< / a > < / div > < div class = "ttdeci" > static Builder newBuilder()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00331" > MPSolution.java:331< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a9d7f280d5bfbcf64db93e19792f6eea6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a9d7f280d5bfbcf64db93e19792f6eea6" > com.google.ortools.linearsolver.MPSolution.Builder.getVariableValueCount< / a > < / div > < div class = "ttdeci" > int getVariableValueCount()< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00579" > MPSolution.java:579< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a2b838f87eb27ecf9d779dba6335512d5" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a2b838f87eb27ecf9d779dba6335512d5" > com.google.ortools.linearsolver.MPSolution.parseDelimitedFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseDelimitedFrom(java.io.InputStream input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00303" > MPSolution.java:303< / 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_1MPSolution_html_a933d518fc16e760775083e723eb80b9a" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a933d518fc16e760775083e723eb80b9a" > com.google.ortools.linearsolver.MPSolution.internalGetFieldAccessorTable< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00108" > MPSolution.java:108< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a290ae22f465e8996adf8f356426908c7" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a290ae22f465e8996adf8f356426908c7" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00501" > MPSolution.java:501< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a32247777d57d4e965b2e70efe3218510" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a32247777d57d4e965b2e70efe3218510" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00454" > MPSolution.java:454< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a7a484474c36faf426657f0e94c090dbb" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a7a484474c36faf426657f0e94c090dbb" > com.google.ortools.linearsolver.MPSolution.newBuilderForType< / a > < / div > < div class = "ttdeci" > .lang.Override Builder newBuilderForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00330" > MPSolution.java:330< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a813eab1fc00c769aad910c480868972b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a813eab1fc00c769aad910c480868972b" > com.google.ortools.linearsolver.MPSolution.writeTo< / a > < / div > < div class = "ttdeci" > .lang.Override void writeTo(com.google.protobuf.CodedOutputStream output)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00174" > MPSolution.java:174< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a38d98e9ff7bd6e57fa8bfca4f8d77971" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a38d98e9ff7bd6e57fa8bfca4f8d77971" > com.google.ortools.linearsolver.MPSolution.Builder.clearObjectiveValue< / a > < / div > < div class = "ttdeci" > Builder clearObjectiveValue()< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00552" > MPSolution.java:552< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a29cb2d6e078130bc33cbb0c4e4363843" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a29cb2d6e078130bc33cbb0c4e4363843" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00438" > MPSolution.java:438< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a88c727d2a73b0a51a28712f029f6b93f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a88c727d2a73b0a51a28712f029f6b93f" > com.google.ortools.linearsolver.MPSolution.Builder.getObjectiveValue< / a > < / div > < div class = "ttdeci" > .lang.Override double getObjectiveValue()< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00534" > MPSolution.java:534< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_ae227d8e44dab56441693103e8e965574" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#ae227d8e44dab56441693103e8e965574" > com.google.ortools.linearsolver.MPSolution.Builder.addVariableValue< / a > < / div > < div class = "ttdeci" > Builder addVariableValue(double value)< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00608" > MPSolution.java:608< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_af331a94dad344aa40dc2a6ce761cdb4f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#af331a94dad344aa40dc2a6ce761cdb4f" > com.google.ortools.linearsolver.MPSolution.Builder.hasObjectiveValue< / a > < / div > < div class = "ttdeci" > .lang.Override boolean hasObjectiveValue()< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00526" > MPSolution.java:526< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a4cccefa27c0c36e962ea460029b2e3d1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a4cccefa27c0c36e962ea460029b2e3d1" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00460" > MPSolution.java:460< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_af407cb70577e8ae3bd3762e2f4d8c1f1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#af407cb70577e8ae3bd3762e2f4d8c1f1" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(java.nio.ByteBuffer data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00259" > MPSolution.java:259< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a4f9fecac6000612ab53701c190e21a4d" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a4f9fecac6000612ab53701c190e21a4d" > com.google.ortools.linearsolver.MPSolution.parser< / a > < / div > < div class = "ttdeci" > static com.google.protobuf.Parser< MPSolution > parser()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00674" > MPSolution.java:674< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a41ddfb3923fdbf2c9c674af2683701af" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a41ddfb3923fdbf2c9c674af2683701af" > com.google.ortools.linearsolver.MPSolution.Builder.clearVariableValue< / a > < / div > < div class = "ttdeci" > Builder clearVariableValue()< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00631" > MPSolution.java:631< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a933d518fc16e760775083e723eb80b9a" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a933d518fc16e760775083e723eb80b9a" > com.google.ortools.linearsolver.MPSolution.Builder.internalGetFieldAccessorTable< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00363" > MPSolution.java:363< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a9f0b38f4d6e0b6b9baeb1d02957b72c3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a9f0b38f4d6e0b6b9baeb1d02957b72c3" > com.google.ortools.linearsolver.MPSolution.Builder.build< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.linearsolver.MPSolution build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00406" > MPSolution.java:406< / 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_1MPSolution_html_ad9c7bdd857ca6c970b0d1ba4dadb1f66" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ad9c7bdd857ca6c970b0d1ba4dadb1f66" > com.google.ortools.linearsolver.MPSolution.equals< / a > < / div > < div class = "ttdeci" > .lang.Override boolean equals(final java.lang.Object obj)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00217" > MPSolution.java:217< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_afed76e2d97b5f1b69aa4c2e32de27a64" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#afed76e2d97b5f1b69aa4c2e32de27a64" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00449" > MPSolution.java:449< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a9784c919a09ca2a5340cc57235b5fb36" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a9784c919a09ca2a5340cc57235b5fb36" > com.google.ortools.linearsolver.MPSolution.Builder.getVariableValueList< / a > < / div > < div class = "ttdeci" > java.util.List< java.lang.Double > getVariableValueList()< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00571" > MPSolution.java:571< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_af8aae5b22b6c396201e56ebc334fdbeb" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#af8aae5b22b6c396201e56ebc334fdbeb" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00285" > MPSolution.java:285< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_acab334d7dcecf2ae3efa8e973142c563" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#acab334d7dcecf2ae3efa8e973142c563" > com.google.ortools.linearsolver.MPSolution.newInstance< / a > < / div > < div class = "ttdeci" > .lang.Override java.lang.Object newInstance(UnusedPrivateParameter unused)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00024" > MPSolution.java:24< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a88242c843604faad91e12db5aaf5bfe8" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a88242c843604faad91e12db5aaf5bfe8" > com.google.ortools.linearsolver.MPSolution.getVariableValueList< / a > < / div > < div class = "ttdeci" > .lang.Override java.util.List< java.lang.Double > getVariableValueList()< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00142" > MPSolution.java:142< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a95398799ac64c84364d71780356763b6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a95398799ac64c84364d71780356763b6" > com.google.ortools.linearsolver.MPSolution.Builder.mergeFrom< / a > < / div > < div class = "ttdeci" > Builder mergeFrom(com.google.ortools.linearsolver.MPSolution other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00475" > MPSolution.java:475< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a017e1e0242261f9d7f712b054a83f26b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a017e1e0242261f9d7f712b054a83f26b" > com.google.ortools.linearsolver.MPSolution.Builder.buildPartial< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.linearsolver.MPSolution buildPartial()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00415" > MPSolution.java:415< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a9381c488f2f6c8bf082bcf72fcff646f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a9381c488f2f6c8bf082bcf72fcff646f" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00134" > MPSolution.java:134< / 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_1MPSolution_1_1Builder_html_ac316af0298e9645fc3e5159b0d4464e1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#ac316af0298e9645fc3e5159b0d4464e1" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00638" > MPSolution.java:638< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a88c727d2a73b0a51a28712f029f6b93f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a88c727d2a73b0a51a28712f029f6b93f" > com.google.ortools.linearsolver.MPSolution.getObjectiveValue< / a > < / div > < div class = "ttdeci" > .lang.Override double getObjectiveValue()< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00130" > MPSolution.java:130< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a419ea9145500b20c0e4791664658f5b1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a419ea9145500b20c0e4791664658f5b1" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00321" > MPSolution.java:321< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_acacc7fc5366c5cfc70417a877d2e8f82" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#acacc7fc5366c5cfc70417a877d2e8f82" > com.google.ortools.linearsolver.MPSolution.Builder.getDefaultInstanceForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.linearsolver.MPSolution getDefaultInstanceForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00401" > MPSolution.java:401< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a793fad10739ca74825a5dffb7954bda6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a793fad10739ca74825a5dffb7954bda6" > com.google.ortools.linearsolver.MPSolution.getVariableValue< / a > < / div > < div class = "ttdeci" > double getVariableValue(int index)< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00157" > MPSolution.java:157< / 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_1MPSolution_html_ac6091a16461e9ed0f0583e98a62b479c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ac6091a16461e9ed0f0583e98a62b479c" > com.google.ortools.linearsolver.MPSolution.getParserForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.Parser< MPSolution > getParserForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00679" > MPSolution.java:679< / 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_1MPSolution_html_a3e43bb42c60a03bf31c0aa1991c07c90" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a3e43bb42c60a03bf31c0aa1991c07c90" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(byte[] data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00281" > MPSolution.java:281< / 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_1MPSolution_1_1Builder_html_a968cb605190759c690e5a97cdc0bb4a1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a968cb605190759c690e5a97cdc0bb4a1" > com.google.ortools.linearsolver.MPSolution.Builder.isInitialized< / a > < / div > < div class = "ttdeci" > .lang.Override final boolean isInitialized()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00496" > MPSolution.java:496< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a85768e74e57d01b3055cf0e9f5d2297c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a85768e74e57d01b3055cf0e9f5d2297c" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(com.google.protobuf.CodedInputStream input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00315" > MPSolution.java:315< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a0a9d1c006aee062a10d3673c1b9fc7d5" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a0a9d1c006aee062a10d3673c1b9fc7d5" > com.google.ortools.linearsolver.MPSolution.parseDelimitedFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00308" > MPSolution.java:308< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_ac3be52a6cbff6267daaa63a33b013ed2" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ac3be52a6cbff6267daaa63a33b013ed2" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00296" > MPSolution.java:296< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a5fe52aa8d1b4de3128662f87b171d56c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a5fe52aa8d1b4de3128662f87b171d56c" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(com.google.protobuf.ByteString data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00270" > MPSolution.java:270< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a4e98447f2ab9050a2d9e707b8c847c13" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a4e98447f2ab9050a2d9e707b8c847c13" > com.google.ortools.linearsolver.MPSolution.Builder.setVariableValue< / a > < / div > < div class = "ttdeci" > Builder setVariableValue(int index, double value)< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00596" > MPSolution.java:596< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_ab55eefa0b7ba9d1dec56bf8bb2b996b3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ab55eefa0b7ba9d1dec56bf8bb2b996b3" > com.google.ortools.linearsolver.MPSolution.hashCode< / a > < / div > < div class = "ttdeci" > .lang.Override int hashCode()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00239" > MPSolution.java:239< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a9595e84f1a265789b99af6f10e024e33" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a9595e84f1a265789b99af6f10e024e33" > com.google.ortools.linearsolver.MPSolution.getUnknownFields< / a > < / div > < div class = "ttdeci" > .lang.Override final com.google.protobuf.UnknownFieldSet getUnknownFields()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00031" > MPSolution.java:31< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a3e05e91aa90c10970a9aafb7b561e218" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a3e05e91aa90c10970a9aafb7b561e218" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00644" > MPSolution.java:644< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a916dae08dfc215ec61d3721b0eed6631" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a916dae08dfc215ec61d3721b0eed6631" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00466" > MPSolution.java:466< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_af5d18ad987f46f34bc16e14dd69ad465" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#af5d18ad987f46f34bc16e14dd69ad465" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00444" > MPSolution.java:444< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a793fad10739ca74825a5dffb7954bda6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a793fad10739ca74825a5dffb7954bda6" > com.google.ortools.linearsolver.MPSolution.Builder.getVariableValue< / a > < / div > < div class = "ttdeci" > double getVariableValue(int index)< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00587" > MPSolution.java:587< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_af331a94dad344aa40dc2a6ce761cdb4f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#af331a94dad344aa40dc2a6ce761cdb4f" > com.google.ortools.linearsolver.MPSolution.hasObjectiveValue< / a > < / div > < div class = "ttdeci" > .lang.Override boolean hasObjectiveValue()< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00122" > MPSolution.java:122< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a16ecbc2719efb2c581d235bd0416ecee" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a16ecbc2719efb2c581d235bd0416ecee" > com.google.ortools.linearsolver.MPSolution.Builder.setObjectiveValue< / a > < / div > < div class = "ttdeci" > Builder setObjectiveValue(double value)< / div > < div class = "ttdoc" > optional double objective_value = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00542" > MPSolution.java:542< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a9d7f280d5bfbcf64db93e19792f6eea6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a9d7f280d5bfbcf64db93e19792f6eea6" > com.google.ortools.linearsolver.MPSolution.getVariableValueCount< / a > < / div > < div class = "ttdeci" > int getVariableValueCount()< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00149" > MPSolution.java:149< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a8342b02c43d81069adc3e820423d92ac" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a8342b02c43d81069adc3e820423d92ac" > com.google.ortools.linearsolver.MPSolution.getSerializedSize< / a > < / div > < div class = "ttdeci" > .lang.Override int getSerializedSize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00191" > MPSolution.java:191< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a77db07dbc1f747f14c5df841ccf5a14c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a77db07dbc1f747f14c5df841ccf5a14c" > com.google.ortools.linearsolver.MPSolution.toBuilder< / a > < / div > < div class = "ttdeci" > .lang.Override Builder toBuilder()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00338" > MPSolution.java:338< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_ada120643f7710d9df7cad50d6ab2ac51" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#ada120643f7710d9df7cad50d6ab2ac51" > com.google.ortools.linearsolver.MPSolution.Builder.getDescriptor< / a > < / div > < div class = "ttdeci" > static final com.google.protobuf.Descriptors.Descriptor getDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00357" > MPSolution.java:357< / 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_1MPSolution_html_ada120643f7710d9df7cad50d6ab2ac51" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ada120643f7710d9df7cad50d6ab2ac51" > com.google.ortools.linearsolver.MPSolution.getDescriptor< / a > < / div > < div class = "ttdeci" > static final com.google.protobuf.Descriptors.Descriptor getDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00102" > MPSolution.java:102< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_acacc7fc5366c5cfc70417a877d2e8f82" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#acacc7fc5366c5cfc70417a877d2e8f82" > com.google.ortools.linearsolver.MPSolution.getDefaultInstanceForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.linearsolver.MPSolution getDefaultInstanceForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00684" > MPSolution.java:684< / 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_1MPSolution_html_a401adfed369d510f3437d16bccf924c3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a401adfed369d510f3437d16bccf924c3" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00344" > MPSolution.java:344< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_ad4c35acf2d13c654bdf4c231402d8e5b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#ad4c35acf2d13c654bdf4c231402d8e5b" > com.google.ortools.linearsolver.MPSolution.Builder.clone< / a > < / div > < div class = "ttdeci" > .lang.Override Builder clone()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00434" > MPSolution.java:434< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a4d646e800887898ce163ec76b8b959f4" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a4d646e800887898ce163ec76b8b959f4" > com.google.ortools.linearsolver.MPSolution.Builder.addAllVariableValue< / a > < / div > < div class = "ttdeci" > Builder addAllVariableValue(java.lang.Iterable< ? extends java.lang.Double > values)< / div > < div class = "ttdoc" > repeated double variable_value = 2 [packed = true];< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00619" > MPSolution.java:619< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a4c6d2d378e28f367b32fd3d54698811c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a4c6d2d378e28f367b32fd3d54698811c" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00264" > MPSolution.java:264< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder_html_a542b6d7ba65ac8ab25e1a42debda37ab" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a542b6d7ba65ac8ab25e1a42debda37ab" > com.google.ortools.linearsolver.MPSolution.Builder.clear< / a > < / div > < div class = "ttdeci" > .lang.Override Builder clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00385" > MPSolution.java:385< / 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< MPSolution > 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_1MPSolution_1_1Builder_html_a5df599d114f2e2c14f929edc26c3c89e" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_1_1Builder.html#a5df599d114f2e2c14f929edc26c3c89e" > com.google.ortools.linearsolver.MPSolution.Builder.getDescriptorForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.Descriptors.Descriptor getDescriptorForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00396" > MPSolution.java:396< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a3ecb3d9fa849bfc0564082411574a37f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a3ecb3d9fa849bfc0564082411574a37f" > com.google.ortools.linearsolver.MPSolution.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 = "MPSolution_8java_source.html#l00115" > MPSolution.java:115< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_a968cb605190759c690e5a97cdc0bb4a1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#a968cb605190759c690e5a97cdc0bb4a1" > com.google.ortools.linearsolver.MPSolution.isInitialized< / a > < / div > < div class = "ttdeci" > .lang.Override final boolean isInitialized()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00164" > MPSolution.java:164< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution_html_ad1799a383c372e75cdc8ec0c3ad0bbde" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolution.html#ad1799a383c372e75cdc8ec0c3ad0bbde" > com.google.ortools.linearsolver.MPSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.linearsolver.MPSolution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolution_8java_source.html#l00275" > MPSolution.java:275< / a > < / div > < / div >
2021-04-27 23:00:03 +02:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >