Google OR-Tools
v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPArrayWithConstantConstraintOrBuilder.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
6
package
com.google.ortools.linearsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
MPArrayWithConstantConstraintOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.MPArrayWithConstantConstraint)
11
com.google.protobuf.MessageOrBuilder {
12
22
java.util.List<java.lang.Integer>
getVarIndexList
();
32
int
getVarIndexCount
();
43
int
getVarIndex
(
int
index);
44
49
boolean
hasConstant
();
54
double
getConstant
();
55
60
boolean
hasResultantVarIndex
();
65
int
getResultantVarIndex
();
66
}
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
Definition
MPArrayWithConstantConstraintOrBuilder.java:11
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.getVarIndexList
java.util.List< java.lang.Integer > getVarIndexList()
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.getConstant
double getConstant()
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.getVarIndex
int getVarIndex(int index)
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.hasResultantVarIndex
boolean hasResultantVarIndex()
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.hasConstant
boolean hasConstant()
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.getVarIndexCount
int getVarIndexCount()
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder.getResultantVarIndex
int getResultantVarIndex()
build
java
ortools-java
src
main
java
com
google
ortools
linearsolver
MPArrayWithConstantConstraintOrBuilder.java
Generated by
1.14.0