com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder 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 NoOverlap2DConstraintProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.NoOverlap2DConstraintProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int32 x_intervals = 1;
* @return A list containing the xIntervals.
*/
java.util.List getXIntervalsList();
/**
* repeated int32 x_intervals = 1;
* @return The count of xIntervals.
*/
int getXIntervalsCount();
/**
* repeated int32 x_intervals = 1;
* @param index The index of the element to return.
* @return The xIntervals at the given index.
*/
int getXIntervals(int index);
/**
*
* Same size as x_intervals.
*
*
* repeated int32 y_intervals = 2;
* @return A list containing the yIntervals.
*/
java.util.List getYIntervalsList();
/**
*
* Same size as x_intervals.
*
*
* repeated int32 y_intervals = 2;
* @return The count of yIntervals.
*/
int getYIntervalsCount();
/**
*
* Same size as x_intervals.
*
*
* repeated int32 y_intervals = 2;
* @param index The index of the element to return.
* @return The yIntervals at the given index.
*/
int getYIntervals(int index);
/**
* bool boxes_with_null_area_can_overlap = 3;
* @return The boxesWithNullAreaCanOverlap.
*/
boolean getBoxesWithNullAreaCanOverlap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy