Setting up and solving the problem
loadprob(objdef) |
This procedure loads the currently-defined non-linear problem into the Xpress NonLinear optimization framework. This includes any purely linear part. Where a general constraint has a linear expression as its left or right hand side, that linear expression will be retained as linear relationships (constant coefficients) in the matrix. Thus, for example, in the anonymous constraint defining objdef, the objdef coefficient will be identified as a linear term and will appear as a separate item in the problem.
maximise |
Optimization is carried out with the maximise or minimise procedures. They can take a string parameter – for example maxmimise("b") – as described in the Xpress NonLinear and Xpress Optimizer reference manuals.
With the default settings of the parameters, you will see usually nothing from the optimizer. The following parameters affect what is produced: