-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cpp check nodes #420
Cpp check nodes #420
Conversation
Creates a matching object which can be used to decode a counts string via the method process.
I'd like to put a limit on this loop. @tommasopeduzzi Do you think the following would be enough?
Or not enough? Or too much? |
This reverts commit 8036e3c.
Shouldn't be neccessary in theory, but the way you do it seems good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
The
check_nodes
andis_cluster_neutral
methods ofArcCircuit
are reimplemented in C++.