This PR implements the backend for tracking and validating the state of the model's update functions and uninterpreted functions. It is synchronized with the front end using events.
The new components extend the main ModelState struct and the corresponding events are added to the API in the src/aeon_events.ts file.
This PR implements the backend for tracking and validating the state of the model's update functions and uninterpreted functions. It is synchronized with the front end using events.
The new components extend the main
ModelState
struct and the corresponding events are added to the API in thesrc/aeon_events.ts
file.