Skip to content

v1.5.0 Generation and Enumeration Utilities

Latest

Choose a tag to compare

@BenOnTheBoard BenOnTheBoard released this 09 Mar 20:35
· 5 commits to main since this release
f23c369

In this release, we make available all the utilities that we have been using to test our implementations.

  1. A suite of instance generators for all problem definition, including the ability to adjust tie frequency in the cases where indifference is allowed.
  2. A suite of classes for finding the set of all stable matchings for a given problem, which we refer to as enumerators.

What's Changed

Full Changelog: v.1.4.0...v1.5.0