Google OR-Tools
v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPSosConstraintOrBuilder.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
MPSosConstraintOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.MPSosConstraint)
10
com.google.protobuf.MessageOrBuilder {
11
16
boolean
hasType
();
21
com.google.ortools.linearsolver.MPSosConstraint.Type
getType
();
22
32
java.util.List<java.lang.Integer>
getVarIndexList
();
42
int
getVarIndexCount
();
53
int
getVarIndex
(
int
index);
54
72
java.util.List<java.lang.Double>
getWeightList
();
90
int
getWeightCount
();
109
double
getWeight
(
int
index);
110
}
com.google.ortools.linearsolver.MPSosConstraint.Type
Definition
MPSosConstraint.java:58
com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Definition
MPSosConstraintOrBuilder.java:10
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getWeightList
java.util.List< java.lang.Double > getWeightList()
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getWeightCount
int getWeightCount()
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getType
com.google.ortools.linearsolver.MPSosConstraint.Type getType()
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.hasType
boolean hasType()
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getWeight
double getWeight(int index)
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getVarIndex
int getVarIndex(int index)
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getVarIndexCount
int getVarIndexCount()
com.google.ortools.linearsolver.MPSosConstraintOrBuilder.getVarIndexList
java.util.List< java.lang.Integer > getVarIndexList()
build
java
ortools-java
src
main
java
com
google
ortools
linearsolver
MPSosConstraintOrBuilder.java
Generated by
1.13.2