- Polish documentation
- Update tests for FPTaylor v0.9.4
- v0.9.4 is much faster in some cases and produces slightly different (often slightly better) bounds.
- Remove quotes from FPTaylor variables, allowing support for FPTaylor >=0.9.3
- Re-enable
PropaFP.Expression.normalizeBoolean
inPropaFP.DeriveBounds
- Aggressive simplification rules applied in
normalizeBoolean
are sometimes required to successfully derive bounds for variables
- Aggressive simplification rules applied in
- Add
eliminate_if
transformation to the PropaFP Why3 driver- This transformation performs simplifications that PropaFP cannot currently do, making some problems easier for provers
- Regenerate Why3 SMT files using new driver
- Add test suite
- Tests dReal(/LPPaver) and MetiTarski translators
- Checks that PropaFP generated files are the same as the processed files stored under the examples folder
- Initial release