Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
993 | Optimization | feature | have not tried | 2023-10-14 21:00 | 2023-10-14 21:00 |
|
|||||
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: | 4.01.0 | ||
Programming language: | Unspecified | ||||
|
|||||
Summary: | 0000993: IMPLEMENTED: two-sided nonlinear constraints for MinNLC optimizer | ||||
Description: |
MinNLC nonlinear programming solver now supports two-sided nonlinear constraints of the form CL<=C(x)<=CU, with (a) CL or CU possibly being infinite, and (b) CL possibly being equal to CU. New constraints are activated with minnlcsetnlc2() call. It is the most general, efficient and convenient form of the constraint specification. It does not require you to order equality constraints prior or past inequality ones. It is also possible to specify range constraints (when both CL and CU are finite and CL<CU). The former minnlcsetnlc() interface is still supported for backward compatibility reasons. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2023-10-14 21:00 | SergeyB | New Issue | |||
2023-10-14 21:00 | SergeyB | Status | new => assigned | ||
2023-10-14 21:00 | SergeyB | Assigned To | => SergeyB | ||
2023-10-14 21:00 | SergeyB | Programming language | => Unspecified | ||
2023-10-14 21:00 | SergeyB | Status | assigned => resolved | ||
2023-10-14 21:00 | SergeyB | Fixed in Version | => 4.01.0 | ||
2023-10-14 21:00 | SergeyB | Resolution | open => implemented |
There are no notes attached to this issue. |