Reference

C++

Python

DotNET

Java Documentation

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 
18  boolean hasVarIndex();
27  int getVarIndex();
28 
36  boolean hasVarValue();
44  int getVarValue();
45 
53  boolean hasConstraint();
70 }
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()
com.google.ortools.linearsolver.MPConstraintProto getConstraint()