Java Reference

Java Reference

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
4package com.google.ortools.linearsolver;
5
6public interface MPQuadraticConstraintOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.MPQuadraticConstraint)
8 com.google.protobuf.MessageOrBuilder {
9
21 java.util.List<java.lang.Integer> getVarIndexList();
46 int getVarIndex(int index);
47
56 java.util.List<java.lang.Double> getCoefficientList();
75 double getCoefficient(int index);
76
91 java.util.List<java.lang.Integer> getQvar1IndexList();
122 int getQvar1Index(int index);
123
128 java.util.List<java.lang.Integer> getQvar2IndexList();
139 int getQvar2Index(int index);
140
149 java.util.List<java.lang.Double> getQcoefficientList();
168 double getQcoefficient(int index);
169
178 boolean hasLowerBound();
188
193 boolean hasUpperBound();
199}
int getQvar2Index(int index)
repeated int32 qvar2_index = 4;
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Integer > getQvar2IndexList()
repeated int32 qvar2_index = 4;
double getUpperBound()
optional double upper_bound = 7 [default = inf];
java.util.List< java.lang.Integer > getQvar1IndexList()
int getQvar2IndexCount()
repeated int32 qvar2_index = 4;
java.util.List< java.lang.Integer > getVarIndexList()
java.util.List< java.lang.Double > getQcoefficientList()
boolean hasUpperBound()
optional double upper_bound = 7 [default = inf];