mkoeppe / cutgeneratingfunctionology

Python code for computation and experimentation with cut-generating functions, in particular the Gomory-Johnson infinite group problem. By M. Köppe, Y. Zhou, C.Y. Hong, J. Wang with contributions by undergrad programmers
GNU General Public License v2.0
12 stars 11 forks source link

add comments to interval.py #76

Closed NicoleYueqiLi closed 1 year ago

NicoleYueqiLi commented 2 years ago

I add a few comments to the interval.py to help people understand the scan-line algorithm

mkoeppe commented 1 year ago

Thanks