Google OR-Tools
v9.11
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
// 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
MPAbsConstraintOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.MPAbsConstraint)
9
com.google.protobuf.MessageOrBuilder {
10
20
boolean
hasVarIndex
();
30
int
getVarIndex
();
31
36
boolean
hasResultantVarIndex
();
41
int
getResultantVarIndex
();
42
}
com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
Definition
MPAbsConstraintOrBuilder.java:9
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.12.0