Java Reference

Java Reference

NoOverlap2DConstraintProtoOrBuilder.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 NoOverlap2DConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.NoOverlap2DConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
14  java.util.List<java.lang.Integer> getXIntervalsList();
25  int getXIntervals(int index);
26 
35  java.util.List<java.lang.Integer> getYIntervalsList();
54  int getYIntervals(int index);
55 
61 }
java.util.List< java.lang.Integer > getXIntervalsList()
repeated int32 x_intervals = 1;
int getYIntervalsCount()
int getXIntervalsCount()
repeated int32 x_intervals = 1;
java.util.List< java.lang.Integer > getYIntervalsList()
int getYIntervals(int index)
boolean getBoxesWithNullAreaCanOverlap()
bool boxes_with_null_area_can_overlap = 3;
int getXIntervals(int index)
repeated int32 x_intervals = 1;