Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
LinearObjectiveOrBuilder.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/boolean_problem.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public interface LinearObjectiveOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearObjective)
11 com.google.protobuf.MessageOrBuilder {
12
26 java.util.List<java.lang.Integer> getLiteralsList();
55 int getLiterals(int index);
56
61 java.util.List<java.lang.Long> getCoefficientsList();
72 long getCoefficients(int index);
73
88 boolean hasOffset();
103 double getOffset();
104
115}
java.util.List< java.lang.Integer > getLiteralsList()
java.util.List< java.lang.Long > getCoefficientsList()