com.google.ortools.sat.LinearConstraintProtoOrBuilder 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 LinearConstraintProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.LinearConstraintProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int32 vars = 1;
* @return A list containing the vars.
*/
java.util.List getVarsList();
/**
* repeated int32 vars = 1;
* @return The count of vars.
*/
int getVarsCount();
/**
* repeated int32 vars = 1;
* @param index The index of the element to return.
* @return The vars at the given index.
*/
int getVars(int index);
/**
*
* Same size as vars.
*
*
* repeated int64 coeffs = 2;
* @return A list containing the coeffs.
*/
java.util.List getCoeffsList();
/**
*
* Same size as vars.
*
*
* repeated int64 coeffs = 2;
* @return The count of coeffs.
*/
int getCoeffsCount();
/**
*
* Same size as vars.
*
*
* repeated int64 coeffs = 2;
* @param index The index of the element to return.
* @return The coeffs at the given index.
*/
long getCoeffs(int index);
/**
* repeated int64 domain = 3;
* @return A list containing the domain.
*/
java.util.List getDomainList();
/**
* repeated int64 domain = 3;
* @return The count of domain.
*/
int getDomainCount();
/**
* repeated int64 domain = 3;
* @param index The index of the element to return.
* @return The domain at the given index.
*/
long getDomain(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy