load


Purpose
Load a Binary Model file.
Synopsis
procedure load(mo:Model, bimf:string)
Arguments
mo 
Model object to be initialized
bimf 
Bim file name
Further information
This procedure initializes the model mo with the bim file bimf. If mo has already been initialized, the model it references is unloaded before trying to load the new file (note that this operations fails if the model is running). If the file bimf cannot be accessed or one of the required modules cannot be loaded, the procedure generates an IO error (which may be intercepted if the control parameter ioctrl is true).
Related topics
compile, setdefstream, run, unload.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.