constants

abstract val constants: Map<String, Any?>

Allows to access the currently defined constants, namely variables defined in the simulation file whose value is constant and does not depend on the value of any free variable (directly or indirectly).

Return

a Map between variable names and their computed value