Google OR-Tools v9.14
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// 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 MPQuadraticConstraintOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.MPQuadraticConstraint)
11 com.google.protobuf.MessageOrBuilder {
12
24 java.util.List<java.lang.Integer> getVarIndexList();
49 int getVarIndex(int index);
50
59 java.util.List<java.lang.Double> getCoefficientList();
78 double getCoefficient(int index);
79
94 java.util.List<java.lang.Integer> getQvar1IndexList();
125 int getQvar1Index(int index);
126
131 java.util.List<java.lang.Integer> getQvar2IndexList();
142 int getQvar2Index(int index);
143
152 java.util.List<java.lang.Double> getQcoefficientList();
171 double getQcoefficient(int index);
172
181 boolean hasLowerBound();
191
196 boolean hasUpperBound();
202}
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()