Each problem handle initialized by
nag_opt_handle_init (e04rac) should be deallocated to avoid memory leaks. Therefore
nag_opt_handle_free (e04rzc) should be called on all the handles which are no longer needed, typically after obtaining results from the solver. Please note that passing a handle which has not been initialized by
nag_opt_handle_init (e04rac) might cause unpredictable behaviour, including a crash of your program. See
nag_opt_handle_init (e04rac) for a generic description of the suite.
None.
Not applicable.
None.
See
Section 10 in
nag_opt_handle_init (e04rac) for links to all the examples in the suite.