insightpopulate
procedure insightpopulate
procedure insightpopulate(entities:set of string)
procedure insightpopulate(entities:list of string)
procedure insightpopulate(baseidorpath:string)
procedure insightpopulate(baseidorpath:string, entities:set of string)
procedure insightpopulate(baseidorpath:string, entities:list of string)
baseidorpath
|
The UUID or path of the scenario from which to read. When this parameter is specified, the local model's input entities will be populated from the entities of a different scenario. When not specified, the model's entities will be populated from the input data of the current scenario.
|
entities
|
Set or list of the names of entities to populate. Any entities not in this list will not be populated, except for index sets of array entities in the list.
|
procedure loaddata writeln('Loading initial input data') end-procedure procedure solvemodel writeln('Constructing and solving model') end-procedure !@insight.execmodes.LOAD public procedure doload ! Scenario is being 'loaded' through Xpress Insight ! Call user function to initialize input data then terminate loaddata end-procedure !@insight.execmodes.RUN public procedure dorun ! Scenario is being 'run' through Xpress Insight ! Populate with Insight scenario data and solve model insightpopulate solvemodel end-procedure !@insight.execmodes.NONE public procedure doloadandrun ! Model is being run outside of Xpress Insight ! Call user function to initialize input data then solve model loaddata solvemodel end-procedure insightdispatch
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.