labs-lang / labs

LAbS: a Language with Attribute-based Stigmergies - Parser + Code generator
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Maintain order of properties to check (BMC) #20

Open lou1306 opened 5 years ago

lou1306 commented 5 years ago

Currently, properties are encoded in alphabetical order. However, it may be useful to verify two properties where one is a refinement/stronger version of the other.

In these cases, the user of the language should describe the weaker properties before the stronger ones. The code generator should respect the user-defined ordering.