RDKit
Open-source cheminformatics and machine learning.
|
#include <Enumerate.h>
Public Member Functions | |
EnumerationParams () | |
EnumerationParams (const EnumerationParams &rhs) | |
Public Attributes | |
int | reagentMaxMatchCount {INT_MAX} |
bool | sanePartialProducts {false} |
This is a class for providing enumeration options that control how enumerations are performed.
Option reagentMaxMatchCount [default INT_MAX] This specifies how many times the reactant template can match a reagent.
sanePartialProducts [default false] If true, forces all products of the reagent plus the product templates
\ pass chemical sanitization. Note that if the product template itself
\ does not pass sanitization, then none of the products will.
Definition at line 60 of file Enumerate.h.
|
inline |
Definition at line 63 of file Enumerate.h.
|
inline |
Definition at line 65 of file Enumerate.h.
Definition at line 61 of file Enumerate.h.
Definition at line 62 of file Enumerate.h.