2021-12-14 13:41:01 +01: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" >
< span id = "sfml" > Google OR-Tools 9.2< / span >
< / 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-12-14 13:41:01 +01: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-12-14 13:41:01 +01: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-12-14 13:41:01 +01: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-12-14 13:41:01 +01: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('CpSolverSolution_8java_source.html','');});
2021-12-14 13:41:01 +01: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" > CpSolverSolution.java< / div > < / div >
2021-12-14 13:41:01 +01:00
< / div > <!-- header -->
< div class = "contents" >
2022-01-16 18:02:36 +01:00
< a href = "CpSolverSolution_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/sat/cp_model.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.sat;< / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html" > 14< / 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_1sat_1_1CpSolverSolution.html" > CpSolverSolution< / a > < span class = "keyword" > extends< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < a class = "code" href = "namespacecom.html" > com< / a > .google.protobuf.GeneratedMessageV3 implements< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "comment" > // @@protoc_insertion_point(message_implements:operations_research.sat.CpSolverSolution)< / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < a class = "code" href = "interfacecom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolutionOrBuilder.html" > CpSolverSolutionOrBuilder< / a > {< / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / 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 = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "comment" > // Use CpSolverSolution.newBuilder() to construct.< / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "keyword" > private< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html" > CpSolverSolution< / 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 = "l00021" > < / a > < span class = "lineno" > 21< / span >   super(builder);< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   }< / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "keyword" > private< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html" > CpSolverSolution< / a > () {< / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   values_ = emptyLongList();< / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   }< / div > < div class = "line" > < a name = "l00026" > < / a > < span class = "lineno" > 26< / span >   < / div > < div class = "line" > < a name = "l00027" > < / a > < span class = "lineno" > 27< / span >   @java.lang.Override< / div > < div class = "line" > < a name = "l00028" > < / a > < span class = "lineno" > 28< / span >   @SuppressWarnings({< span class = "stringliteral" > " unused" < / span > })< / div > < div class = "line" > < a name = "l00029" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#acab334d7dcecf2ae3efa8e973142c563" > 29< / a > < / span >   < span class = "keyword" > protected< / span > java.lang.Object < a class = "code" href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#acab334d7dcecf2ae3efa8e973142c563" > newInstance< / a > (< / div > < div class = "line" > < a name = "l00030" > < / a > < span class = "lineno" > 30< / span >   UnusedPrivateParameter unused) {< / div > < div class = "line" > < a name = "l0
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a5478b5b1ed9ed86aa0c2d4bc30f74913" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a5478b5b1ed9ed86aa0c2d4bc30f74913" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(java.nio.ByteBuffer data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00224" > CpSolverSolution.java:224< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_ac316af0298e9645fc3e5159b0d4464e1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#ac316af0298e9645fc3e5159b0d4464e1" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00558" > CpSolverSolution.java:558< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ad9da23f67bff6ad8db1192c6ad7496f6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ad9da23f67bff6ad8db1192c6ad7496f6" > com.google.ortools.sat.CpSolverSolution.getParserForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.Parser< CpSolverSolution > getParserForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00599" > CpSolverSolution.java:599< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a77db07dbc1f747f14c5df841ccf5a14c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a77db07dbc1f747f14c5df841ccf5a14c" > com.google.ortools.sat.CpSolverSolution.toBuilder< / a > < / div > < div class = "ttdeci" > .lang.Override Builder toBuilder()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00303" > CpSolverSolution.java:303< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_ada120643f7710d9df7cad50d6ab2ac51" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#ada120643f7710d9df7cad50d6ab2ac51" > com.google.ortools.sat.CpSolverSolution.Builder.getDescriptor< / a > < / div > < div class = "ttdeci" > static final com.google.protobuf.Descriptors.Descriptor getDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00327" > CpSolverSolution.java:327< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a401adfed369d510f3437d16bccf924c3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a401adfed369d510f3437d16bccf924c3" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00309" > CpSolverSolution.java:309< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ad7c41c822acd553d23099e36a77c0485" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ad7c41c822acd553d23099e36a77c0485" > com.google.ortools.sat.CpSolverSolution.parser< / a > < / div > < div class = "ttdeci" > static com.google.protobuf.Parser< CpSolverSolution > parser()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00594" > CpSolverSolution.java:594< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_afa1655ba11f34ee09e814c45a7f2ab1d" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#afa1655ba11f34ee09e814c45a7f2ab1d" > com.google.ortools.sat.CpSolverSolution.Builder.build< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.sat.CpSolverSolution build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00374" > CpSolverSolution.java:374< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a08f57ee8aa1e6bff0dddb943b0d209f5" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a08f57ee8aa1e6bff0dddb943b0d209f5" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(byte[] data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00246" > CpSolverSolution.java:246< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a933d518fc16e760775083e723eb80b9a" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a933d518fc16e760775083e723eb80b9a" > com.google.ortools.sat.CpSolverSolution.internalGetFieldAccessorTable< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00108" > CpSolverSolution.java:108< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_aaf2dc64c825725de0dfda57b43d8fbea" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#aaf2dc64c825725de0dfda57b43d8fbea" > com.google.ortools.sat.CpSolverSolution.Builder.addAllValues< / a > < / div > < div class = "ttdeci" > Builder addAllValues(java.lang.Iterable< ? extends java.lang.Long > values)< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00539" > CpSolverSolution.java:539< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a4ab19d03e88d54c8277f5400165e25c7" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a4ab19d03e88d54c8277f5400165e25c7" > com.google.ortools.sat.CpSolverSolution.Builder.setValues< / a > < / div > < div class = "ttdeci" > Builder setValues(int index, long value)< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00516" > CpSolverSolution.java:516< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a21494ea3605f6a079feec93b46c40126" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a21494ea3605f6a079feec93b46c40126" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00261" > CpSolverSolution.java:261< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_adac5f8149d9ca28aa4b625957ad077ff" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#adac5f8149d9ca28aa4b625957ad077ff" > com.google.ortools.sat.CpSolverSolution.Builder.getDefaultInstanceForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.sat.CpSolverSolution getDefaultInstanceForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00369" > CpSolverSolution.java:369< / 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_1sat_1_1CpSolverSolution_1_1Builder_html_af5d18ad987f46f34bc16e14dd69ad465" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#af5d18ad987f46f34bc16e14dd69ad465" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00406" > CpSolverSolution.java:406< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_ad4c35acf2d13c654bdf4c231402d8e5b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#ad4c35acf2d13c654bdf4c231402d8e5b" > com.google.ortools.sat.CpSolverSolution.Builder.clone< / a > < / div > < div class = "ttdeci" > .lang.Override Builder clone()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00396" > CpSolverSolution.java:396< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a01302c6233d3a0468c077b87490c21e9" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a01302c6233d3a0468c077b87490c21e9" > com.google.ortools.sat.CpSolverSolution.Builder.buildPartial< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.sat.CpSolverSolution buildPartial()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00383" > CpSolverSolution.java:383< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a32247777d57d4e965b2e70efe3218510" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a32247777d57d4e965b2e70efe3218510" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00416" > CpSolverSolution.java:416< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html" > com.google.ortools.sat.CpSolverSolution.Builder< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00322" > CpSolverSolution.java:322< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ac6d8204eff5de8f2862d469042df9b47" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ac6d8204eff5de8f2862d469042df9b47" > com.google.ortools.sat.CpSolverSolution.getValues< / a > < / div > < div class = "ttdeci" > long getValues(int index)< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00137" > CpSolverSolution.java:137< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_af2ae24c48c3e6f98b9ff83e62e8efa57" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#af2ae24c48c3e6f98b9ff83e62e8efa57" > com.google.ortools.sat.CpSolverSolution.newBuilder< / a > < / div > < div class = "ttdeci" > static Builder newBuilder(com.google.ortools.sat.CpSolverSolution prototype)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00299" > CpSolverSolution.java:299< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a73c5e1a2901bf5b9472047c045f2586c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a73c5e1a2901bf5b9472047c045f2586c" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(com.google.protobuf.CodedInputStream input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00280" > CpSolverSolution.java:280< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ad9c7bdd857ca6c970b0d1ba4dadb1f66" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ad9c7bdd857ca6c970b0d1ba4dadb1f66" > com.google.ortools.sat.CpSolverSolution.equals< / a > < / div > < div class = "ttdeci" > .lang.Override boolean equals(final java.lang.Object obj)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00193" > CpSolverSolution.java:193< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a9c1ab9bb5ed54d732a554f4de7944bbe" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a9c1ab9bb5ed54d732a554f4de7944bbe" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00250" > CpSolverSolution.java:250< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a933d518fc16e760775083e723eb80b9a" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a933d518fc16e760775083e723eb80b9a" > com.google.ortools.sat.CpSolverSolution.Builder.internalGetFieldAccessorTable< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00333" > CpSolverSolution.java:333< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a813eab1fc00c769aad910c480868972b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a813eab1fc00c769aad910c480868972b" > com.google.ortools.sat.CpSolverSolution.writeTo< / a > < / div > < div class = "ttdeci" > .lang.Override void writeTo(com.google.protobuf.CodedOutputStream output)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00154" > CpSolverSolution.java:154< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html" > com.google.ortools.sat.CpSolverSolution< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00014" > CpSolverSolution.java:14< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_afed76e2d97b5f1b69aa4c2e32de27a64" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#afed76e2d97b5f1b69aa4c2e32de27a64" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00411" > CpSolverSolution.java:411< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_acab334d7dcecf2ae3efa8e973142c563" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#acab334d7dcecf2ae3efa8e973142c563" > com.google.ortools.sat.CpSolverSolution.newInstance< / a > < / div > < div class = "ttdeci" > .lang.Override java.lang.Object newInstance(UnusedPrivateParameter unused)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00029" > CpSolverSolution.java:29< / a > < / div > < / div >
< div class = "ttc" id = "interfacecom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolutionOrBuilder_html" > < div class = "ttname" > < a href = "interfacecom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolutionOrBuilder.html" > com.google.ortools.sat.CpSolverSolutionOrBuilder< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolutionOrBuilder_8java_source.html#l00006" > CpSolverSolutionOrBuilder.java:6< / 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_1sat_1_1CpSolverSolution_1_1Builder_html_a290ae22f465e8996adf8f356426908c7" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a290ae22f465e8996adf8f356426908c7" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00460" > CpSolverSolution.java:460< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a8342b02c43d81069adc3e820423d92ac" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a8342b02c43d81069adc3e820423d92ac" > com.google.ortools.sat.CpSolverSolution.getSerializedSize< / a > < / div > < div class = "ttdeci" > .lang.Override int getSerializedSize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00168" > CpSolverSolution.java:168< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a46148c109fe82a4073ecc6b31765d7bd" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a46148c109fe82a4073ecc6b31765d7bd" > com.google.ortools.sat.CpSolverSolution.getValuesCount< / a > < / div > < div class = "ttdeci" > int getValuesCount()< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00129" > CpSolverSolution.java:129< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_aa67c4a67bbefe47bab63d65b26b9f19d" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#aa67c4a67bbefe47bab63d65b26b9f19d" > com.google.ortools.sat.CpSolverSolution.parseDelimitedFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseDelimitedFrom(java.io.InputStream input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00268" > CpSolverSolution.java:268< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ab55eefa0b7ba9d1dec56bf8bb2b996b3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ab55eefa0b7ba9d1dec56bf8bb2b996b3" > com.google.ortools.sat.CpSolverSolution.hashCode< / a > < / div > < div class = "ttdeci" > .lang.Override int hashCode()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00209" > CpSolverSolution.java:209< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a7867fe69e71d0c7429810d31fff9f174" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a7867fe69e71d0c7429810d31fff9f174" > com.google.ortools.sat.CpSolverSolution.getDefaultInstance< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution getDefaultInstance()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00579" > CpSolverSolution.java:579< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a5df599d114f2e2c14f929edc26c3c89e" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a5df599d114f2e2c14f929edc26c3c89e" > com.google.ortools.sat.CpSolverSolution.Builder.getDescriptorForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.protobuf.Descriptors.Descriptor getDescriptorForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00364" > CpSolverSolution.java:364< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a4cccefa27c0c36e962ea460029b2e3d1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a4cccefa27c0c36e962ea460029b2e3d1" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00422" > CpSolverSolution.java:422< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ada120643f7710d9df7cad50d6ab2ac51" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ada120643f7710d9df7cad50d6ab2ac51" > com.google.ortools.sat.CpSolverSolution.getDescriptor< / a > < / div > < div class = "ttdeci" > static final com.google.protobuf.Descriptors.Descriptor getDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00102" > CpSolverSolution.java:102< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_ac6d8204eff5de8f2862d469042df9b47" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#ac6d8204eff5de8f2862d469042df9b47" > com.google.ortools.sat.CpSolverSolution.Builder.getValues< / a > < / div > < div class = "ttdeci" > long getValues(int index)< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00507" > CpSolverSolution.java:507< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a916dae08dfc215ec61d3721b0eed6631" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a916dae08dfc215ec61d3721b0eed6631" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00428" > CpSolverSolution.java:428< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a46148c109fe82a4073ecc6b31765d7bd" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a46148c109fe82a4073ecc6b31765d7bd" > com.google.ortools.sat.CpSolverSolution.Builder.getValuesCount< / a > < / div > < div class = "ttdeci" > int getValuesCount()< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00499" > CpSolverSolution.java:499< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a981bdbfdd8fb9f7fb238a82de937bcb9" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a981bdbfdd8fb9f7fb238a82de937bcb9" > com.google.ortools.sat.CpSolverSolution.Builder.clearValues< / a > < / div > < div class = "ttdeci" > Builder clearValues()< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00551" > CpSolverSolution.java:551< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a7a484474c36faf426657f0e94c090dbb" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a7a484474c36faf426657f0e94c090dbb" > com.google.ortools.sat.CpSolverSolution.newBuilderForType< / a > < / div > < div class = "ttdeci" > .lang.Override Builder newBuilderForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00295" > CpSolverSolution.java:295< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_aeff24d3f13ca1e88dc9427c640b64314" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#aeff24d3f13ca1e88dc9427c640b64314" > com.google.ortools.sat.CpSolverSolution.newBuilder< / a > < / div > < div class = "ttdeci" > static Builder newBuilder()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00296" > CpSolverSolution.java:296< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a968cb605190759c690e5a97cdc0bb4a1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a968cb605190759c690e5a97cdc0bb4a1" > com.google.ortools.sat.CpSolverSolution.Builder.isInitialized< / a > < / div > < div class = "ttdeci" > .lang.Override final boolean isInitialized()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00455" > CpSolverSolution.java:455< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a337657621c19d8070a3d35c07b0b2bba" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a337657621c19d8070a3d35c07b0b2bba" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00286" > CpSolverSolution.java:286< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_ae7bcb17e454fed6171ef53400da393bd" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#ae7bcb17e454fed6171ef53400da393bd" > com.google.ortools.sat.CpSolverSolution.Builder.getValuesList< / a > < / div > < div class = "ttdeci" > java.util.List< java.lang.Long > getValuesList()< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00491" > CpSolverSolution.java:491< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_ab8ddc603e227fde381ad32ec4620cb98" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#ab8ddc603e227fde381ad32ec4620cb98" > com.google.ortools.sat.CpSolverSolution.parseDelimitedFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00273" > CpSolverSolution.java:273< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a195095fa5f8b392f4f24f921812bae13" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a195095fa5f8b392f4f24f921812bae13" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00229" > CpSolverSolution.java:229< / 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_1sat_1_1CpSolverSolution_1_1Builder_html_a602dd75800a339eb772314d53c97967b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a602dd75800a339eb772314d53c97967b" > com.google.ortools.sat.CpSolverSolution.Builder.addValues< / a > < / div > < div class = "ttdeci" > Builder addValues(long value)< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00528" > CpSolverSolution.java:528< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpModelProtobuf_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpModelProtobuf.html" > com.google.ortools.sat.CpModelProtobuf< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpModelProtobuf_8java_source.html#l00006" > CpModelProtobuf.java:6< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_adac5f8149d9ca28aa4b625957ad077ff" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#adac5f8149d9ca28aa4b625957ad077ff" > com.google.ortools.sat.CpSolverSolution.getDefaultInstanceForType< / a > < / div > < div class = "ttdeci" > .lang.Override com.google.ortools.sat.CpSolverSolution getDefaultInstanceForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00604" > CpSolverSolution.java:604< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a3fc1b389d58c4c34c23f5a552f4695b1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a3fc1b389d58c4c34c23f5a552f4695b1" > com.google.ortools.sat.CpSolverSolution.VALUES_FIELD_NUMBER< / a > < / div > < div class = "ttdeci" > static final int VALUES_FIELD_NUMBER< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00114" > CpSolverSolution.java:114< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a8e15e316a2b683f997901b04cdf8104f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a8e15e316a2b683f997901b04cdf8104f" > com.google.ortools.sat.CpSolverSolution.Builder.mergeFrom< / a > < / div > < div class = "ttdeci" > Builder mergeFrom(com.google.ortools.sat.CpSolverSolution other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00437" > CpSolverSolution.java:437< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a3e05e91aa90c10970a9aafb7b561e218" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a3e05e91aa90c10970a9aafb7b561e218" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00564" > CpSolverSolution.java:564< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a29cb2d6e078130bc33cbb0c4e4363843" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a29cb2d6e078130bc33cbb0c4e4363843" > com.google.ortools.sat.CpSolverSolution.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 = "CpSolverSolution_8java_source.html#l00400" > CpSolverSolution.java:400< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a07fe84935aff194fa5c98aa0c6119236" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a07fe84935aff194fa5c98aa0c6119236" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(java.io.InputStream input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00256" > CpSolverSolution.java:256< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a9595e84f1a265789b99af6f10e024e33" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a9595e84f1a265789b99af6f10e024e33" > com.google.ortools.sat.CpSolverSolution.getUnknownFields< / a > < / div > < div class = "ttdeci" > .lang.Override final com.google.protobuf.UnknownFieldSet getUnknownFields()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00036" > CpSolverSolution.java:36< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder_html_a542b6d7ba65ac8ab25e1a42debda37ab" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_1_1Builder.html#a542b6d7ba65ac8ab25e1a42debda37ab" > com.google.ortools.sat.CpSolverSolution.Builder.clear< / a > < / div > < div class = "ttdeci" > .lang.Override Builder clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00355" > CpSolverSolution.java:355< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_aae0a91b91b83913e2f7abd9c45e5f240" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#aae0a91b91b83913e2f7abd9c45e5f240" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(com.google.protobuf.ByteString data)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00235" > CpSolverSolution.java:235< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a637ce4c473f6c8fd36571c20a9d01f40" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a637ce4c473f6c8fd36571c20a9d01f40" > com.google.ortools.sat.CpSolverSolution.parseFrom< / a > < / div > < div class = "ttdeci" > static com.google.ortools.sat.CpSolverSolution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00240" > CpSolverSolution.java:240< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a81f0a8b250b793bea41f0b0c4d22a925" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a81f0a8b250b793bea41f0b0c4d22a925" > com.google.ortools.sat.CpSolverSolution.getValuesList< / a > < / div > < div class = "ttdeci" > .lang.Override java.util.List< java.lang.Long > getValuesList()< / div > < div class = "ttdoc" > repeated int64 values = 1;< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00122" > CpSolverSolution.java:122< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution_html_a968cb605190759c690e5a97cdc0bb4a1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolution.html#a968cb605190759c690e5a97cdc0bb4a1" > com.google.ortools.sat.CpSolverSolution.isInitialized< / a > < / div > < div class = "ttdeci" > .lang.Override final boolean isInitialized()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "CpSolverSolution_8java_source.html#l00144" > CpSolverSolution.java:144< / a > < / div > < / div >
2021-12-14 13:41:01 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >