Java Reference

Java Reference

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
4package com.google.ortools.sat;
5
6public interface CpSolverSolutionOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverSolution)
8 com.google.protobuf.MessageOrBuilder {
9
14 java.util.List<java.lang.Long> getValuesList();
25 long getValues(int index);
26}
int getValuesCount()
repeated int64 values = 1;
long getValues(int index)
repeated int64 values = 1;
java.util.List< java.lang.Long > getValuesList()
repeated int64 values = 1;