-
Notifications
You must be signed in to change notification settings - Fork 126
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
Polytopes: Minor improvements #747
Conversation
lkastner
commented
Oct 18, 2021
- Resolve issue Affine way of thinking causes confusion with trivial hyperplane #715
- Remove some old exports
- Visualize graphs
- Serialize graphs
dd5f2ce
to
11e28e4
Compare
Note that for the serialization to work changes are necessary in Also for the loading of graphs I had to determine whether the loaded thing is |
11e28e4
to
7ed63bf
Compare
``` | ||
The file is in JSON format and contains all previously gathered data belonging | ||
to the underlying polymake object. In particular, this file can now be read by | ||
both polymake and Oscar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a specification of this format somewhere? It would be nice to reference it here and/or in the docstrings of the two functions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will reference @benlorenz to correct me if I am wrong: I know that there was an article on the old xml format https://arxiv.org/pdf/1605.05057.pdf and that there hasn't been something like this on the json version. There is https://polymake.org/doku.php/documentation/latest/core#schemas for bigobjects, and in general https://polymake.org/schemas/data.json summarizes everything. For now I will collect these things in a separate serialization page in the docs, ok?
9de27a5
to
24679b8
Compare
- Resolve issue #715 - User that want to give non-redundant input have to do so projectively, via Polymake.jl
…rs-incidencematrix
77f893a
to
fddda7e
Compare
Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>