IntervalConstraintProtoOrBuilder.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 IntervalConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.IntervalConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
13  int getStart();
14 
18  int getEnd();
19 
23  int getSize();
24 }