« Previous « Start » Next »
2 Using the Matlab Interface
The NLPQL solver is accessed via the
tomRun driver routine,
which calls the
nlpqlTL interface routine. The solver
itself is located in the MEX file
nlpql. The same applies
for the other two solvers.
Observe that
clsAssign should be used when defining the
problem for NLPJOB and DFNLP, as the problem solved is multi
criteria, i.e. has several objective functions.
The interface routines. |
|
Function |
Description |
Section |
|
nlpqlTL |
The interface routine called by the TOMLAB driver
routine tomRun. This routine then calls the MEX file nlpql |
4.1 |
|
nlpjobTL |
The interface routine called by the TOMLAB driver
routine tomRun. This routine then calls the MEX file nlpjob |
5.1 |
|
dfnlpTL |
The interface routine called by the TOMLAB driver
routine tomRun. This routine then calls the MEX file dfnlp |
6.1 |
|
|
|
« Previous « Start » Next »