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
This means that running chimera without these optional components causes parsing errors (since these classes are not included if the components are not present.
Would commenting the lines of the solvers resolve the parsing errors when they are not installed?
dart-optimizer-ipopt-dev is not available on trusty. Could we make the Chimera configuration file to be configured in cmake time to disable ipopt and other optional components when they are not installed (like configuring chimera.yml.in to chimera.yml)?
Yes, I think that would be possible. There is a CMake macro for using Chimera, so we could add a configure_file step as a dependency to that macro. If not, another option would be passing the same information as command line flags.
We are currently suppressing the following solvers:
This means that running chimera without these optional components causes parsing errors (since these classes are not included if the components are not present.
This issue arose in #20 (comment)
The text was updated successfully, but these errors were encountered: