Module minion_rs::ast

source ·
Expand description

Types used for representing Minion models in Rust.

Structs§

  • A Minion model.
  • Stores all named variables in a Minion model alongside their domains.

Enums§

  • Representation of a Minion constant.
  • All supported Minion constraints.
  • Representation of a Minion Variable.
  • Representation of variable domains.

Type Aliases§