juodaspaulius / clafer

Clafer is a lightweight modeling language
http://clafer.org
MIT License
0 stars 1 forks source link

before pattern (testcase: tmp_before01.cfr) #7

Open RaoMukkamala opened 9 years ago

RaoMukkamala commented 9 years ago

Checks

  1. test case is ok ? Yes
  2. Compiles ? Yes
  3. De-sugars correctly ? yes
  4. Compiles in Alloy ? Yes
  5. Instances in alloy are ok?

a   xor b   c   d   [sometime c before d] assert[never d before c]

The assertion failed and counter example found for the above test case. The generated Xml instance saved at gist: Sample instance and counter example Xml

screen shot 2015-02-19 at 14 10 49