Releases: ryanjoneil/ap
Releases · ryanjoneil/ap
ap v0.3.0
What's Changed
- #5: Rename Assignment to Permutation by @ryanjoneil in #7
- #6: Cyclic representation of AP. by @ryanjoneil in #8
- #4: Adds -h flag to lsap command. by @ryanjoneil in #9
- #10: lsap CLI flags for dual prices and reduced costs by @ryanjoneil in #11
- #12: Adds -cycles and -matrix flags. by @ryanjoneil in #13
- Migrate to GitHub Actions. by @ryanjoneil in #14
- v0.3 release by @ryanjoneil in #17
Full Changelog: v0.1.0...v0.3.0
ap v0.1.0
- New API supports multiple forms of assignment problems.
- Split code into
ap
andlsap
packages. - Added benchmarks and examples.
- Adopted Go modules and versioning.
- Added
lsap
binary undercmd
subfolder. - Licensed library under APL v2.