com.google.ortools.sat.LinearArgumentProtoOrBuilder 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 LinearArgumentProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.LinearArgumentProto)
com.google.protobuf.MessageOrBuilder {
/**
* .operations_research.sat.LinearExpressionProto target = 1;
* @return Whether the target field is set.
*/
boolean hasTarget();
/**
* .operations_research.sat.LinearExpressionProto target = 1;
* @return The target.
*/
com.google.ortools.sat.LinearExpressionProto getTarget();
/**
* .operations_research.sat.LinearExpressionProto target = 1;
*/
com.google.ortools.sat.LinearExpressionProtoOrBuilder getTargetOrBuilder();
/**
* repeated .operations_research.sat.LinearExpressionProto exprs = 2;
*/
java.util.List
getExprsList();
/**
* repeated .operations_research.sat.LinearExpressionProto exprs = 2;
*/
com.google.ortools.sat.LinearExpressionProto getExprs(int index);
/**
* repeated .operations_research.sat.LinearExpressionProto exprs = 2;
*/
int getExprsCount();
/**
* repeated .operations_research.sat.LinearExpressionProto exprs = 2;
*/
java.util.List extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
getExprsOrBuilderList();
/**
* repeated .operations_research.sat.LinearExpressionProto exprs = 2;
*/
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy