Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Quick note 2: depending on the MiniZinc version, we can describe enpty empty matrices like "M = []". On version 2.2.1, we have to build an empty matrices explicitly: "M = array2d(0..0, 1..10, [])". The dimensions must agree with the model. So, for example, if you have in the model file:

...