Module ast
Source - pretty
- Functions for pretty printing Conjure models.
- types
- DecisionVariable
- Represents a decision variable within a computational model.
- SymbolTable
- The global symbol table. Maps
Names
to their definitions.
- Atom
- An
Atom
is an indivisible expression, such as a literal or a reference. - Domain
- Expression
- Represents different types of expressions used to define rules and constraints in the model.
- Literal
- A literal value, equivalent to constants in Conjure.
- Name
- A reference to an object stored in the
SymbolTable
. - Range
- ReturnType