Merged
Conversation
Update README with latest ABOUT.md, INSTALL.md, CONTRIBUTING.md and badges
…ocumentation-of-the-problems Update descriptions of the problems
Member
Author
|
@jbcaillau I have updated the unit tests. Now all the problems "_s" are tested and compared to JuMP. But, I haven't checked yet that all the tests pass except for: :bioreactor,
:cart_pendulum,
:dielectrophoretic_particle,
:moonlander, |
Member
Author
Testing init@jbcaillau @PierreMartinon For ┌─ glider (init)
│
├─ Iterations
│ → JP: 0 OC: 0 OS: 0
├─ Variables
│ → JP: 2506 OC: 2506 PASS
│ → JP: 2506 OS: 2506 PASS
├─ Constraints
│ → JP: 2007 OC: 2007 PASS
│ → JP: 2007 OS: 2007 PASS
├─ Final time
│ → JP: 1.000e+00 OC: 1.000e+00 r_err=0.000e+00 a_err=0.000e+00 bound=1.000e-06 PASS
│ → JP: 1.000e+00 OS: 7.000e-01 r_err=3.529e-01 a_err=3.000e-01 bound=1.000e-06 FAIL
├─ Grid length
│ → JP: 501 OC: 501 PASS
│ → JP: 501 OS: 501 PASS
├─ Objective
│ → JP: -1.323e+01 OC: -1.323e+01 r_err=-0.000e+00 a_err=0.000e+00 bound=1.000e-06 PASS
│ → JP: -1.323e+01 OS: -1.323e+01 r_err=-0.000e+00 a_err=0.000e+00 bound=1.000e-06 PASS
└─Note that I have set Note It works with |
Member
Author
|
I have printed the time grid and the variable in the build solution: Clearly, the time grid is not reconstructed well. |
jbcaillau
approved these changes
Sep 12, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Need to add the comparison between the exa problems and the others in
test_init,test_solutionandtest_quick.