Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c8917e5a8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| :beam, | ||
| :cart_pendulum, | ||
| :chain, | ||
| :dielectrophoretic_particle, | ||
| :double_oscillator, |
There was a problem hiding this comment.
Stop excluding existing problems from registry
Adding these symbols to problems_to_exclude removes previously available problems (for example :beam, :chain, :rocket, :vanderpol) from LIST_OF_PROBLEMS, and that list is later used to generate exported problem methods and to include backend model files. As a result, those problems are no longer defined/loaded, so existing calls like beam(JuMPBackend()) or rocket(OptimalControlBackend()) break after this commit instead of continuing to work alongside the new mountain car problem.
Useful? React with 👍 / 👎.
No description provided.