Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
LinearBooleanConstraintOrBuilder.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/boolean_problem.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public interface LinearBooleanConstraintOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearBooleanConstraint)
11 com.google.protobuf.MessageOrBuilder {
12
29 java.util.List<java.lang.Integer> getLiteralsList();
64 int getLiterals(int index);
65
70 java.util.List<java.lang.Long> getCoefficientsList();
81 long getCoefficients(int index);
82
93 boolean hasLowerBound();
105
110 boolean hasUpperBound();
116
125 boolean hasName();
134 java.lang.String getName();
143 com.google.protobuf.ByteString
145}
java.util.List< java.lang.Integer > getLiteralsList()
java.util.List< java.lang.Long > getCoefficientsList()