Nothing
list
now returns a named list
. The order of
elements in that list have not changed so no existing code should be affected.MinCostFlow()
now returns feasibility status (#25)algorithm=
argument to various functions has received fixes and cleanupsalgorithm=
arguments have a default (#29)algorithm=
argument isn't string (#32)MaxFlow()
and NetworkCirculation()
properly error on invalid algorithm
argument.MaxMatching()
crashed if given NULL
weights; fix such that NULL
weights
now yields unweighted Max Matching. (#35)help(lemon_runners)
for details. (#30)First release!
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.