You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we pass the options to MadNLP as a Dict madnlp_options. The problem is that MadNLP deletes the entries in madnlp_options, requiring us to use copy to keep the initial settings in memory. Ideally, MadNLP should not delete the entries in madnlp_options
The text was updated successfully, but these errors were encountered:
Right now, we pass the options to MadNLP as a Dict
madnlp_options
. The problem is that MadNLP deletes the entries inmadnlp_options
, requiring us to usecopy
to keep the initial settings in memory. Ideally, MadNLP should not delete the entries inmadnlp_options
The text was updated successfully, but these errors were encountered: