Is there a way to find out what is causing 'No Instance Found' on run in Alloy?

Viewed 542

I have written in model using Alloy. However for certain conditions running the predicate to find an instance is failing and it says that no instance can be found. I tried increasing the bound to about 16 instances, yet it does not find any instance.

Is there any way I can debug this so that I can see which facts are failing which is causing Alloy not being able to find an instance?

Thanks !

1 Answers
Related