OR-Tools 7.2
Main Page
Related Pages
Namespaces
Classes
Files
ortools
gen
com
google
ortools
linearsolver
MPIndicatorConstraintOrBuilder.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
MPIndicatorConstraintOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.MPIndicatorConstraint)
8
com
.google.protobuf.MessageOrBuilder {
9
18
boolean
hasVarIndex
();
27
int
getVarIndex
();
28
36
boolean
hasVarValue
();
44
int
getVarValue
();
45
53
boolean
hasConstraint
();
61
com
.
google
.
ortools
.
linearsolver
.
MPConstraintProto
getConstraint
();
69
com
.
google
.
ortools
.
linearsolver
.
MPConstraintProtoOrBuilder
getConstraintOrBuilder
();
70
}
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.hasVarIndex
boolean hasVarIndex()
com
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.hasVarValue
boolean hasVarValue()
com.google.ortools.linearsolver
Definition:
LinearSolver.java:4
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.getVarValue
int getVarValue()
com.google.ortools
com.google.ortools.linearsolver.MPConstraintProto
Definition:
MPConstraintProto.java:23
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.getConstraint
com.google.ortools.linearsolver.MPConstraintProto getConstraint()
com.google
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.getVarIndex
int getVarIndex()
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.getConstraintOrBuilder
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
Definition:
MPIndicatorConstraintOrBuilder.java:6
com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder.hasConstraint
boolean hasConstraint()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Definition:
MPConstraintProtoOrBuilder.java:6