QMASM v1.2
Version 1.2 of QMASM adds a new output format: the MiniZinc constraint-modeling language. (Use --format=minizinc on the qmasm command line.) This provides a way to run QMASM programs classically and more deterministically, which can be useful for debugging. In addition, QMASM v1.2 extends array syntax to aliases; introduces an --all-solns command-line option to include all solutions in the output, not just minimal-energy solutions; writes qbsolv files before embedding, not after (which largely defeated the purpose of outputting qbsolv); and includes various minor code improvements.