Print Model Specification
Usage
mp_print_spec(model)
mp_print_before(model)
mp_print_during(model)
mp_print_after(model)
Functions
mp_print_before()
: Print just the expressions executed before the
simulation loop.
mp_print_during()
: Print just the expressions executed during each
iteration of the simulation loop.
mp_print_after()
: Print just the expressions executed after the
simulation loop.