-
Couldn't load subscription status.
- Fork 170
SMARTS bits #896
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
SMARTS bits #896
Conversation
…g exclusive matches.
…The getLastErrorMesg() is no longer thread safe but can be used in simple usages, the SmartsResult should be used in threaded environments.
…ols may wish to treat "simple" expressions (i.e. not in square brackets) differently.
… filter before we apply it.
|
Odd passes OK locally |
…ferent between unique atoms (more efficient) and unique atom sets and both can be useful. Consider matching OSO against OS(*)(O)O, there are 2 unique matches over the atoms but 3 over the set of atoms (i.e. we see a new combinatation).
|
Perhaps need to think what is the most sensible default for unique atoms vs unique atom sets. |
They didn't :-) |
|
Kudos, SonarCloud Quality Gate passed! |
|
Looks good to me. |
|
Testing other toolkits I thin I will reverse the Unique filtering naming. Most do consider (0,1,2), (0,1,3) and (2,1,3) to be unique. |
Been working on something fun when I was on Holiday which made me realise some updates to the SMARTS/Query APIs would be needed.