Google OR-Tools v9.9
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// source: ortools/sat/boolean_problem.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.sat;
6
7public interface LinearObjectiveOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearObjective)
9 com.google.protobuf.MessageOrBuilder {
10
24 java.util.List<java.lang.Integer> getLiteralsList();
53 int getLiterals(int index);
54
59 java.util.List<java.lang.Long> getCoefficientsList();
70 long getCoefficients(int index);
71
86 boolean hasOffset();
101 double getOffset();
102
113}
java.util.List< java.lang.Integer > getLiteralsList()
java.util.List< java.lang.Long > getCoefficientsList()