What’sBest! 16 includes a wide range of performance enhancements and new features.
Better Performance on Linear Models with Improved Simplex Solvers
Enhancements to the Simplex solvers boost speed on linear models. Models solve an average of 18% faster using primal simplex and 15% faster for dual simplex.
Significantly Faster on Large Quadratic Models
Improvements in handling large quadratic matrices, e.g. 1000 x 1000, provide substantial performance improvement solving Quadratic Programming models.
Improved Handling of Models with All Different and Discontinuous Functions
Models that utilize the ALLDIFF function and discontinuous functions such as MOD(x,k), INT(x), ROUND(x), can be solved more quickly.
Faster When Simultaneously Solving LPs Using Different Solvers
In situations in which it may be difficult to predict whether the Primal, Dual or Barrier Solver will provide the fastest solution to a linear model, an improved Multi-Core feature allows you to assign each solver to a separate core and run them concurrently. So, you are ensured the solution in the shortest time regardless of which solver is fastest.
Multi-Start NLP Solver Now Supports a Target Value
Users can specify a target value for the objective function. As soon as any multi-start thread achieves a specified target all threads stop.
New Engineering Design Functions
Support has been added for new arithmetic functions, WBSIGNPOWER, WBLMTD, WBRLMTD, that can be useful in various engineering design, e.g., nonlinear network and heat exchanger models.
Build Portfolio Models Easier
A new WBQUADPROD functions has been added to greatly simplify the expression of portfolio models.