Replies: 5 comments 1 reply
-
Thanks for the fix! The I believe that we've reached a point where this work is completed. Before merging this into The
It will make sense to merge this branch when these case studies have reached a point where we can explain interesting results obtained with Pacti. Meanwhile, we can merge updates of the |
Beta Was this translation helpful? Give feedback.
-
There is something strange w/ the I was puzzled why So I tried to add a guarantee (commented out): Is there something wrong? |
Beta Was this translation helpful? Give feedback.
-
With this update: https://github.com/FormalSystems/pacti/blob/06a7daaf39f7e202758c1ad4b9779cd12e75e8a4/case_studies/mars_entry_descent_landing/mars_edl.ipynb I get this: It seems that we have to specify constraints about the range of possible exit time and velocity. Something like:
|
Beta Was this translation helpful? Give feedback.
-
Thanks, @NicolasRouquette, for providing means to reproduce this. The problem was with empty interiors again. I made another update that should robustly allow plots of equalities (in the space_mission branch). |
Beta Was this translation helpful? Give feedback.
-
I made a couple of modifications to |
Beta Was this translation helpful? Give feedback.
-
Hi @NicolasRouquette,
I made this change to polyhedral-contract-example3.py in the space_mission branch (I also deleted the plotting branch because all functionality is in space_mission):
https://github.com/FormalSystems/pacti/blob/2f68b407362c62da5e391b8ba92f67edc9dbe034/case_studies/polyhedra_contracts/polyhedral-contract-example3.py#L28
The composition works on my end. Can you try and let me know if we still have issues with composition? Also, do we still need the polyhedra-contracts branch?
Beta Was this translation helpful? Give feedback.
All reactions