Java Reference

Java Reference

MPConstraintProtoOrBuilder.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 MPConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPConstraintProto)
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 
76  boolean hasLowerBound();
84  double getLowerBound();
85 
89  boolean hasUpperBound();
93  double getUpperBound();
94 
102  boolean hasName();
110  java.lang.String getName();
118  com.google.protobuf.ByteString
119  getNameBytes();
120 
131  boolean hasIsLazy();
142  boolean getIsLazy();
143 }
boolean hasIsLazy()
java.util.List< java.lang.Double > getCoefficientList()
double getCoefficient(int index)
int getVarIndexCount()
double getUpperBound()
optional double upper_bound = 3 [default = inf];
boolean hasName()
com.google.protobuf.ByteString getNameBytes()
boolean getIsLazy()
int getCoefficientCount()
int getVarIndex(int index)
double getLowerBound()
boolean hasUpperBound()
optional double upper_bound = 3 [default = inf];
java.util.List< java.lang.Integer > getVarIndexList()
boolean hasLowerBound()
java.lang.String getName()