I'm trying to compute a total order of atoms using Alloy through its Java API.
So I was wondering: is there a way to include util/ordering[SomeSignature] using Alloy's Java API?
In edu.mit.csail.sdg.alloy4compiler.parser.CompModule there's a addOpen method but I don't know how to use it.
Thanks.