Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPQuadraticConstraintOrBuilder.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 MPQuadraticConstraintOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.MPQuadraticConstraint)
9 com.google.protobuf.MessageOrBuilder {
10
22 java.util.List<java.lang.Integer> getVarIndexList();
47 int getVarIndex(int index);
48
57 java.util.List<java.lang.Double> getCoefficientList();
76 double getCoefficient(int index);
77
92 java.util.List<java.lang.Integer> getQvar1IndexList();
123 int getQvar1Index(int index);
124
129 java.util.List<java.lang.Integer> getQvar2IndexList();
140 int getQvar2Index(int index);
141
150 java.util.List<java.lang.Double> getQcoefficientList();
169 double getQcoefficient(int index);
170
179 boolean hasLowerBound();
189
194 boolean hasUpperBound();
200}
java.util.List< java.lang.Integer > getQvar1IndexList()
java.util.List< java.lang.Integer > getVarIndexList()
java.util.List< java.lang.Integer > getQvar2IndexList()
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Double > getQcoefficientList()