ariadne-cps / ariadne

C++ framework for rigorous computation on cyber-physical systems
http://www.ariadne-cps.org
GNU General Public License v3.0
28 stars 9 forks source link

Clarity over step-size suggestion to integrator classes #788

Open pietercollins opened 1 month ago

pietercollins commented 1 month ago

Make it clear at code level that the step_size argument to Integrator classes is a suggestion by introducing a Suggest or Hint modifier. Add support for a separate method which returns the requested step size or throws an exception.