Home
last modified time | relevance | path

Searched refs:scoreRings (Results 1 – 3 of 3) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/
H A DTautomer.h37 RDKIT_MOLSTANDARDIZE_EXPORT int scoreRings(const ROMol &mol);
42 return scoreRings(mol) + scoreSubstructs(mol) + scoreHeteroHs(mol); in scoreTautomer()
H A DtestTautomer.cpp797 return MolStandardize::TautomerScoringFunctions::scoreRings(m); in testCustomScoreFunc()
807 return MolStandardize::TautomerScoringFunctions::scoreRings(m); in testCustomScoreFunc()
817 return MolStandardize::TautomerScoringFunctions::scoreRings(m); in testCustomScoreFunc()
829 return MolStandardize::TautomerScoringFunctions::scoreRings(m); in testCustomScoreFunc()
H A DTautomer.cpp38 int scoreRings(const ROMol &mol) { in scoreRings() function