Java Reference

Java Reference

MPVariableProtoOrBuilder.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 MPVariableProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.MPVariableProto)
8 com.google.protobuf.MessageOrBuilder {
9
18 boolean hasLowerBound();
27 double getLowerBound();
28
33 boolean hasUpperBound();
38 double getUpperBound();
39
58
68 boolean hasIsInteger();
78 boolean getIsInteger();
79
88 boolean hasName();
97 java.lang.String getName();
106 com.google.protobuf.ByteString
108
119}
int getBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
double getUpperBound()
optional double upper_bound = 2 [default = inf];
boolean hasBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
boolean hasUpperBound()
optional double upper_bound = 2 [default = inf];