Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPConstraintProtoOrBuilder.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/linear_solver/linear_solver.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.linearsolver;
7
8@com.google.protobuf.Generated
9public interface MPConstraintProtoOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.MPConstraintProto)
11 com.google.protobuf.MessageOrBuilder {
12
24 java.util.List<java.lang.Integer> getVarIndexList();
49 int getVarIndex(int index);
50
59 java.util.List<java.lang.Double> getCoefficientList();
78 double getCoefficient(int index);
79
88 boolean hasLowerBound();
97 double getLowerBound();
98
103 boolean hasUpperBound();
109
118 boolean hasName();
127 java.lang.String getName();
136 com.google.protobuf.ByteString
138
150 boolean hasIsLazy();
162 boolean getIsLazy();
163}
java.util.List< java.lang.Integer > getVarIndexList()
java.util.List< java.lang.Double > getCoefficientList()