You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to save and load proofs both from browser local storage and from .json file like with graphs.
Extra consideration will need to be taken to efficiently store hypergraphs as they can be quite large and most of the data does not need to be stored. Especially with non-linear hypergraphs and circular hypergraphs, they cannot be saved as-is because we cannot store circular references.
The text was updated successfully, but these errors were encountered:
We should be able to save and load proofs both from browser local storage and from .json file like with graphs.
Extra consideration will need to be taken to efficiently store hypergraphs as they can be quite large and most of the data does not need to be stored. Especially with non-linear hypergraphs and circular hypergraphs, they cannot be saved as-is because we cannot store circular references.
The text was updated successfully, but these errors were encountered: