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
We need a hierarchy of solver options and a service function to manage the options. E.g., an EF could look first for EF_solvername but if it is not found, use solvername, etc. DLW has some ideas about this.
Also: many examples (particularly older examples) have something like
options["subsolvedirectives"] = None
but if it was not None, nothing would change. The examples should probably be updated.
The text was updated successfully, but these errors were encountered:
We need a hierarchy of solver options and a service function to manage the options. E.g., an EF could look first for EF_solvername but if it is not found, use solvername, etc. DLW has some ideas about this.
Also: many examples (particularly older examples) have something like
options["subsolvedirectives"] = None
but if it was not None, nothing would change. The examples should probably be updated.
The text was updated successfully, but these errors were encountered: