[
https://issues.apache.org/jira/browse/MATH-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles resolved MATH-1442.
--------------------------
Resolution: Fixed
commit 3ea45970dbe94643fb57ce7713dc1c624526853b
> PolyhedronsSet.getSize() is incorrect for full space
> ----------------------------------------------------
>
> Key: MATH-1442
> URL: https://issues.apache.org/jira/browse/MATH-1442
> Project: Commons Math
> Issue Type: Bug
> Affects Versions: 4.0, 3.5, 3.6
> Reporter: Matt Juntunen
> Priority: Major
> Fix For: 4.0
>
>
> The getSize() method in PolyhedronsSet returns 0 for instances representing
> the full space. It should return Double.POSITIVE_INFINITY.
> {{Ex:}}
> {{PolyhedronsSet poly = new PolyhedronsSet(1e-10);}}
> {{poly.isFull(); // returns true}}
> {{poly.getSize(); // returns 0.0}}
>
> Pull request: https://github.com/apache/commons-math/pull/75
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)