When I press the Execute button, I get a solution, and the New button generates next ones one by one. Now, I have a couple of questions.
- Is it possible to go to the previous solutions using the GUI? It seems currently it’s not.
I could use the Java API for this and save all the solutions I’ve had so far in a jupyter notebook, for example. While this is possible, now I wonder:
- Is being unable to go to previous solutions a problem in practice?
I’m new to Alloy and haven’t figured out the right workflow yet. But to me, this puts pressure on me to read solutions too carefully. In my mind it just seems that going back and forth would be helpful.