aboutsummaryrefslogtreecommitdiff
path: root/main.cpp (unfollow)
Commit message (Collapse)Author
2018-11-15Silence debug messagesFranklin Wei
2018-11-15Refine algorithm termination condition; add pruningFranklin Wei
Now checks for "proper" completion: no paths from s to t except the one direct edge. Also prunes the graph at each step.
2018-11-13Clarify help textFranklin Wei
2018-11-13Allow dumping in internal format (for re-examining output)Franklin Wei
Pretty cool feature, I think.
2018-11-12Command-line parsing and miscellaneous fixesFranklin Wei
2018-11-12Update thingsFranklin Wei
Need to refine termination condition. Apart from that, it's fairly robust.
2018-11-12Change graph description formatFranklin Wei
Also adds a `genrand' program for testing purposes.
2018-11-12Clean up code; add GPLv2 licenseFranklin Wei
2018-11-11Add delta-Y transformFranklin Wei
Now we should be able to simplify any resistor network.