New Functionality and Changes Introduced with FICO Xpress Insight 4.51
This section describes the new features and changes introduced with FICO Xpress Insight 4.51.
General
- Execution modes that do not invoke the Xpress solver no longer require and consume an Xpress solver license.
- Attachment size limit increased from 150MB to 300MB.
- New VDL and JS API 4.6 versions.
- Insight no longer dictates the strategy for the order in which variables are loaded into the solver. The default Mosel ordering is now used. This may affect the solve path for some models. To restore solver behavior for affected models, the model should set parameter “XPRS_COLORDER” to 2.
VDL 4.6
- Strict rules for content layout are now enforced to align with View Designer and provide predictable view layouts.
- vdl-page, vdl-section, vdl-column now consistently stack content vertically.
- New vdl-container flows inline elements (text, buttons, images etc.) horizontally and wraps at right hand edge.
- vdl-column hides content that is too wide to fit the column width.
- Strict rules for which vdl tags are valid children/descendants of a vdl tag to align with View Designer.
JS API 4.6
- Added View#replaceSelection. This can be used to ignore the scenario selection on the shelf and use an alternative set of scenarios within the view. Must be called before the view is initialized.