Skip to content

Releases: maxkapur/OptimalApplication.jl

v0.2.1

19 Aug 05:12
Compare
Choose a tag to compare

OptimalApplication v0.2.1

Diff since v0.2.0

  • Improve maintainability with ASCII-friendly variable names, better organization of files in /src/, qualified using Foo: bar statements
  • Make Market structs mutable—useful if you want to solve a VariedCostsMarket for various values of mkt.H
  • Improve testing routine by adding Aqua.jl and a larger matrix for GH actions

v0.2.0

29 Jun 05:17
Compare
Choose a tag to compare

OptimalApplication v0.2.0

Diff since v0.1.1

  • Add optimalapplication_dynamicprogram_slow, an exact form of the approximation algorithm currently provided as optimalapplication_fptas
  • Fix a bug in optimalapplication_fptas where ceil was used instead of floor, endangering the approximation guarantee
  • Add tests for optimalapplication_dynamicprogram_slow and to check safety of removing some sorts
  • Add some examples in docstrings

v0.1.1

10 Jun 03:40
Compare
Choose a tag to compare

OptimalApplication v0.1.1

Diff since v0.1.0

v0.1.0

01 Jun 02:16
Compare
Choose a tag to compare

First release of OptimalApplication, a Julia package for solving the college application problem. Includes documentation and test library.