Skip to content
Snippets Groups Projects
Commit d7f854b9 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Create second test flow json file

parent 1cbe0b35
Branches
No related merge requests found
......@@ -2,23 +2,15 @@
"Description": "A small network flow problem.",
"connections": {
"s": {
"A": 5,
"A": 3,
"B": 2
},
"A": {
"C": 3,
"D": 2
"t": 1,
"B": 1
},
"B": {
"A": 1,
"D": 3
},
"C": {
"t": 2
},
"D": {
"C": 1,
"t": 5
"t": 3
}
}
}
{
"Description": "A small network flow problem.",
"connections": {
"s": {
"A": 5,
"B": 2
},
"A": {
"C": 3,
"D": 2
},
"B": {
"A": 1,
"D": 3
},
"C": {
"t": 2
},
"D": {
"C": 1,
"t": 5
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment