We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed32312 commit 36fa94bCopy full SHA for 36fa94b
src/transportation.jl
@@ -136,7 +136,7 @@ end
136
137
Solves a transportation problem given by an object of in type `TransportationProblem`.
138
139
-`initial`` is used to store the initial solution of the transportation problem. Any custom
+`initial` is used to store the initial solution of the transportation problem. Any custom
140
implementation should take a `TransportationProblem` and return a `TransportationResult` object.
141
Currently, `northwestcorner` and `leastcost` are implemented as custom initial solutions.
142
0 commit comments