naginterfaces.library.opt.nlp2_init¶
- naginterfaces.library.opt.nlp2_init(io_manager=None)[source]¶
nlp2_init
is used to initialize the functionnlp2_solve()
.For full information please refer to the NAG Library document for e04wc
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/e04/e04wcf.html
- Parameters
- io_managerFileObjManager, optional
Manager for I/O in this routine.
- Returns
- commdict, communication object
Communication structure.
- Notes
nlp2_init
initializes the arrays [‘iw’] and [‘rw’] for the functionnlp2_solve()
.