This request is to add in the Store the possibility to retrieve exactly what an user types in a definition of a MathRegion.
There are at least a couple of cases where would be useful:
- Directly from the Store: in custom regions, to get symbolic expressions and units as typed.
- Using a built-in Decision.GetDefinition(Term[] value, Store store): this could solve the issue of the units of null values (this is a problem that involves mainly my NonlinearSolvers... actually I can't imagine other ways; if an user type A:0*'m and then call a function where A is used as parameter, I can't retrieve the unit, only 'A' or '0'...), and maybe can be used for other purposes....