Hi,

 

When comparing two molecules to verify if they are identical or not, I now
use the UniversalIsomorphismTester.isIsomorph method to test this.

However, I noticed that this type is actually a complete maximum common
subgraph (MCS) algorithm, and it offers actually too much for what I am
requesting.

 

In the light of computational cost minimization, would I be better off to
just generate InChi's for both structures and compare both strings instead
of running the UniversalIsomorphism method?

Or does CDK use the full MCS algorithm because this method is more reliable
(more robust) than the InChi generator?

 

Thanks in advance,

 

Nick VANDEWIELE

 

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to