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:
© 2001-2019 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.