check_has_in_out_degree  924 test/util/bipartite_graph.c     check_has_in_out_degree(g, 0, /*exp_indeg=*/0, /*exp_outdeg=*/1);
check_has_in_out_degree  925 test/util/bipartite_graph.c     check_has_in_out_degree(g, 1, /*exp_indeg=*/0, /*exp_outdeg=*/1);
check_has_in_out_degree  926 test/util/bipartite_graph.c     check_has_in_out_degree(g, 2, /*exp_indeg=*/0, /*exp_outdeg=*/1);
check_has_in_out_degree  927 test/util/bipartite_graph.c     check_has_in_out_degree(g, 3, /*exp_indeg=*/1, /*exp_outdeg=*/0);
check_has_in_out_degree  928 test/util/bipartite_graph.c     check_has_in_out_degree(g, 4, /*exp_indeg=*/2, /*exp_outdeg=*/0);
check_has_in_out_degree  935 test/util/bipartite_graph.c     check_has_in_out_degree(g, 0, /*exp_indeg=*/2, /*exp_outdeg=*/2);
check_has_in_out_degree  936 test/util/bipartite_graph.c     check_has_in_out_degree(g, 1, /*exp_indeg=*/2, /*exp_outdeg=*/2);
check_has_in_out_degree  937 test/util/bipartite_graph.c     check_has_in_out_degree(g, 2, /*exp_indeg=*/2, /*exp_outdeg=*/2);
check_has_in_out_degree  938 test/util/bipartite_graph.c     check_has_in_out_degree(g, 3, /*exp_indeg=*/2, /*exp_outdeg=*/2);
check_has_in_out_degree  939 test/util/bipartite_graph.c     check_has_in_out_degree(g, 4, /*exp_indeg=*/3, /*exp_outdeg=*/3);
check_has_in_out_degree  940 test/util/bipartite_graph.c     check_has_in_out_degree(g, 5, /*exp_indeg=*/3, /*exp_outdeg=*/3);
check_has_in_out_degree  941 test/util/bipartite_graph.c     check_has_in_out_degree(g, 6, /*exp_indeg=*/2, /*exp_outdeg=*/2);