Index: pcb-mincut/README =================================================================== --- pcb-mincut/README (revision 28017) +++ pcb-mincut/README (revision 28018) @@ -1,5 +1,5 @@ This mini-project demonstrates a minimal cut implementation tailored -to solve geda/pcb "how to highlight shorts" problem. +to solve pcb-rnd "how to highlight shorts" problem. It should compile out of the box on GNU/Linux using make. Running a test case: @@ -10,12 +10,7 @@ #defines in solve.c causes more debug messages printed and/or debug graphs drawn. -The code is not portable at all, since it is a proof-of-concept -prototype. +The solver is portable as it is part of pcb-rnd. The stand-alone testbench is +not that portable. The production code is solve.[ch], the rest is for +the testbench. -load.c is for easier testing; if the code ever gets merge in PCB it -would use something native and load.c would be omitted. genht is a -dependency of load.c. - - -