Week 7 and Week 8 - GSoC 2021

I’ve done the following since the last update -

  1. Made a class with some of the Kamke ODEs such that ODEs can be tested individually or all at once. Various options such as finding only one solution, finding all possible solutions, verifying the solution, timeout after t seconds, etc were added.
  2. I am auto generating HTML reports for each ODE that is tested so that the results are readable and bugs can be found out easily by looking at failing examples' reports.

Next, I will add all the ODEs and try to split them chapter wise as it is given in Kamke. Then, I plan to make an automated test suite repository which would run the entire test suite on Github Actions.