![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <cstring>#include <iostream>#include <cassert>#include <cstdlib>Go to the source code of this file.
Namespaces | |
| RDKit | |
| Includes a bunch of functionality for handling Atom and Bond queries. | |
Functions | |
| template<typename CompareFunc > | |
| bool | RDKit::hanoi (int *base, int nel, int *temp, int *count, int *changed, CompareFunc compar) |
| template<typename CompareFunc > | |
| void | RDKit::hanoisort (int *base, int nel, int *count, int *changed, CompareFunc compar) |