# vim: syntax=perl # Ronald L. Rardin. "Optimizations in Operations Research" # p.410 "Littleville" { "-name" => "Littleville", -type => "graph", -linear_transform => { -scale => [1, -1], -offset => [0, 300], }, -directed => 1, -init_data => { x1 => { -pos => [ 30,270], x2 => 12 }, x2 => { -pos => [ 30,180], x3 => 18, x6 => 32 }, x3 => { -pos => [ 30, 90], x4 => 13, x7 => 30 }, x4 => { -pos => [ 30, 30], xa => 38 }, x5 => { -pos => [120,270], x1 => 20, x6 => 18 }, x6 => { -pos => [120,210], x2 => 32, x5 => 18, x7 => 28, x9 => 25 }, x7 => { -pos => [120, 90], x3 => 30, x6 => 28, x9 => 21, xa => 49 }, x8 => { -pos => [210,270], x5 => 18, x9 => 36 }, x9 => { -pos => [210,150], x6 => 25, x7 => 21, x8 => 36, xa => 40 }, xa => { -pos => [270, 30], x7 => 49, x8 => 28, x9 => 40 }, }, }