Tulip v0.9.7
Merged pull requests:
- Allow querying
SolutionTime
attribute (mentioned in the docs, but so far unimplemented) (#146) (@pratyai) - Count another location of
KKT.solve!()
call in the final stats (previously unreported). (#147) (@pratyai) - Fix treatment of objective value for infeasibility certificates (rays) (#150) (@mtanneau)
- Update CI workflow (#151) (@mtanneau)
- Bump version --> v0.10.0 (#152) (@mtanneau)
- Fix missing MOI methods and update tests (#153) (@odow)
- Prep for v0.9.7 (#154) (@odow)
Closed issues:
- New failing tests in MOI (#130)
- MathOptInterface.BarrierIterations (#135)
- Writing user extension for
Tulip.KKT.AbstractKKTBackend
,Tulip.KKT.AbstractKKTSolver
etc. (#145) - Is there a fresher reference for how HSD implementation currently works? (#148)
- Non-MOI-compliant handling of infeasible/unbounded results (#149)