Analysis ~~~~~~~~ Verse provides several functions for analyzing hybrid systems defined by scenarios. The ``simulate()`` function generates simulation traces of scenarios. The results of simulation can be visualized using :ref:`Visualization` functions or stored as a json file using the ``dump()`` function in the following format:: "ID": { "agent": {}, "assert_hits": , "child": [], "id": int, "init": {}, "mode": {}, "parent": , "start_time": float, "static": , "trace": {}, "type": "simtrace" }, Each trace in the list of traces is of the form:: { "": [ [time, x1, x2, x3 ], ... ] } Reachtubes ~~~~~~~~~~