conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Conjure allows two find statements with the same name

Open ChrisJefferson opened this issue 5 years ago • 0 comments

Given something like:

find design : mset (size 1) of mset (size 1) of int(1..v)
find design: set (size b) of set (size k) of int(1..v)

Conjure uses the second to generate the model, and then tries to use the first when reading the model back in.

ChrisJefferson avatar Oct 24 '19 11:10 ChrisJefferson