Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsimko committed Feb 18, 2014
1 parent 793b6f3 commit 5b6c794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Modifications
-------------

Modifications in include.h:
1. Added an exception class for signaling cases when no valid remainder intervals can be found.
2. Fixed a MingW issue with regards to mkdir.
1. Added an exception class for signaling cases when no valid remainder intervals can be found.
2. Fixed a MingW issue with regards to mkdir.

Modifications in ContinuousSystem.cpp:
1. Added iterative interval estimation widening (and miniStep narrowing) in
1. Added iterative interval estimation widening (and miniStep narrowing) in
* adaptive step size, fixed-order ContinuousSystem::reach_low_degree() method.
* fixed step size, fixed-order ContinuousSystem::reach_non_polynomial_taylor() method.
* adaptive stepsize , fixed-order ContinuousSystem::reach_non_polynomial_taylor() method.
2. Added exception throwing instead of fprintf(stdout) if no valid remainder intervals can be found. (ContinuousSystem::reach_... methods)
2. Added exception throwing instead of fprintf(stdout) if no valid remainder intervals can be found. (ContinuousSystem::reach_... methods)

Exported functions
------------------
Expand All @@ -38,4 +38,4 @@ In order to compile Flow*, the following libraries are needed:
* mpfr
* gsl
* glpk
Pre-compiled Windows binaries can be downloaded from the releases.
Pre-compiled Windows binaries can be downloaded from the releases.

0 comments on commit 5b6c794

Please sign in to comment.