com.google.ortools.sat.ElementConstraintProtoOrBuilder 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 ElementConstraintProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.ElementConstraintProto)
com.google.protobuf.MessageOrBuilder {
/**
* int32 index = 1;
* @return The index.
*/
int getIndex();
/**
* int32 target = 2;
* @return The target.
*/
int getTarget();
/**
* repeated int32 vars = 3;
* @return A list containing the vars.
*/
java.util.List getVarsList();
/**
* repeated int32 vars = 3;
* @return The count of vars.
*/
int getVarsCount();
/**
* repeated int32 vars = 3;
* @param index The index of the element to return.
* @return The vars at the given index.
*/
int getVars(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy