OR-Tools 7.1@
Main Page
Related Pages
Namespaces
Classes
Files
File List
ortools
gen
com
google
ortools
sat
CumulativeConstraintProtoOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/sat/cp_model.proto
3
4
package
com.google.ortools.sat;
5
6
public
interface
CumulativeConstraintProtoOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.sat.CumulativeConstraintProto)
8
com
.google.protobuf.MessageOrBuilder {
9
13
int
getCapacity
();
14
18
java.util.List<java.lang.Integer>
getIntervalsList
();
22
int
getIntervalsCount
();
26
int
getIntervals
(
int
index);
27
35
java.util.List<java.lang.Integer>
getDemandsList
();
43
int
getDemandsCount
();
51
int
getDemands
(
int
index);
52
}
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getDemandsList
java.util.List< java.lang.Integer > getDemandsList()
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getDemands
int getDemands(int index)
com
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
Definition:
CumulativeConstraintProtoOrBuilder.java:6
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getIntervalsList
java.util.List< java.lang.Integer > getIntervalsList()
repeated int32 intervals = 2;
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getCapacity
int getCapacity()
int32 capacity = 1;
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getIntervalsCount
int getIntervalsCount()
repeated int32 intervals = 2;
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getIntervals
int getIntervals(int index)
repeated int32 intervals = 2;
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder.getDemandsCount
int getDemandsCount()