EXTERNAL

From ASCEND
Revision as of 13:51, 13 May 2010 by UploadBot (talk | contribs) (Restored page from Google Cache, uploaded by John Pye)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The EXTERNAL keyword is used to make procedural calls to external methods within the METHODS section of a MODEL. External methods are defined using other programming languages such as C and Python, allowing greater flexibility for manipulating your model or generating output/graphics than the ASCEND language can offer.


See External libraries#External methods for more information.

See also Goal seeking solver for an example of an external method provided with ASCEND.