Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
CpSolverSolutionOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/sat/cp_model.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.sat;
6
7
public
interface
CpSolverSolutionOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverSolution)
9
com.google.protobuf.MessageOrBuilder {
10
15
java.util.List<java.lang.Long>
getValuesList
();
20
int
getValuesCount
();
26
long
getValues
(
int
index);
27
}
com.google.ortools.sat.CpSolverSolutionOrBuilder
Definition
CpSolverSolutionOrBuilder.java:9
com.google.ortools.sat.CpSolverSolutionOrBuilder.getValues
long getValues(int index)
com.google.ortools.sat.CpSolverSolutionOrBuilder.getValuesList
java.util.List< java.lang.Long > getValuesList()
com.google.ortools.sat.CpSolverSolutionOrBuilder.getValuesCount
int getValuesCount()
build
java
ortools-java
src
main
java
com
google
ortools
sat
CpSolverSolutionOrBuilder.java
Generated by
1.12.0