Java Reference

Java Reference

MPIndicatorConstraintOrBuilder.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 MPIndicatorConstraintOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPIndicatorConstraint)
8  com.google.protobuf.MessageOrBuilder {
9 
19  boolean hasVarIndex();
29  int getVarIndex();
30 
39  boolean hasVarValue();
48  int getVarValue();
49 
58  boolean hasConstraint();
76 }
boolean hasVarValue()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()
com.google.ortools.linearsolver.MPConstraintProto getConstraint()
int getVarIndex()
boolean hasVarIndex()
boolean hasConstraint()
int getVarValue()