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

Naming convention for NamedGraph graph generators #60

Closed
JoeyT1994 opened this issue Apr 15, 2024 · 1 comment
Closed

Naming convention for NamedGraph graph generators #60

JoeyT1994 opened this issue Apr 15, 2024 · 1 comment

Comments

@JoeyT1994
Copy link
Contributor

JoeyT1994 commented Apr 15, 2024

Going forward we should always adopt the naming convention that functions f which generate NamedGraph types are prefixed with named_f whilst the SimpleGraph version is simply f.

So for instance having named_hexagonal_lattice_graph versus hexagonal_lattice_graph and named_triangular_lattice_graph versus triangular_lattice_graph (two instances where we currently don't follow that convention).

We should also introduce:

named_random_regular, named_uniform_tree and others from [https://juliagraphs.org/Graphs.jl/dev/core_functions/simplegraphs_generators/] we wish to have easy constructors for.

@mtfishman
Copy link
Member

Closed by #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants