Opened 16 years ago
Closed 16 years ago
#217 closed enhancement (wontfix)
Add constants to model
| Reported by: | zirkel | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | model | Version: | 1.0 |
| Keywords: | Cc: |
Description
If we just use shared variables, they get added to the state. This isn't an efficient way to handle things. We should come up with another way to do this.
Note:
See TracTickets
for help on using tickets.

After talking with Tim, we decided (a) there is no difference between a constant and an input, and (b) neither one is actually constant, because of simplification (e.g., "X" might get replaced by "10" or "Y" or anything else). Hence they need to stay in the state. So no change is necessary.