Google OR-Tools
v9.11
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
// source: ortools/linear_solver/linear_solver.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.linearsolver;
6
7
public
interface
MPArrayWithConstantConstraintOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.MPArrayWithConstantConstraint)
9
com.google.protobuf.MessageOrBuilder {
10
20
java.util.List<java.lang.Integer>
getVarIndexList
();
30
int
getVarIndexCount
();
41
int
getVarIndex
(
int
index);
42
47
boolean
hasConstant
();
52
double
getConstant
();
53
58
boolean
hasResultantVarIndex
();
63
int
getResultantVarIndex
();
64
}
com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
Definition
MPArrayWithConstantConstraintOrBuilder.java:9
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.12.0