%0 Book Section %A Cardelli, Luca %A Tribastone, Mirco %A Tschaikowski, Max %A Vandin, Andrea %B Tools and Algorithms for the Construction and Analysis of Systems. TACAS 2017 %C Berlin %D 2017 %F eprints:3766 %I Springer %N 10206 %P 310-328 %S Lecture Notes in Computer Science %T ERODE: A Tool for the Evaluation and Reduction of Ordinary Differential Equations %U http://eprints.imtlucca.it/3766/ %X We present ERODE, a multi-platform tool for the solution and exact reduction of systems of ordinary differential equations (ODEs). ERODE supports two recently introduced, complementary, equivalence relations over ODE variables: forward differential equivalence yields a self-consistent aggregate system where each ODE gives the cumulative dynamics of the sum of the original variables in the respective equivalence class. Backward differential equivalence identifies variables that have identical solutions whenever starting from the same initial conditions. As back-end ERODE uses the well-known Z3 SMT solver to compute the largest equivalence that refines a given initial partition of ODE variables. In the special case of ODEs with polynomial derivatives of degree at most two (covering affine systems and elementary chemical reaction networks), it implements a more efficient partition-refinement algorithm in the style of Paige and Tarjan. ERODE comes with a rich development environment based on the Eclipse plug-in framework offering: (i) seamless project management; (ii) a fully-featured text editor; and (iii) importing-exporting capabilities.