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 
4 package com.google.ortools.linearsolver;
5 
6 public 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();
187  double getLowerBound();
188 
193  boolean hasUpperBound();
198  double getUpperBound();
199 }
double getLowerBound()
int getVarIndexCount()
int getVarIndex(int index)
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Integer > getVarIndexList()
java.util.List< java.lang.Double > getQcoefficientList()
boolean hasLowerBound()
int getQvar2Index(int index)
repeated int32 qvar2_index = 4;
java.util.List< java.lang.Integer > getQvar1IndexList()
int getQvar1IndexCount()
double getQcoefficient(int index)
java.util.List< java.lang.Integer > getQvar2IndexList()
repeated int32 qvar2_index = 4;
boolean hasUpperBound()
optional double upper_bound = 7 [default = inf];
double getUpperBound()
optional double upper_bound = 7 [default = inf];
int getQvar2IndexCount()
repeated int32 qvar2_index = 4;
int getCoefficientCount()
double getCoefficient(int index)
int getQvar1Index(int index)
int getQcoefficientCount()