AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
709 stars 124 forks source link

Add #pragma's or something similar for options and other things #50

Open pkriens opened 6 years ago

pkriens commented 6 years ago

Currently options are defined per user. An option like overflow detection can significantly change the run's and asserts in a model. I think we need to define any option that changes the outcome to a pragma so that models do not depend on user settings.