Mantis - ALGLIB
Viewing Issue Advanced Details
871 Optimization feature have not tried 2019-11-24 13:16 2019-11-24 13:16
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 3.16.0  
Unspecified
0000871: INCOMPATIBLE: changed parameters of minqpsetlcmixed()
Since version 3.16.0 ALGLIB treats mixed sparse/dense linear constraints as a set of sparse ones followed by dense ones. Specific ordering of constraints is important when we want to tie Lagrange multipliers to them.

Previous versions of ALGLIB accepted constraints in reverse order, which was reflected in signature of minqpsetlcmixed() - dense constraints were specified first, followed by sparse ones.

Since 3.16.0, old minqpsetlcmixed() was renamed to minqpsetlcmixedlegacy(), and new version of this function accepts constraints in the correct order.
Issue History
2019-11-24 13:16 SergeyB New Issue
2019-11-24 13:16 SergeyB Status new => assigned
2019-11-24 13:16 SergeyB Assigned To => SergeyB
2019-11-24 13:16 SergeyB Programming language => Unspecified
2019-11-24 13:16 SergeyB Status assigned => resolved
2019-11-24 13:16 SergeyB Fixed in Version => 3.16.0
2019-11-24 13:16 SergeyB Resolution open => implemented

There are no notes attached to this issue.