Holds a flow problem, see NodeProto and ArcProto for more details.
More...
|
static pb::MessageParser< FlowModelProto > | Parser [get] |
|
static pbr::MessageDescriptor | Descriptor [get] |
|
pbc::RepeatedField< global::Google.OrTools.Graph.FlowNodeProto > | Nodes [get] |
|
pbc::RepeatedField< global::Google.OrTools.Graph.FlowArcProto > | Arcs [get] |
|
global::Google.OrTools.Graph.FlowModelProto.Types.ProblemType | ProblemType [get, set] |
|
bool | HasProblemType [get] |
| Gets whether the "problem_type" field is set.
|
|
Holds a flow problem, see NodeProto and ArcProto for more details.
Definition at line 698 of file FlowProblem.pb.cs.
◆ FlowModelProto() [1/2]
Google.OrTools.Graph.FlowModelProto.FlowModelProto |
( |
| ) |
|
|
inline |
◆ FlowModelProto() [2/2]
Google.OrTools.Graph.FlowModelProto.FlowModelProto |
( |
FlowModelProto | other | ) |
|
|
inline |
◆ CalculateSize()
int Google.OrTools.Graph.FlowModelProto.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearProblemType()
void Google.OrTools.Graph.FlowModelProto.ClearProblemType |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
bool Google.OrTools.Graph.FlowModelProto.Equals |
( |
FlowModelProto | other | ) |
|
|
inline |
◆ Equals() [2/2]
override bool Google.OrTools.Graph.FlowModelProto.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
override int Google.OrTools.Graph.FlowModelProto.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void Google.OrTools.Graph.FlowModelProto.MergeFrom |
( |
FlowModelProto | other | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void Google.OrTools.Graph.FlowModelProto.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
override string Google.OrTools.Graph.FlowModelProto.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.Graph.FlowModelProto.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ ArcsFieldNumber
const int Google.OrTools.Graph.FlowModelProto.ArcsFieldNumber = 2 |
|
static |
◆ NodesFieldNumber
const int Google.OrTools.Graph.FlowModelProto.NodesFieldNumber = 1 |
|
static |
◆ ProblemTypeFieldNumber
const int Google.OrTools.Graph.FlowModelProto.ProblemTypeFieldNumber = 3 |
|
static |
◆ Arcs
pbc.RepeatedField<global.Google.OrTools.Graph.FlowArcProto> Google.OrTools.Graph.FlowModelProto.Arcs |
|
get |
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.Graph.FlowModelProto.Descriptor |
|
staticget |
◆ HasProblemType
bool Google.OrTools.Graph.FlowModelProto.HasProblemType |
|
get |
◆ Nodes
pbc.RepeatedField<global.Google.OrTools.Graph.FlowNodeProto> Google.OrTools.Graph.FlowModelProto.Nodes |
|
get |
◆ Parser
pb.MessageParser<FlowModelProto> Google.OrTools.Graph.FlowModelProto.Parser |
|
staticget |
◆ ProblemType
global.Google.OrTools.Graph.FlowModelProto.Types.ProblemType Google.OrTools.Graph.FlowModelProto.ProblemType |
|
getset |
The documentation for this class was generated from the following file: