File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Release notes
22
3- ## v1.7.0 (July 23, 2022 )
3+ ## v1.7.0 (In progress )
44
55For a detailed list of the closed issues and pull requests from this release,
66see the [ tag notes] ( https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.7.0 ) .
@@ -9,13 +9,18 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
99
1010 - Added ` SplitComplexZerosBridge ` and ` SplitComplexEqualToBridge ` which bridges
1111 complex-valued equality constraints into their real and imaginary parts
12- - Added support for generic nunmber types in ` Utilities.loadfromstring! `
12+ - Added the ` HermitianPositiveSemidefiniteConeTriangle ` set, with bridges to
13+ ` PositiveSemidefiniteConeTriangle `
14+ - Added support for generic number types in ` Utilities.loadfromstring! `
1315 - Add new optimizer-independent options ` RelativeGapTolerance ` and
1416 ` AbsoluteGapTolerance `
1517 - Updated ` FileFormats.MOF ` to MathOptFormat v1.1, enabling support for
1618 constraint programming sets in the ` MOF ` file format
1719 - Added support for quadratic constraints and an objective to ` FileFormats.MPS `
1820 - Added support for indicator constraints to ` FileFormats.MPS `
21+ - Added support for quadratic constraints and an objective to ` FileFormats.LP `
22+ - Added ` IndicatorGreaterToLessThanBridge ` and
23+ ` IndicatorLessToGreaterThanBridge `
1924
2025### Bug fixes
2126
You can’t perform that action at this time.
0 commit comments