Transportation problem: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: compared to JAVA and NWC w/o Optimization)
Line 4,108: Line 4,108:
25 20 - 5
25 20 - 5
35 - 30 5
35 - 30 5
Total cost 180</pre>
Total cost 180


Compared to Java's optimal solutions, the results are quite good
Java this pgm NWC w/o Optimization
input1.txt 180.0 180 185
input2.txt 130.0 136 248
input3.txt 1000.0 1005 1220</pre>


=={{header|SAS}}==
=={{header|SAS}}==