Replaced mminsight Functionality
It is no longer possible to use a static link to mminsight—the module must be dynamically linked into your app. So, if you currently link to mminsight with the imports keyword, you must change this to uses.
All of the mminsight functionality deprecated in Xpress Insight 4.2 has now been removed. Instances of such deprecated functionality should be renamed or replaced with the alternative API. These functions and procedures are as follows:
Modified types
This field is no longer available for the following type.
Type |
Details |
---|---|
insightattachment | lastModifedUser has been removed |
Removed parameters
The following two parameters have been replaced by functions
Removed parameter |
Replacement function |
---|---|
insight_model_id | insightgetappid |
insight_model_name | insightgetappname |
Removed subroutines
The following subroutines were deprecated previously and have now been removed. The replacement subroutines are listed next to each removed subroutine.
Removed subroutine |
Replacement |
---|---|
insight_use_original_data | insightgetmode |
insight_end_initializations | insightpopulate * |
insight_results_available | insightresultsready |
insight_prepare_constraints | insightpreparectrs |
insight_minimize | insightminimize |
insight_maximize | insightmaximize |
insight_update | insightupdate |
insight_update_progress | insightupdateprogress |
insight_reset_progress | insightresetprogress |
* insight_end_initializations was valid when loading a scenario in Xpress Workbench. Insightpopulate can only be used when running the scenario so you may need to surround usages of insightpopulate with a test on insightgetmode.
Removed subroutine |
Replacement |
---|---|
insightgetprojattach | insightgetappattach |
insightlistprojattach | insightlistappattach |
insightlistprojattachbytag | insightlistappattachbytag |
insightprojattachinfo | insightappattachinfo |