-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* A community tutorial with functions and a simple workflow to test larger vc problems on bipartite graphs Co-authored-by: TFD <[email protected]> Co-authored-by: Leonardo Disilvestro <[email protected]>
- Loading branch information
1 parent
7cf0b29
commit 9ca51d5
Showing
12 changed files
with
418 additions
and
0 deletions.
There are no files selected for viewing
405 changes: 405 additions & 0 deletions
405
examples/community_tutorials/mvc_examples/bipartite_graphs.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x7_test1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}], "links": [{"source": 0, "target": 13}, {"source": 1, "target": 8}, {"source": 1, "target": 9}, {"source": 1, "target": 10}, {"source": 1, "target": 11}, {"source": 1, "target": 12}, {"source": 1, "target": 13}, {"source": 2, "target": 13}, {"source": 3, "target": 8}, {"source": 3, "target": 11}, {"source": 4, "target": 8}, {"source": 4, "target": 11}, {"source": 4, "target": 12}, {"source": 5, "target": 9}, {"source": 5, "target": 10}, {"source": 5, "target": 12}, {"source": 6, "target": 7}, {"source": 6, "target": 10}, {"source": 6, "target": 13}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x7_test2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}], "links": [{"source": 0, "target": 9}, {"source": 0, "target": 10}, {"source": 0, "target": 12}, {"source": 0, "target": 13}, {"source": 1, "target": 7}, {"source": 1, "target": 10}, {"source": 1, "target": 11}, {"source": 1, "target": 12}, {"source": 1, "target": 13}, {"source": 2, "target": 10}, {"source": 3, "target": 11}, {"source": 4, "target": 11}, {"source": 5, "target": 7}, {"source": 5, "target": 8}, {"source": 5, "target": 9}, {"source": 5, "target": 11}, {"source": 5, "target": 13}, {"source": 6, "target": 10}, {"source": 6, "target": 13}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x7_test3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}], "links": [{"source": 0, "target": 13}, {"source": 1, "target": 11}, {"source": 2, "target": 7}, {"source": 2, "target": 9}, {"source": 2, "target": 10}, {"source": 2, "target": 11}, {"source": 3, "target": 7}, {"source": 3, "target": 9}, {"source": 3, "target": 13}, {"source": 4, "target": 8}, {"source": 4, "target": 10}, {"source": 4, "target": 11}, {"source": 4, "target": 12}, {"source": 5, "target": 8}, {"source": 5, "target": 9}, {"source": 5, "target": 10}, {"source": 5, "target": 12}, {"source": 5, "target": 13}, {"source": 6, "target": 13}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x9_test1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}], "links": [{"source": 0, "target": 7}, {"source": 0, "target": 13}, {"source": 0, "target": 14}, {"source": 0, "target": 15}, {"source": 1, "target": 14}, {"source": 2, "target": 11}, {"source": 3, "target": 8}, {"source": 3, "target": 9}, {"source": 3, "target": 10}, {"source": 3, "target": 11}, {"source": 3, "target": 13}, {"source": 3, "target": 14}, {"source": 4, "target": 11}, {"source": 4, "target": 14}, {"source": 5, "target": 8}, {"source": 5, "target": 11}, {"source": 5, "target": 12}, {"source": 5, "target": 14}, {"source": 5, "target": 15}, {"source": 6, "target": 7}, {"source": 6, "target": 8}, {"source": 6, "target": 9}, {"source": 6, "target": 10}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x9_test2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}], "links": [{"source": 0, "target": 7}, {"source": 0, "target": 8}, {"source": 0, "target": 9}, {"source": 0, "target": 10}, {"source": 0, "target": 13}, {"source": 1, "target": 9}, {"source": 1, "target": 10}, {"source": 1, "target": 11}, {"source": 1, "target": 12}, {"source": 1, "target": 14}, {"source": 2, "target": 8}, {"source": 2, "target": 13}, {"source": 3, "target": 15}, {"source": 4, "target": 8}, {"source": 4, "target": 9}, {"source": 4, "target": 12}, {"source": 4, "target": 13}, {"source": 4, "target": 15}, {"source": 5, "target": 7}, {"source": 5, "target": 8}, {"source": 5, "target": 11}, {"source": 5, "target": 13}, {"source": 6, "target": 15}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph7x9_test3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}], "links": [{"source": 0, "target": 12}, {"source": 0, "target": 13}, {"source": 0, "target": 14}, {"source": 1, "target": 8}, {"source": 1, "target": 11}, {"source": 2, "target": 8}, {"source": 2, "target": 11}, {"source": 3, "target": 10}, {"source": 3, "target": 14}, {"source": 3, "target": 15}, {"source": 3, "target": 7}, {"source": 4, "target": 8}, {"source": 4, "target": 9}, {"source": 4, "target": 10}, {"source": 4, "target": 11}, {"source": 5, "target": 8}, {"source": 5, "target": 9}, {"source": 5, "target": 10}, {"source": 5, "target": 11}, {"source": 5, "target": 12}, {"source": 5, "target": 13}, {"source": 5, "target": 14}, {"source": 6, "target": 11}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph8x8_test1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}], "links": [{"source": 0, "target": 8}, {"source": 0, "target": 9}, {"source": 0, "target": 10}, {"source": 0, "target": 13}, {"source": 1, "target": 10}, {"source": 1, "target": 15}, {"source": 2, "target": 9}, {"source": 2, "target": 14}, {"source": 3, "target": 8}, {"source": 3, "target": 10}, {"source": 3, "target": 12}, {"source": 3, "target": 13}, {"source": 3, "target": 15}, {"source": 4, "target": 9}, {"source": 4, "target": 10}, {"source": 4, "target": 11}, {"source": 4, "target": 15}, {"source": 5, "target": 9}, {"source": 5, "target": 11}, {"source": 5, "target": 14}, {"source": 5, "target": 15}, {"source": 6, "target": 10}, {"source": 6, "target": 11}, {"source": 6, "target": 15}, {"source": 7, "target": 9}, {"source": 7, "target": 11}, {"source": 7, "target": 14}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph8x8_test2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}], "links": [{"source": 0, "target": 9}, {"source": 0, "target": 10}, {"source": 0, "target": 11}, {"source": 0, "target": 12}, {"source": 0, "target": 13}, {"source": 1, "target": 9}, {"source": 1, "target": 11}, {"source": 1, "target": 12}, {"source": 1, "target": 15}, {"source": 2, "target": 8}, {"source": 2, "target": 11}, {"source": 2, "target": 12}, {"source": 2, "target": 13}, {"source": 2, "target": 15}, {"source": 3, "target": 9}, {"source": 4, "target": 12}, {"source": 4, "target": 14}, {"source": 5, "target": 9}, {"source": 5, "target": 11}, {"source": 5, "target": 12}, {"source": 5, "target": 14}, {"source": 6, "target": 8}, {"source": 6, "target": 10}, {"source": 6, "target": 11}, {"source": 6, "target": 13}, {"source": 6, "target": 15}, {"source": 7, "target": 9}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph9x9_test1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}, {"id": 16}, {"id": 17}], "links": [{"source": 0, "target": 10}, {"source": 0, "target": 11}, {"source": 0, "target": 13}, {"source": 0, "target": 14}, {"source": 0, "target": 17}, {"source": 1, "target": 15}, {"source": 2, "target": 9}, {"source": 2, "target": 11}, {"source": 2, "target": 13}, {"source": 2, "target": 14}, {"source": 2, "target": 17}, {"source": 3, "target": 9}, {"source": 3, "target": 10}, {"source": 3, "target": 11}, {"source": 3, "target": 16}, {"source": 4, "target": 9}, {"source": 4, "target": 10}, {"source": 4, "target": 17}, {"source": 5, "target": 15}, {"source": 5, "target": 16}, {"source": 6, "target": 9}, {"source": 6, "target": 12}, {"source": 6, "target": 14}, {"source": 6, "target": 15}, {"source": 6, "target": 16}, {"source": 7, "target": 16}, {"source": 8, "target": 9}, {"source": 8, "target": 10}, {"source": 8, "target": 11}, {"source": 8, "target": 13}, {"source": 8, "target": 14}, {"source": 8, "target": 15}]} |
1 change: 1 addition & 0 deletions
1
examples/community_tutorials/mvc_examples/problems/bipartite_graph9x9_test2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"id": 0}, {"id": 1}, {"id": 2}, {"id": 3}, {"id": 4}, {"id": 5}, {"id": 6}, {"id": 7}, {"id": 8}, {"id": 9}, {"id": 10}, {"id": 11}, {"id": 12}, {"id": 13}, {"id": 14}, {"id": 15}, {"id": 16}, {"id": 17}], "links": [{"source": 0, "target": 9}, {"source": 0, "target": 12}, {"source": 0, "target": 14}, {"source": 0, "target": 17}, {"source": 1, "target": 9}, {"source": 1, "target": 10}, {"source": 1, "target": 12}, {"source": 1, "target": 16}, {"source": 2, "target": 12}, {"source": 2, "target": 14}, {"source": 2, "target": 15}, {"source": 2, "target": 16}, {"source": 3, "target": 11}, {"source": 3, "target": 12}, {"source": 3, "target": 13}, {"source": 3, "target": 15}, {"source": 3, "target": 17}, {"source": 4, "target": 10}, {"source": 4, "target": 15}, {"source": 5, "target": 9}, {"source": 5, "target": 10}, {"source": 6, "target": 9}, {"source": 6, "target": 14}, {"source": 6, "target": 15}, {"source": 6, "target": 16}, {"source": 7, "target": 9}, {"source": 7, "target": 10}, {"source": 7, "target": 16}, {"source": 8, "target": 10}, {"source": 8, "target": 12}, {"source": 8, "target": 14}, {"source": 8, "target": 16}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters