[ 
https://issues.apache.org/jira/browse/MATH-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Tompkins updated MATH-966:
------------------------------
    Fix Version/s: 4.X

> Native support for upper and lower bound for SimplexSolver
> ----------------------------------------------------------
>
>                 Key: MATH-966
>                 URL: https://issues.apache.org/jira/browse/MATH-966
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1.1, 4.0
>            Reporter: Alexander Sehlström
>            Priority: Minor
>             Fix For: 4.X
>
>         Attachments: simplextest.java
>
>
> The SimplexSolver (import 
> org.apache.commons.math3.optim.linear.SimplexSolver) do not support lower and 
> upper bounds as input arguments. It would be convenient to have this support 
> since this would be very helpful when dealing with unconstrained problems (no 
> Ax = c present) that has bounds on x (x_l <= x <= x_u).
> Attached is a piece of code in need for such a feature where a lot of 
> fiddeling is needed in order to convert the bounds (x_l <= x <= x_u) to 
> constraints (Ax = c).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to