Google OR-Tools v9.9
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// source: ortools/linear_solver/linear_solver.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.linearsolver;
6
7public interface MPQuadraticObjectiveOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.MPQuadraticObjective)
9 com.google.protobuf.MessageOrBuilder {
10
25 java.util.List<java.lang.Integer> getQvar1IndexList();
56 int getQvar1Index(int index);
57
62 java.util.List<java.lang.Integer> getQvar2IndexList();
73 int getQvar2Index(int index);
74
83 java.util.List<java.lang.Double> getCoefficientList();
102 double getCoefficient(int index);
103}
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Integer > getQvar1IndexList()
java.util.List< java.lang.Integer > getQvar2IndexList()