vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

Fix a bug in the overflow detection in count_walks #82

Closed jeizenga closed 2 years ago

jeizenga commented 2 years ago

We could overflow in the final return condition, but we only checked overflow in the DP.