-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
Description
LOOKUP INVERT takes a lookup function (not a call to it) as a parameter, along with a y value on that table, and returns the x value at which the table should return y.
It's useful for creating expressions to initialize a model in equilibrium when that equilibrium depends on a value in the table.
See the vensim docs
This may require some changes to the parser to recognize the reference to the lookup table which is not actually a call to the lookup table.