Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MiniZinc Syntax Changes

New syntax includes:

  • Tuples
  • Records (which are transformed into tuples)
  • case expression with complex pattern matching (possibly compiled into case with simple matching)
  • Namespacing/module system

Syntax still to be discussed:

  • TypeInst variables syntax
  • Function type syntax
  • Module syntax