You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve all user defined variables from a Context but this doesn't seem like it's currently possible. Being able to delete them would be useful too.
The text was updated successfully, but these errors were encountered:
It is not currently possible, but would make sense to implement. Hmm... the symboltable of variables doesn't map variable names to numerical values, but to expressions. I'm trying to figure out what would make sense to return. I'm assuming your use-case involves using the actual numerical values connected with the variables?
I would like to be able to retrieve an iterator of variable names along with their values. Being able to delete variables from this list would also be useful. The alternative is creating a new Context and repopulating it but this is less efficient.
I would like to retrieve all user defined variables from a
Context
but this doesn't seem like it's currently possible. Being able to delete them would be useful too.The text was updated successfully, but these errors were encountered: