Skip to content
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

Operator form of HypergraphToGraph #525

Open
maxitg opened this issue Nov 9, 2020 · 0 comments
Open

Operator form of HypergraphToGraph #525

maxitg opened this issue Nov 9, 2020 · 0 comments
Labels
convenience Syntax improvements that don't significantly change functionality good first issue Good for newcomers help wanted Extra attention is needed utilities Has to do with utility functions such as WolframModelRuleData, HypergraphUnifications, etc. wolfram language Requires Wolfram Language implementation

Comments

@maxitg
Copy link
Owner

maxitg commented Nov 9, 2020

The problem

It would be nice to have an operator form of HypergraphToGraph, e.g.,

HypergraphToGraph["DirectedDistancePreserving"] @ {{1, 2, 3}, {3, 4, 5}}

would be equivalent to

HypergraphToGraph[{{1, 2, 3}, {3, 4, 5}}, "DirectedDistancePreserving"]
@maxitg maxitg added help wanted Extra attention is needed good first issue Good for newcomers convenience Syntax improvements that don't significantly change functionality utilities Has to do with utility functions such as WolframModelRuleData, HypergraphUnifications, etc. wolfram language Requires Wolfram Language implementation labels Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
convenience Syntax improvements that don't significantly change functionality good first issue Good for newcomers help wanted Extra attention is needed utilities Has to do with utility functions such as WolframModelRuleData, HypergraphUnifications, etc. wolfram language Requires Wolfram Language implementation
Projects
None yet
Development

No branches or pull requests

1 participant