-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross cuts #39
Cross cuts #39
Conversation
@vchabri, @efekhari27 : Please review this PR. |
…o remove overlaps.
Great work! Thanks Michael.
Hope these remarks will help. The work is great! |
Below is my version: Here is reference RP33: The first difference is the bounds: [-4, 4] in my graph and [-2, 2] in the reference. If I use the same bounds, here is the result: If we set x2=0, we get g=min(-x1-x3+3*sqrt(3), -x3 + 3). Here is the result from Mathematica: https://www.wolframalpha.com/input/?i=min%28-x1-x3%2B3*sqrt%283%29%2C-x3%2B3%29 Mathematica produces the same output as mine: the reference output is wrong. The detailed mathematical analysis shows that the reference picture is wrong and this is why I created the associated ticket: https://gitlab.com/rozsasarpi/rprepo/-/issues/20
|
This development is not completely finished, but the current version runs fine and provides interesting features. This is why I merge it. |
This creates cross-cuts for functions, distributions and events.