JoelvanIngen / MinProg-AH

2 stars 1 forks source link

Add attribute to Protein that allows direct access to directions #9

Closed wolfg259 closed 8 months ago

wolfg259 commented 8 months ago

Currently, all directions of a protein ordering have to iteratively be taken from the respective Node objects. This is slow, and a form of direct access to all directions would allow for quicker algorithm execution.

wolfg259 commented 8 months ago

Fixed in commit 8092da9 by adding directly accessible attribute order to Protein

JoelvanIngen commented 8 months ago

TODO: