com.google.ortools.sat.IntervalConstraintProtoOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ortools/sat/cp_model.proto
package com.google.ortools.sat;
public interface IntervalConstraintProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.IntervalConstraintProto)
com.google.protobuf.MessageOrBuilder {
/**
* int32 start = 1;
* @return The start.
*/
int getStart();
/**
* int32 end = 2;
* @return The end.
*/
int getEnd();
/**
* int32 size = 3;
* @return The size.
*/
int getSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy