-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
This would involve adding two new options:
bool allowChainReactions=falseunsigned maxChainReactionProducts=10
This would only work for reactions that have a single product.
If allowChainReactions is true, and the product of the reaction is a possible reactant (as either reactant 1 or reactant 2 for the two-component reaction), then the reaction is repeated with the product as a reactant. This repeats recursively until the product is no longer a possible reactant or maxChainReactionProducts is reached.