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 
4 package com.google.ortools.sat;
5 
6 public 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();
19  int getValuesCount();
25  long getValues(int index);
26 }
long getValues(int index)
repeated int64 values = 1;
java.util.List< java.lang.Long > getValuesList()
repeated int64 values = 1;
int getValuesCount()
repeated int64 values = 1;