j_                 77 test/util/bipartite_graph.c         int i_, j_;                                \
j_                 84 test/util/bipartite_graph.c         j_ = pred[(sink)];                       \
j_                 85 test/util/bipartite_graph.c         while (i_ != -1 && j_ != -1) {             \
j_                 86 test/util/bipartite_graph.c             check_msg(i_ != j_, "CYCLE DETECTED"); \
j_                 88 test/util/bipartite_graph.c             j_ = pred[j_];                         \
j_                 89 test/util/bipartite_graph.c             if (j_ != -1) {                        \
j_                 90 test/util/bipartite_graph.c                 j_ = pred[j_];                     \