Java Reference

Java Reference

CpObjectiveProtoOrBuilder.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 CpObjectiveProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpObjectiveProto)
8 com.google.protobuf.MessageOrBuilder {
9
20 java.util.List<java.lang.Integer> getVarsList();
43 int getVars(int index);
44
49 java.util.List<java.lang.Long> getCoeffsList();
60 long getCoeffs(int index);
61
75 double getOffset();
76
82
93 java.util.List<java.lang.Long> getDomainList();
116 long getDomain(int index);
117}
java.util.List< java.lang.Long > getCoeffsList()
repeated int64 coeffs = 4;
double getScalingFactor()
double scaling_factor = 3;
int getCoeffsCount()
repeated int64 coeffs = 4;
java.util.List< java.lang.Long > getDomainList()
java.util.List< java.lang.Integer > getVarsList()
long getCoeffs(int index)
repeated int64 coeffs = 4;