Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-17 | 963 Bytes | |
v0.9.7 source code.tar.gz | 2025-04-17 | 70.0 kB | |
v0.9.7 source code.zip | 2025-04-17 | 118.8 kB | |
Totals: 3 Items | 189.7 kB | 1 |
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)