You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make notebook production process simpler (maybe LaTeX?)
* Dinic implementation is not exactly Dinic, but it seems fast enough. Ideally we want to rewrite it.
* linear_diophantine() in "Number theoretic algorithms" doesn't work correctly when a or b is 0. maybe mod_inverse() should be revised as well? it makes more sense to make linear_diophantine() a boolean function, indicating whether it succeeded finding a solution or not.