-
Notifications
You must be signed in to change notification settings - Fork 19
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
property GKZ_VECTOR not created as expected #311
Comments
Maybe something related to |
GC.@preserve pc begin
gkz = pc.TRIANGULATION.GKZ_VECTOR
end does help here, so I think Inside polymake |
But does this maybe point to a general problem with our Julia bindings? Should we add internally a |
In some sense one can produce the change from triangulation to generic object also in the polymake shell but not within one statement, so the error cannot appear there. Adding a |
@benlorenz thanks for looking into this! |
We should add a note about this in the documentation. |
there is a title, but I don't think it's related to
GKZ_VECTOR
...non-deterministically (hence the outer loop) shows:
to my complete chagrin shifting
pc = polytope.PointConfiguration(POINTS=sub_pts)
out of thetry ... catch ... end
block "fixes" the issue....(the issue is even more pronounced for
n=6
)The text was updated successfully, but these errors were encountered: