view test-data/Heinz_output.txt @ 0:e41ec5af7472 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/heinz commit b0b2c64a46bdd9beebdfb7fc5312f75346483763
author iuc
date Thu, 02 Aug 2018 11:57:44 -0400
parents
children
line wrap: on
line source

// Successfully parsed '/export/galaxy-central/database/files/000/dataset_183.dat': contains 8 nodes, 10 edges and 1 component(s)

// Considering component 1/1: contains 8 nodes
// Identified 4 dependent node pairs
// Added 4 analyze constraints
// Solution with weight 36 and 6 nodes found
graph G {
	overlap=scale
	layout=neato
	0 [label="a\n5\n0\n0"]
	1 [label="b\n-4\n0\n1",shape=box]
	3 [label="d\n30\n0\n3"]
	5 [label="f\n-15\n0\n5",shape=box]
	6 [label="g\n10\n0\n6"]
	7 [label="h\n10\n0\n7"]
	label="Total weight: 36"
	0 -- 1
	1 -- 3
	3 -- 5
	5 -- 6
	5 -- 7
}