ifsmirnov / jngen

Library for generating tests for olympiad problems
MIT License
244 stars 32 forks source link

Fixed bug in RandomStretched function #9

Closed henotrix closed 1 year ago

henotrix commented 2 years ago

The function may produce undesired multiple edges even without allowMulti modifier. Added usedEdges insert in doRandomStretched function.