maxdan94 / lp_mincut

Linear programming formulation of mincut solved with MOSEK
3 stars 0 forks source link

move "readedgelist" and company to a separate file #1

Open kerzol opened 7 years ago

kerzol commented 7 years ago

It's better to have an separate file, say "graph.c". For common structures and functions.

kerzol commented 7 years ago

This and this could be resolved by merging lp_mincut with fast-graph.