com.google.ortools.sat.BoolArgumentProtoOrBuilder 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 BoolArgumentProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.BoolArgumentProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int32 literals = 1;
* @return A list containing the literals.
*/
java.util.List getLiteralsList();
/**
* repeated int32 literals = 1;
* @return The count of literals.
*/
int getLiteralsCount();
/**
* repeated int32 literals = 1;
* @param index The index of the element to return.
* @return The literals at the given index.
*/
int getLiterals(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy