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 
4 package com.google.ortools.linearsolver;
5 
6 public 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 }
java.lang.String getName()
int getBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
boolean getIsInteger()
boolean hasLowerBound()
boolean hasName()
com.google.protobuf.ByteString getNameBytes()
double getLowerBound()
boolean hasBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
boolean hasObjectiveCoefficient()
double getUpperBound()
optional double upper_bound = 2 [default = inf];
boolean hasUpperBound()
optional double upper_bound = 2 [default = inf];
boolean hasIsInteger()
double getObjectiveCoefficient()