[
https://issues.apache.org/jira/browse/MATH-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825795#comment-13825795
]
Thomas Neidhart commented on MATH-1032:
---------------------------------------
In MATH-970, a SolutionCallback has been added which has an internal reference
to the SimplexTableau.
It would be trivial to also provide access to the tableau itself, but we would
have to change the visibility of the class to public: right now it is package
private.
> Recover final tableau values from SimplexSolver
> -----------------------------------------------
>
> Key: MATH-1032
> URL: https://issues.apache.org/jira/browse/MATH-1032
> Project: Commons Math
> Issue Type: Improvement
> Affects Versions: 3.2
> Reporter: Renato Cherullo
> Assignee: Thomas Neidhart
>
> When the Simplex algorithm finds an optimal solution, the tableau is full of
> useful information that (in the current implementation) can't be retrieved,
> like shadow prices, sensitivity info, etc.
> Thus, it would be great if a future version allowed for the retrieval of such
> information.
--
This message was sent by Atlassian JIRA
(v6.1#6144)