You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (Commented) (JIRA)" <ji...@apache.org> on 2011/11/27 10:30:40 UTC

[jira] [Commented] (MATH-713) Negative value with restrictNonNegative

    [ https://issues.apache.org/jira/browse/MATH-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157713#comment-13157713 ] 

Luc Maisonobe commented on MATH-713:
------------------------------------

Could you please check this agains the latest development version from the subversion repository ?
There have been several fixes concerning these coefficients in simplex solver since 2.2

                
> Negative value with restrictNonNegative
> ---------------------------------------
>
>                 Key: MATH-713
>                 URL: https://issues.apache.org/jira/browse/MATH-713
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: commons-math-2.2
>            Reporter: MichaƂ Skrzypczak
>              Labels: nonnegative, simplex, solver
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> Problem: commons-math-2.2 SimplexSolver.
> A variable with 0 coefficient may be assigned a negative value nevertheless restrictToNonnegative flag in call:
> SimplexSolver.optimize(function, constraints, GoalType.MINIMIZE, true);
> Function
> 1 * x + 1 * y + 0
> Constraints:
> 1 * x + 0 * y = 1
> Result:
> x = 1; y = -1;
> Probably variables with 0 coefficients are omitted at some point of computation and because of that the restrictions do not affect their values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira