tests.fixtures.weighted_graphs.graph_neg_weight_no_loops

tests.fixtures.weighted_graphs.graph_neg_weight_no_loops#

tests.fixtures.weighted_graphs.graph_neg_weight_no_loops()#

This graph is set up with a single edge with negaitve weight.

No negative cycles (or cycles of any kind) are present.

left to right direction

object 0
object 1
object 2
object 3

0 --> 1: 1
1 --> 2: -5
2 --> 3: 1
0 --> 3: 1