You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ At this point, the program is completely functional.
12
12
A tutorial on how to use the program to solve a Transportation problem can be found in the User Guide.
13
13
14
14
For ease of use, an executable .jar file has been assembled that can be run in any Java Runtime Environment.
15
-
(All the Scala core libraries are bundled in as well -- convenient, though it does make the file quite hefty at 7.56MB.)
15
+
(All the Scala core libraries are bundled in as well -- convenient, though it does make the file quite hefty at ~8MB.)
16
16
17
17
Those that would like to play around with the source code are encouraged to use the Scala Build Tool (http://www.scala-sbt.org/), which easily retrieves all of the necessary Scala libraries and allows for the interfaces and tests to be run straight from the command line.
0 commit comments