From: Ian Jackson Date: Sun, 24 Feb 2019 18:17:54 +0000 (+0000) Subject: new rune with nlopt X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8f55086d9f0982b38ca4f248b1ba51f6adbd2a2e;p=pandemic-rising-tide.git new rune with nlopt --- diff --git a/parse-input-graph b/parse-input-graph index 713b28f..a4c46d4 100755 --- a/parse-input-graph +++ b/parse-input-graph @@ -285,7 +285,7 @@ sub output_planar_graph () { o(" ", plag_prs($adj->{Name}), "\n"); } } - # RUST_BACKBACE=1 target/debug/planar-graph <../pandemic-rising-tide/map.plag R DUAL OUTER_F2V OUTER_SPLIT B T OUTER_F2V OUTER PCO CP RAE WG t.dot && neato t.dot -Tps >t.ps + # RUST_BACKBACE=1 target/debug/planar-graph <../pandemic-rising-tide/map.plag R DUAL OUTER-F2V OUTER-SPLIT B T OUTER-F2V OUTER-F12VA PCO CP RAE NLOPT WG t.dot | qtdebug/vtrace }