Let say I want to model a program that will accept a file of type pdf
.
How should I model accepting a pdf
file as input in VDM++?
Let say I want to model a program that will accept a file of type pdf
.
How should I model accepting a pdf
file as input in VDM++?
You can model how something processes a PDF file, in principle. But then the problem becomes one of how to represent the structure of a PDF in VDM. You would then specify what functions or operations the program would perform on that data. Are you really asking about how to represent a PDF file structure in VDM?