Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
CpObjectiveProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/sat/cp_model.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public interface CpObjectiveProtoOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpObjectiveProto)
11 com.google.protobuf.MessageOrBuilder {
12
23 java.util.List<java.lang.Integer> getVarsList();
46 int getVars(int index);
47
52 java.util.List<java.lang.Long> getCoeffsList();
63 long getCoeffs(int index);
64
79 double getOffset();
80
86
97 java.util.List<java.lang.Long> getDomainList();
120 long getDomain(int index);
121
135
156
162
168}
java.util.List< java.lang.Long > getDomainList()
java.util.List< java.lang.Long > getCoeffsList()
java.util.List< java.lang.Integer > getVarsList()