I am wondering if it is possible to generate a model specification for a given instance. My goal is to check whether an instance conforms to a model or not.
I have found a paper dealing with automatic specification of instances. It is called 'An Automated Approach for Writing Alloy Specifications Using Instances' (http://users.ece.utexas.edu/~khurshid/papers/2006/06isola-aDeryaft.pdf). If I am not mistaken, this could be a way to check whether an instance conforms to a model. Unfortunately there seems to be no implementation available for download.
Do you know how I could check whether a given instance conforms to a model or not?
Thanks for your time.