ARE THE SAME: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{missing}}
'''ARE_THE_SAME''' statements tell ASCEND that two variables should be merged such that they actually refer to the same thing: when one changes, the other changes at exactly the same time. One can still refer to the variable by either name, but it will only occupy a single place in the solver's list of variables.
[[Category:Documentation]]
 
For examples see [[Object-oriented modelling]].
 
See also [[ALIASES]], [[IS_REFINED_TO]], and [[WILL_BE_THE_SAME]].
 
[[Category:Syntax]]

Revision as of 10:15, 19 May 2010

ARE_THE_SAME statements tell ASCEND that two variables should be merged such that they actually refer to the same thing: when one changes, the other changes at exactly the same time. One can still refer to the variable by either name, but it will only occupy a single place in the solver's list of variables.

For examples see Object-oriented modelling.

See also ALIASES, IS_REFINED_TO, and WILL_BE_THE_SAME.