Java Reference

Java Reference

IntegerVariableProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/sat/cp_model.proto
3
4package com.google.ortools.sat;
5
6public interface IntegerVariableProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.IntegerVariableProto)
8 com.google.protobuf.MessageOrBuilder {
9
18 java.lang.String getName();
27 com.google.protobuf.ByteString
29
51 java.util.List<java.lang.Long> getDomainList();
96 long getDomain(int index);
97}
java.util.List< java.lang.Long > getDomainList()
com.google.protobuf.ByteString getNameBytes()