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 
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 
85  boolean hasLowerBound();
94  double getLowerBound();
95 
100  boolean hasUpperBound();
105  double getUpperBound();
106 
115  boolean hasName();
124  java.lang.String getName();
133  com.google.protobuf.ByteString
135 
147  boolean hasIsLazy();
159  boolean getIsLazy();
160 }
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()