v1.5.0
MathOptInterface v1.5.0
Closed issues:
- Set request: ScaledPSDCone (#531)
- Bridge request: {Log,Root}DetConeSquare to ConeTriangle (#541)
- Bridge debugging (#680)
- Add tests for REDUCTION_CERTIFICATE (#749)
- Use Bridges.runtests in bridges tests (#820)
- Fast deletion of vector of constraints for Utilities.AbstractModel (#1102)
- CachingOptimizer for ObjectiveValue and DualObjectiveValue (#1759)
- Throw NotAllowedError in get_fallback (#1777)
- Bug in dual of PositiveSemidefiniteConeSquare (#1830)
- Consider adding warning back to SquareBridge (#1899)
- FileFormats.MOF: support nonlinear reading (#1906)
- Document constraint_expr and objective_expr (#1908)
- FileFormats.LP: throw nicer error on corrupt files (#1910)
Merged pull requests:
- [Bridges] Fix bug in dual of PSDConeSquare bridge (#1839) (@odow)
- [Bridges] add print_active_bridges to print optimal hyper-path (#1866) (@odow)
- [Bridges] add constraint programming bridges (#1884) (@odow)
- [Bridges] tidy SquareBridge (#1891) (@odow)
- Add GetAttributeNotAllowed error (#1892) (@odow)
- [Utilities] add get_fallback support in CachingOptimizer (#1893) (@odow)
- [Bridges] fix typos in bridge docstrings (#1894) (@odow)
- [Bridges] add more runtests (#1895) (@odow)
- [Bridges] add tests for Variable bridges (#1896) (@odow)
- [Bridges] add tests and functionality for IndicatorActiveOnFalseBridge (#1897) (@odow)
- typo in doc (#1898) (@matbesancon)
- [Bridges] add {Root,Log}Det to SquareBridge (#1900) (@odow)
- Fix minor typos in Nonlinear's documentation (#1902) (@frapac)
- [docs] Document square PSD duality convention (#1904) (@odow)
- Remove BinPackingToMILPBridge from add_all_bridges (#1905) (@odow)
- [FileFormats.MOF] Fix reading of NLPs (#1907) (@odow)
- [docs] improve documentation of nonlinear API (#1909) (@odow)
- [FileFormats.LP] fix error on malformed line (#1911) (@odow)
- [Bridges] remove last acronyms (#1912) (@odow)
- [Bridges] begin commenting bridge_optimizer.jl (#1913) (@odow)
- [Test] fix ZeroOne tests with lower and upper bounds (#1915) (@odow)
- [docs] clarify QuadtoSOCBridge assumptions (#1916) (@odow)
- [Bridges] bring back square warning (#1917) (@odow)
- Prep for v1.5.0 (#1918) (@odow)