arbor
arbor copied to clipboard
Allow synapse mechanism to restrict number of incoming connections
Multiple connections to the same synapse are allowed and correct if the dynamics of the mechanism are linear. However, for synapse mechanisms that are not, subtle bugs may occur if multiple connections are instantiated. This could be avoided if the mechanism could announce the allowed number of multiple connections (or a flag: zero or one, exactly one, or any number).
I think this has been solved by #1504. Do you agree @schmitts?
Not really. Maybe @halfflat can explain the original problem in different words.
@schmitts @halfflat Any updates?