MaxMatching() crashed if given NULL weights; fix such that NULL weights now yields unweighted Max Matching. (#35)
Exported functions now interface with the LEMON library through runners. These runners aren’t exported, but may be useful for users who want access to LEMON with no pre- or post-processing. See help(lemon_runners) for details. (#30)
Minor changes
Various corrections and cleanups of documentation (#34, #27, #28, etc)
More precise use of the term “list”, and remove usage of “boolean”
Fixed some links to LEMON documentation.
Testing has been standardized to hopefully get ahead of problems in the future. (#31)