What are the key results returned by the maxFlow action?

1 vues

Réponse

The maxFlow action returns several results, including: 'ProblemSummary' (a summary of the graph input), 'SolutionSummary' (a summary of the algorithm's solution), 'objective' (the total weight of the maximum network flow), and 'solutionStatus' (the solution status of the algorithm).
Did this answer help you?
maxFlow

optNetwork

See technical action