Java Reference

Java Reference

MPConstraintProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/linear_solver/linear_solver.proto
3
4package com.google.ortools.linearsolver;
5
6public interface MPConstraintProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.MPConstraintProto)
8 com.google.protobuf.MessageOrBuilder {
9
21 java.util.List<java.lang.Integer> getVarIndexList();
46 int getVarIndex(int index);
47
56 java.util.List<java.lang.Double> getCoefficientList();
75 double getCoefficient(int index);
76
85 boolean hasLowerBound();
94 double getLowerBound();
95
100 boolean hasUpperBound();
106
115 boolean hasName();
124 java.lang.String getName();
133 com.google.protobuf.ByteString
135
147 boolean hasIsLazy();
159 boolean getIsLazy();
160}
java.util.List< java.lang.Double > getCoefficientList()
double getUpperBound()
optional double upper_bound = 3 [default = inf];
java.util.List< java.lang.Integer > getVarIndexList()
boolean hasUpperBound()
optional double upper_bound = 3 [default = inf];