Data Prep Sheet

Action Principale : maxFlow

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.LinkData;
2 INFILE DATALINES delimiter=',';
3 INPUT from $ to $ capacity;
4 DATALINES;
5A,B,3
6A,C,2
7B,D,2
8B,E,3
9C,D,3
10C,F,2
11E,G,1
12D,G,4
13F,G,3
14;
15RUN;
Actions using this script
  • optNetwork maxFlow En cours
  • No other action uses this exact script.