Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPVariableProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/linear_solver/linear_solver.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.linearsolver;
7
8@com.google.protobuf.Generated
9public interface MPVariableProtoOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.MPVariableProto)
11 com.google.protobuf.MessageOrBuilder {
12
21 boolean hasLowerBound();
30 double getLowerBound();
31
36 boolean hasUpperBound();
41 double getUpperBound();
42
61
71 boolean hasIsInteger();
81 boolean getIsInteger();
82
91 boolean hasName();
100 java.lang.String getName();
109 com.google.protobuf.ByteString
111
122}