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

Can such a search pattern (based on the neighbourhood) be designed? #233

Open
lichengzhang1 opened this issue Feb 4, 2023 · 1 comment
Labels
external user External user issue

Comments

@lichengzhang1
Copy link

lichengzhang1 commented Feb 4, 2023

I want to filter graphs that satisfy that $|N(x)\cup N(y)|\ge \frac{2(n-1)}{3}$ for any $xy\notin E(G)$?

Note that $N(v)$ refers to the neighborhood of a vertex $v$.

First, I did not see the "N(x) function" in the GraphFilter software, and I did not see the union of sets, let alone any options for arbitrary non-adjacent vertices.

This is just an example. Some of the chemical indices in chemical graph theory are also built on top of the neighbourhood of the vertices. The software could be more free.

@lichengzhang1 lichengzhang1 changed the title Can such a search pattern (based on the neighbourhood) be designed Can such a search pattern (based on the neighbourhood) be designed? Feb 4, 2023
@atilaajones
Copy link
Contributor

Hello
First we would like to thank you for contacting us, it is very important this feedback from the community.

The GraphFilter does not actually have the vertex neighborhood function, in fact the filtering only has functions that are inherent to the graph. The implementation of functions that use two (or more) graphs or that observe vertices are part of the future project. So it's really not possible to insert, for now, a logical condition with the specificity you requested.

We are currently working on releasing a new version, we will discuss the feasibility of implementing this type of filtering function.
Again thank you for contacting us.

@rosaigor138 rosaigor138 added the external user External user issue label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external user External user issue
Projects
None yet
Development

No branches or pull requests

3 participants