Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPQuadraticObjectiveOrBuilder.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/linear_solver/linear_solver.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.linearsolver;
7
8@com.google.protobuf.Generated
9public interface MPQuadraticObjectiveOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.MPQuadraticObjective)
11 com.google.protobuf.MessageOrBuilder {
12
27 java.util.List<java.lang.Integer> getQvar1IndexList();
58 int getQvar1Index(int index);
59
64 java.util.List<java.lang.Integer> getQvar2IndexList();
75 int getQvar2Index(int index);
76
85 java.util.List<java.lang.Double> getCoefficientList();
104 double getCoefficient(int index);
105}
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Integer > getQvar1IndexList()
java.util.List< java.lang.Integer > getQvar2IndexList()