Google OR-Tools
v9.12
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.29.3
5
6
package
com.google.ortools.sat;
7
8
public
interface
LinearObjectiveOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.sat.LinearObjective)
10
com.google.protobuf.MessageOrBuilder {
11
25
java.util.List<java.lang.Integer>
getLiteralsList
();
39
int
getLiteralsCount
();
54
int
getLiterals
(
int
index);
55
60
java.util.List<java.lang.Long>
getCoefficientsList
();
65
int
getCoefficientsCount
();
71
long
getCoefficients
(
int
index);
72
87
boolean
hasOffset
();
102
double
getOffset
();
103
108
boolean
hasScalingFactor
();
113
double
getScalingFactor
();
114
}
com.google.ortools.sat.LinearObjectiveOrBuilder
Definition
LinearObjectiveOrBuilder.java:10
com.google.ortools.sat.LinearObjectiveOrBuilder.getLiteralsCount
int getLiteralsCount()
com.google.ortools.sat.LinearObjectiveOrBuilder.hasOffset
boolean hasOffset()
com.google.ortools.sat.LinearObjectiveOrBuilder.hasScalingFactor
boolean hasScalingFactor()
com.google.ortools.sat.LinearObjectiveOrBuilder.getCoefficientsCount
int getCoefficientsCount()
com.google.ortools.sat.LinearObjectiveOrBuilder.getLiteralsList
java.util.List< java.lang.Integer > getLiteralsList()
com.google.ortools.sat.LinearObjectiveOrBuilder.getCoefficients
long getCoefficients(int index)
com.google.ortools.sat.LinearObjectiveOrBuilder.getOffset
double getOffset()
com.google.ortools.sat.LinearObjectiveOrBuilder.getCoefficientsList
java.util.List< java.lang.Long > getCoefficientsList()
com.google.ortools.sat.LinearObjectiveOrBuilder.getLiterals
int getLiterals(int index)
com.google.ortools.sat.LinearObjectiveOrBuilder.getScalingFactor
double getScalingFactor()
build
java
ortools-java
src
main
java
com
google
ortools
sat
LinearObjectiveOrBuilder.java
Generated by
1.13.2