Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ElementConstraintProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/sat/cp_model.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.sat;
7
8public interface ElementConstraintProtoOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.sat.ElementConstraintProto)
10 com.google.protobuf.MessageOrBuilder {
11
20 int getIndex();
21
30 int getTarget();
31
40 java.util.List<java.lang.Integer> getVarsList();
59 int getVars(int index);
60
69 boolean hasLinearIndex();
87
92 boolean hasLinearTarget();
102
106 java.util.List<com.google.ortools.sat.LinearExpressionProto>
119 java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
125 int index);
126}
com.google.ortools.sat.LinearExpressionProto getLinearTarget()
com.google.ortools.sat.LinearExpressionProto getLinearIndex()
com.google.ortools.sat.LinearExpressionProto getExprs(int index)
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > getExprsOrBuilderList()
com.google.ortools.sat.LinearExpressionProtoOrBuilder getLinearTargetOrBuilder()
java.util.List< com.google.ortools.sat.LinearExpressionProto > getExprsList()
java.util.List< java.lang.Integer > getVarsList()
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
com.google.ortools.sat.LinearExpressionProtoOrBuilder getLinearIndexOrBuilder()