v0.15.8
MosekTools v0.15.8
Merged pull requests:
- Various refactoring to simplify codebase and improve style (#189) (@odow)
- Remove DEBUG constant (#190) (@odow)
- Remove ref2id (#191) (@odow)
- Refactor src/variable.jl to remove indirection between Optimizer and Task (#192) (@odow)
- Refactor src/MosekTools.jl and add tests to improve coverage (#193) (@odow)
- Relax tests for work counters (#194) (@odow)
- Retry test on MSK_RES_ERR_SERVER_STATUS failure (#195) (@odow)
- Refactor src/attributes.jl to remove various indirections (#196) (@odow)
- Fix MOI.SimplexIterations and MOI.BarrierIterations (#197) (@odow)
- Fix MOI.ObjectiveBound and MOI.RelativeGap (#198) (@odow)
- Add tests to improve code coverage (#199) (@odow)
- Relax comparison in test_objective_bound_relative_gap (#200) (@odow)
- Refactor src/constraint.jl and add tests to improve coverage (#201) (@odow)
- Remove unnecesary MOI.modify method (#202) (@odow)
- Fix use of let and nested functions in add_constraint (#203) (@odow)
- Add tests to improve code coverage (#204) (@odow)
- Fix deleting VectorAffineFunction constraints (#205) (@odow)
- Remove Core.Box from split_scalar_matrix (#206) (@odow)
- Prep for v0.15.8 (#207) (@odow)
Closed issues:
- Deletion of ACC not working (#112)