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

Investigate using constant nodes as drivers #75

Open
jcrozum opened this issue Aug 1, 2023 · 0 comments
Open

Investigate using constant nodes as drivers #75

jcrozum opened this issue Aug 1, 2023 · 0 comments

Comments

@jcrozum
Copy link
Owner

jcrozum commented Aug 1, 2023

I am not sure whether or not the control code properly handles the possibility of overriding constant nodes (see #74). An example that should clarify this is:

A, B
B, A
C, A | D
D, C | E
E, false

The question is: when driving toward A=B=E=0, C=D=1 can E=1 be used to enter the C=D=1 trap space or not? It should be a valid intervention, but I suspect the code will not find it. This needs more testing.

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

No branches or pull requests

1 participant