/*
Graph for testing purposes
By Raul Saavedra, Jan/16/2002
*/

GRAPH graph_test
4 // # nodes

// Node Names
Node0
Node1
Node2
Node3

// Edges
0 1  1
0 2  1
0 3  1
1 2 -1
1 3 -1
2 3  2

