Java Reference

Java Reference

MPArrayWithConstantConstraintOrBuilder.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 MPArrayWithConstantConstraintOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPArrayWithConstantConstraint)
8  com.google.protobuf.MessageOrBuilder {
9 
19  java.util.List<java.lang.Integer> getVarIndexList();
40  int getVarIndex(int index);
41 
46  boolean hasConstant();
51  double getConstant();
52 
63 }
int getResultantVarIndex()
optional int32 resultant_var_index = 3;
boolean hasResultantVarIndex()
optional int32 resultant_var_index = 3;