Google OR-Tools
v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPAbsConstraintOrBuilder.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.29.3
5
6
package
com.google.ortools.linearsolver;
7
8
public
interface
MPAbsConstraintOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.MPAbsConstraint)
10
com.google.protobuf.MessageOrBuilder {
11
21
boolean
hasVarIndex
();
31
int
getVarIndex
();
32
37
boolean
hasResultantVarIndex
();
42
int
getResultantVarIndex
();
43
}
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
Definition
MPAbsConstraintOrBuilder.java:10
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.getVarIndex
int getVarIndex()
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.hasVarIndex
boolean hasVarIndex()
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.getResultantVarIndex
int getResultantVarIndex()
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.hasResultantVarIndex
boolean hasResultantVarIndex()
build
java
ortools-java
src
main
java
com
google
ortools
linearsolver
MPAbsConstraintOrBuilder.java
Generated by
1.13.2