Parmeggiani-Lab / elfin-solver

Standard Genetic Algorithm solver for elfin
MIT License
0 stars 0 forks source link

Implement ProtoModule::find_intermediate_proto_modules_to() #3

Closed joy13975 closed 5 years ago

joy13975 commented 5 years ago

Similar to ProtoModule::find_links_to() but instead return a collection of ProtoModule pointers through which a destination can be reached (specified by dst module, dst chain id, dst terminus).

This is needed by Swap and Insert mutation modes.