Releases: maxkapur/OptimalApplication.jl
Releases · maxkapur/OptimalApplication.jl
v0.2.1
OptimalApplication v0.2.1
- Improve maintainability with ASCII-friendly variable names, better organization of files in
/src/, qualifiedusing Foo: barstatements - Make
Marketstructs mutable—useful if you want to solve aVariedCostsMarketfor various values ofmkt.H - Improve testing routine by adding Aqua.jl and a larger matrix for GH actions
v0.2.0
OptimalApplication v0.2.0
- Add
optimalapplication_dynamicprogram_slow, an exact form of the approximation algorithm currently provided asoptimalapplication_fptas - Fix a bug in
optimalapplication_fptaswhereceilwas used instead offloor, endangering the approximation guarantee - Add tests for
optimalapplication_dynamicprogram_slowand to check safety of removing some sorts - Add some examples in docstrings