File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.47.1 "
3+ version = " 1.48.0 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ CurrentModule = MathOptInterface
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10- ## v1.47.1 (December 8, 2025)
10+ ## v1.48.0 (December 9, 2025)
11+
12+ ### Added
13+
14+ - Added the [ ` LagrangeMultiplier ` ] ( @ref ) and [ ` LagrangeMultiplierStart ` ] ( @ref )
15+ attributes (#2890 )
1116
1217### Fixed
1318
Original file line number Diff line number Diff line change @@ -43,4 +43,6 @@ NONBASIC
4343NONBASIC_AT_LOWER
4444NONBASIC_AT_UPPER
4545SUPER_BASIC
46+ LagrangeMultiplier
47+ LagrangeMultiplierStart
4648```
You can’t perform that action at this time.
0 commit comments