v0.9.14
MathOptInterface v0.9.14
Closed issues:
- Rename
MultirowChange
toMultirowLinearChange
(#410) - More ObjectiveBound tests (#442)
- Decision: Interval sets with lower > upper (#532)
VectorOfVariables
should allow the same variable twice? (#611)- Test NLP tests (#625)
- Semicontinuous and Semiinteger -> binary variable + Interval variable (#897)
- A problem how to query solver state (#1040)
MOI.Bridges.debug
givingStakeOverFlow
error when calling through sprint or with IOBuffer() (#1062)- Incorrect SDPA file output (#1071)
- SDPA fails to ignore comments on first two lines (#1073)
- Integer variable section for SDPA Format (#1074)
- is_canonical is broken for quadratic functions (#1080)
- add_constrained_variable(s) can break for CachingOptimizer if an optimizer has been attached (#1083)
- Feature request: Support custom objective functions in UniversalFallback (#1085)
Merged pull requests:
- add L1/Linf cone tests and fix bridge when VAF has nonzero constants (#1045) (@chriscoey)
- Adding missing term in docs (#1054) (@Yashcodes)
- Interface from IIS. (#1056) (@dourouc05)
- Add semi integer/continuous bridges (#1059) (@joaquimg)
- Fix typo (#1060) (@metab0t)
- Delete wrong subscript (#1061) (@metab0t)
- [Bridges] Fix StackOverflow in debug (#1063) (@blegat)
- IndicatorSet documentation (#1064) (@Wikunia)
- Adding get function for MOI.ConstraintSet for NonposToNonnegBridge (#1066) (@Yashcodes)
- Update apimanual.md (#1069) (@mforets)
- Typo in doc. (#1070) (@dourouc05)
- [SDPA] Add missing negation of constant (#1075) (@blegat)
- [SDPA] No scaling of off-diagonal coefficient (#1076) (@blegat)
- [SDPA] Ignore comments aftere m and nblocks and detect dat-s extension (#1077) (@blegat)
- Feature to read/write integer constraints (#1079) (@kibaekkim)
- Fix is_canonical for SQF, VQF (#1081) (@mewilhel)
- Fix add_constrained_variable(s) for a CachingOptimizer with an attached optimizer (#1084) (@martinbiel)
- Add support for custom objective functions in UniversalFallback. (#1086) (@martinbiel)
- Remove recommendation to call package MathOptInterfaceXXX (#1087) (@blegat)
- deterministic ordering of constraints -> variable indices (#1088) (@Wikunia)
- Add tests for is_canonical on quadratic functions (#1089) (@blegat)
- Bump JSONSchema dependency (#1090) (@odow)
- Bugfix for set ConstraintFunction in ScalarizeBridge. (#1093) (@martinbiel)
- Fill news for v0.9.14 (#1094) (@blegat)