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
4package com.google.ortools.linearsolver;
5
6public interface MPIndicatorConstraintOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.MPIndicatorConstraint)
8 com.google.protobuf.MessageOrBuilder {
9
19 boolean hasVarIndex();
30
39 boolean hasVarValue();
49
58 boolean hasConstraint();
67 com.google.ortools.linearsolver.MPConstraintProto getConstraint();
75 com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder();
76}
com.google.ortools.linearsolver.MPConstraintProto getConstraint()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()