|
static pb::MessageParser< FlowNodeProto > | Parser [get] |
|
static pbr::MessageDescriptor | Descriptor [get] |
|
long | Id [get, set] |
| The ids must be non-negative (>= 0). They should be dense for good performance. Note that it is not mandatory to include nodes with no supply in a FlowModelProto.
|
|
bool | HasId [get] |
| Gets whether the "id" field is set.
|
|
long | Supply [get, set] |
| The supply can be positive or negative in which case it means demand. The sum of the supplies over all nodes must always be 0.
|
|
bool | HasSupply [get] |
| Gets whether the "supply" field is set.
|
|
Definition at line 427 of file FlowProblem.pb.cs.
◆ FlowNodeProto() [1/2]
Google.OrTools.Graph.FlowNodeProto.FlowNodeProto |
( |
| ) |
|
|
inline |
◆ FlowNodeProto() [2/2]
Google.OrTools.Graph.FlowNodeProto.FlowNodeProto |
( |
FlowNodeProto | other | ) |
|
|
inline |
◆ CalculateSize()
int Google.OrTools.Graph.FlowNodeProto.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearId()
void Google.OrTools.Graph.FlowNodeProto.ClearId |
( |
| ) |
|
|
inline |
◆ ClearSupply()
void Google.OrTools.Graph.FlowNodeProto.ClearSupply |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
bool Google.OrTools.Graph.FlowNodeProto.Equals |
( |
FlowNodeProto | other | ) |
|
|
inline |
◆ Equals() [2/2]
override bool Google.OrTools.Graph.FlowNodeProto.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
override int Google.OrTools.Graph.FlowNodeProto.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void Google.OrTools.Graph.FlowNodeProto.MergeFrom |
( |
FlowNodeProto | other | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void Google.OrTools.Graph.FlowNodeProto.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
override string Google.OrTools.Graph.FlowNodeProto.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.Graph.FlowNodeProto.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ IdFieldNumber
const int Google.OrTools.Graph.FlowNodeProto.IdFieldNumber = 1 |
|
static |
◆ SupplyFieldNumber
const int Google.OrTools.Graph.FlowNodeProto.SupplyFieldNumber = 2 |
|
static |
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.Graph.FlowNodeProto.Descriptor |
|
staticget |
◆ HasId
bool Google.OrTools.Graph.FlowNodeProto.HasId |
|
get |
◆ HasSupply
bool Google.OrTools.Graph.FlowNodeProto.HasSupply |
|
get |
◆ Id
long Google.OrTools.Graph.FlowNodeProto.Id |
|
getset |
The ids must be non-negative (>= 0). They should be dense for good performance. Note that it is not mandatory to include nodes with no supply in a FlowModelProto.
Definition at line 486 of file FlowProblem.pb.cs.
◆ Parser
pb.MessageParser<FlowNodeProto> Google.OrTools.Graph.FlowNodeProto.Parser |
|
staticget |
◆ Supply
long Google.OrTools.Graph.FlowNodeProto.Supply |
|
getset |
The supply can be positive or negative in which case it means demand. The sum of the supplies over all nodes must always be 0.
Definition at line 517 of file FlowProblem.pb.cs.
The documentation for this class was generated from the following file: