OR-Tools 7.2
Main Page
Related Pages
Namespaces
Classes
Files
ortools
gen
com
google
ortools
linearsolver
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
17
boolean
hasLowerBound
();
25
double
getLowerBound
();
26
30
boolean
hasUpperBound
();
34
double
getUpperBound
();
35
43
boolean
hasObjectiveCoefficient
();
51
double
getObjectiveCoefficient
();
52
61
boolean
hasIsInteger
();
70
boolean
getIsInteger
();
71
79
boolean
hasName
();
87
java.lang.String
getName
();
95
com
.
google
.protobuf.ByteString
96
getNameBytes
();
97
101
boolean
hasBranchingPriority
();
105
int
getBranchingPriority
();
106
}
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getName
java.lang.String getName()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasUpperBound
boolean hasUpperBound()
optional double upper_bound = 2 [default = inf];
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasObjectiveCoefficient
boolean hasObjectiveCoefficient()
com
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getNameBytes
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getUpperBound
double getUpperBound()
optional double upper_bound = 2 [default = inf];
com.google.ortools.linearsolver.MPVariableProtoOrBuilder
Definition:
MPVariableProtoOrBuilder.java:6
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasBranchingPriority
boolean hasBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasLowerBound
boolean hasLowerBound()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getBranchingPriority
int getBranchingPriority()
optional int32 branching_priority = 6 [default = 0];
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasIsInteger
boolean hasIsInteger()
com.google
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.hasName
boolean hasName()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getIsInteger
boolean getIsInteger()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getLowerBound
double getLowerBound()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder.getObjectiveCoefficient
double getObjectiveCoefficient()