Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
871 | Optimization | feature | have not tried | 2019-11-24 13:16 | 2019-11-24 13:16 |
|
|||||
Reporter: | SergeyB | Platform: | |||
Assigned To: | SergeyB | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | implemented | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.16.0 | ||
Programming language: | Unspecified | ||||
|
|||||
Summary: | 0000871: INCOMPATIBLE: changed parameters of minqpsetlcmixed() | ||||
Description: |
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
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. |