This is an exercise of Ariadne on hybrid system modeling and evolution, written as a simple self contained example (SSCE).
To compile the tutorial, use the same procedure as for the compilation of the library: 

1. mkdir build
2. cd build
3. cmake .. -DCMAKE_CXX_COMPILER=g++-10
4. make
