Java Reference

Java Reference

MPAbsConstraintOrBuilder.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 MPAbsConstraintOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPAbsConstraint)
8  com.google.protobuf.MessageOrBuilder {
9 
19  boolean hasVarIndex();
29  int getVarIndex();
30 
41 }
boolean hasVarIndex()
int getVarIndex()
boolean hasResultantVarIndex()
optional int32 resultant_var_index = 2;
int getResultantVarIndex()
optional int32 resultant_var_index = 2;