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: bar
statements - Make
Market
structs mutable—useful if you want to solve aVariedCostsMarket
for 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_fptas
whereceil
was used instead offloor
, endangering the approximation guarantee - Add tests for
optimalapplication_dynamicprogram_slow
and to check safety of removing some sorts - Add some examples in docstrings