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

Pre-knowledge: Allow edges to be protected #19

Open
4 tasks
LilithWittmann opened this issue Jan 3, 2024 · 0 comments
Open
4 tasks

Pre-knowledge: Allow edges to be protected #19

LilithWittmann opened this issue Jan 3, 2024 · 0 comments

Comments

@LilithWittmann
Copy link
Collaborator

Currently our data structure does not support to protect edges from being deleted.

Protecting edges is needed so that we can incorporate pre-knowledge into our graphs.

Therefore we need to

  • add a protected field to our Edge class
  • check before modification or deletion of edges if the deletion of the edge is allowed
  • show the user a warning and add the information into our edge history if we try to remove a protected edge
  • add an option to incorporate pre knowledge Implement Skeleton Generator Concept #9
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

1 participant