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

Suggestion: check if a node is connected to an indirect specific node (e.g., high_value_target) #18

Open
A-acuto opened this issue Nov 22, 2022 · 3 comments
Assignees
Labels
feature_request A feature request

Comments

@A-acuto
Copy link

A-acuto commented Nov 22, 2022

Hello,

In complex networks, it would be useful to know if a node is connected to another one in an indirect way.

The getter functions from network_interface, get_base_connected_nodes and get_current_connected_nodes, returns only (as far as I have understood) the nodes directly (edge =1) connected to an input node.

Instead the networkx function node_connectivity(input_graph, node_to_check, specific_node) returns all the possible paths that connects the node_to_check to a target_node (0 if there are none, 1/2/N depending on how many paths are present).
In this way it can be possible to check and count how many nodes are affected in case of the isolation of a gateway node to preserve a high_value_target or similar decisions.

Hope this helps,
Cheers,

@ChrisMcCarthyDev ChrisMcCarthyDev added the feature_request A feature request label Nov 23, 2022
@ChrisMcCarthyDev
Copy link
Collaborator

Hi @A-acuto,

Thank you for raising this suggestion. This has been added to the backlog of our internal issue tracker (Jira issue AIDT-123) as a community feature request. I will provide an update once we've had a chance to look into this.

Thanks again for your contributions to Yawning-Titan!

@ChrisMcCarthyDev
Copy link
Collaborator

Hi @A-acuto.

This has been reviewed and a ticket has been created on our product backlog.

ChrisMcCarthyDev added a commit that referenced this issue Dec 2, 2022
…testing-of-jupyter-notebooks

AIDT-112 - Enable testing of Jupyter Notebooks
ChrisMcCarthyDev added a commit that referenced this issue Jun 5, 2023
…testing-of-jupyter-notebooks

AIDT-112 - Enable testing of Jupyter Notebooks
@ChrisMcCarthyDev ChrisMcCarthyDev self-assigned this Jul 6, 2023
@ChrisMcCarthyDev
Copy link
Collaborator

Thank you for raising this. This has been added to our internal backlog (reference 1222) and will be reviewed by one of the dev team soon.

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

No branches or pull requests

2 participants