OR-Tools 7.2
Main Page
Related Pages
Namespaces
Classes
Files
ortools
gen
com
google
ortools
linearsolver
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
4
package
com.google.ortools.linearsolver;
5
6
public
interface
MPConstraintProtoOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.MPConstraintProto)
8
com
.google.protobuf.MessageOrBuilder {
9
20
java.util.List<java.lang.Integer>
getVarIndexList
();
31
int
getVarIndexCount
();
42
int
getVarIndex
(
int
index);
43
51
java.util.List<java.lang.Double>
getCoefficientList
();
59
int
getCoefficientCount
();
67
double
getCoefficient
(
int
index);
68
76
boolean
hasLowerBound
();
84
double
getLowerBound
();
85
89
boolean
hasUpperBound
();
93
double
getUpperBound
();
94
102
boolean
hasName
();
110
java.lang.String
getName
();
118
com
.
google
.protobuf.ByteString
119
getNameBytes
();
120
131
boolean
hasIsLazy
();
142
boolean
getIsLazy
();
143
}
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getNameBytes
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.hasIsLazy
boolean hasIsLazy()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getCoefficientCount
int getCoefficientCount()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getName
java.lang.String getName()
com
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.hasName
boolean hasName()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getVarIndexList
java.util.List< java.lang.Integer > getVarIndexList()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getIsLazy
boolean getIsLazy()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getCoefficient
double getCoefficient(int index)
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.hasLowerBound
boolean hasLowerBound()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getVarIndex
int getVarIndex(int index)
com.google
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getUpperBound
double getUpperBound()
optional double upper_bound = 3 [default = inf];
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.hasUpperBound
boolean hasUpperBound()
optional double upper_bound = 3 [default = inf];
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getLowerBound
double getLowerBound()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getVarIndexCount
int getVarIndexCount()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder.getCoefficientList
java.util.List< java.lang.Double > getCoefficientList()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Definition:
MPConstraintProtoOrBuilder.java:6