Use of B method for dynamic structures in S2OPC, Frédéric Badeau Vincent Lacroix Vincent Monfort Laurent Voisin
https://blog.systerel.fr/fr/posts/2021-06/b-method-for-dynamic-structures-in-s2opc/
The software B method has so far been mainly used in the industrial world to develop safety critical software with very basic memory management limited to arrays of fixed size defined at compilation time.
We present here an alternative approach for modelling software based on a more classic memory management with dynamically allocated complex data structures accessed through pointers
Note
This article is almost taken as is from our publication : “Modelling dynamic data structures with the b method” published in International Conference on Abstract State Machines, Alloy, B, TLA, VDM, and Z, 420–424. Springer, 2018.
Comments
Post a Comment