Java Reference

Java Reference

TableConstraintProtoOrBuilder.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 TableConstraintProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.TableConstraintProto)
8 com.google.protobuf.MessageOrBuilder {
9
14 java.util.List<java.lang.Integer> getVarsList();
25 int getVars(int index);
26
31 java.util.List<java.lang.Long> getValuesList();
42 long getValues(int index);
43
53 boolean getNegated();
54}
int getValuesCount()
repeated int64 values = 2;
long getValues(int index)
repeated int64 values = 2;
int getVars(int index)
repeated int32 vars = 1;
java.util.List< java.lang.Long > getValuesList()
repeated int64 values = 2;
java.util.List< java.lang.Integer > getVarsList()
repeated int32 vars = 1;