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 
20  java.util.List<java.lang.Integer> getVarIndexList();
31  int getVarIndexCount();
42  int getVarIndex(int index);
43 
51  java.util.List<java.lang.Double> getCoefficientList();
59  int getCoefficientCount();
67  double getCoefficient(int index);
68 
82  java.util.List<java.lang.Integer> getQvar1IndexList();
96  int getQvar1IndexCount();
110  int getQvar1Index(int index);
111 
115  java.util.List<java.lang.Integer> getQvar2IndexList();
119  int getQvar2IndexCount();
123  int getQvar2Index(int index);
124 
132  java.util.List<java.lang.Double> getQcoefficientList();
140  int getQcoefficientCount();
148  double getQcoefficient(int index);
149 
157  boolean hasLowerBound();
165  double getLowerBound();
166 
170  boolean hasUpperBound();
174  double getUpperBound();
175 }
java.util.List< java.lang.Integer > getQvar1IndexList()
int getQvar2IndexCount()
repeated int32 qvar2_index = 4;
java.util.List< java.lang.Integer > getVarIndexList()
double getUpperBound()
optional double upper_bound = 7 [default = inf];
boolean hasUpperBound()
optional double upper_bound = 7 [default = inf];
java.util.List< java.lang.Double > getCoefficientList()
java.util.List< java.lang.Integer > getQvar2IndexList()
repeated int32 qvar2_index = 4;
java.util.List< java.lang.Double > getQcoefficientList()
int getQvar2Index(int index)
repeated int32 qvar2_index = 4;