diff --git a/_includes/body.html b/_includes/body.html index ff034662a84e6467b38fd9991086b1feb3b98543..a226e0712993bf043f8e49e375e7460019c23e07 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -157,9 +157,9 @@ <div class="columns is-multiline"> <div class="column is-two-third"> - <h2 class="subtitle">Input partioning</h2> + <h2 class="subtitle">Input partitioning</h2> <p> - Another key aspect of PyRAT lies in the input partioning mechanisms that it employs. For lower dimensionality inputs, PyRAT is able to use input partioning as a mean to increase the precision of the analysis and prove a wider range of property. This partioning is reinforced by heuristics tailored to the abstract domains we use which allow a significant boost in precision on such networks<br> + Another key aspect of PyRAT lies in the input partitioning mechanisms that it employs. For lower dimensionality inputs, PyRAT is able to use input partitioning as a mean to increase the precision of the analysis and prove a wider range of property. This partitioning is reinforced by heuristics tailored to the abstract domains we use which allow a significant boost in precision on such networks<br> As an example on the widely used and public benchmark ACAS-XU, PyRAT proves all the defined properties in 292s while state of the art tools such as nnenum takes 319s and neurify 1265s. </p> </div>