What is the basic CASL syntax for the maxFlow action?

2 vues

Réponse

optNetwork.maxFlow <result=results> <status=rc> / <deterministic=TRUE | FALSE>, <direction="DIRECTED" | "UNDIRECTED">, <graph=integer>, <sink="string" | double | 64-bit-integer>, <source="string" | double | 64-bit-integer>, ...;
Did this answer help you?
maxFlow

optNetwork

See technical action