I'm getting the following message in the debug log file:
WARNING: Nonzero constraint derivative found with no Jacobian
element.
Sparsity pattern of Jacobian may be wrong.
Can you advise me as to what to do about this?
If you truly have no idea what the sparsity pattern is,
then tell KTR_init_problem() that all nonzeroes are present.
The down side is this means the Jacobian will be a dense
matrix, and KNITRO will run slowly if the number of variables
is large.
See the latest User Manual, section 4.8 for more.