Expand description
Functions to pretty print a model as a Minion file.
Functionsยง
- write_
constraints_ section - Writes the
CONSTRAINTS
section of the Minion file towriter
. - write_
minion_ file - Writes a complete Minion file for this model to
writer
. - write_
search_ section - Writes the
SEARCH
section of the Minion file towriter
. - write_
variable_ declaration - Writes the variable declaration of
name
towriter
. - write_
variables_ section - Writes the
VARIABLES
section of the Minion file towriter
.