diff --git a/test/test_network_operations.cpp b/test/test_network_operations.cpp index 997e1f9..acf33b6 100644 --- a/test/test_network_operations.cpp +++ b/test/test_network_operations.cpp @@ -17,76 +17,18 @@ TEST_CASE("Testing network operations") { // Generate some network /* Nodes: 0, 2, 1, 3, 4, 5 - -................................................................. -....................%.........%:................................. -.................::..............-............................... -................%.................%.............................. -...............%.......=@@@@.......#............................. -...............:.......@@-@@..................................... -.......................@@-@@........-............................ -.......................@@-@@..................................... -...............%.........=:........#............................. -................#.................*.............................. -.................=...............*............................... -...................-+.........-=................................. -.........................%....................................... -.........................%....................................... -.........................%....................................... -.........................%....................................... -.........................%....................................... -.........................%....................................... -.........................%....................................... -.....................%.......#:.................................. -..................%.............%................................ -................=.................+.............................. -...............=........@@@*.......+............................. -...............-.......@@.@@..................................... -.........................@@.........-............................ -........................@@..........-............................ -...............+.......#%%%%.......=............................. -................-................................................ -.................#...............+............................... -...................#...........+................................. -.....................+-@#+*@=-................................... -....................%.........#.................................. -...................=...........*................................. -................................................................. -..................+.............:................................ -.................#...............%............................... -................=.................+.............................. -........##...-@=...................=@-...*%...................... -.....%............#.............+............#................... -...%................+.........-................#................. -..#.........+=.......%.......+.......-%%+.......=................ -.*........@@@*.......................@@-@@.......@............... -.=.........+@*........@.....*.........*@@........:............... -.=.........+@*........@.....*........@@:@@.......:............... -.#.........+@*........:.....:........%@@@........%............... -..=..................%.......#..................-................ -...#................#.........*................=................. -....:-............#.............%............--.................. -.......=#.....:%:..................%-.....#+..................... -..................................#.............................. -.................................#..........=.................... -.............................................#................... -................................:.............=.................. -...............................%................................. -..............................+................=................. -.......................+@@@+.:..................%.-%@@#.......... -...................%...........@..............=-..........+...... -.................#...............%..........-...............-.... -................=.................-........%..................-.. -...............#........%@@#.......+......+........@+............ -........................@=@#........:.....=.......:@@@@-.......#. -.......................@@@@@........-.....:.......-@#%@=.......#. -...............:.........=@#..............%........@@@@........=. -...............+...................#..........................+.. -................*.................#..........................+... -..................*.............=............#..............=.... -....................==.......-+................:#........%....... -................................................................. - +ACII art made in https://asciiflow.com + +-+ + |0| + +-+ + +-+ + |2| ++---------+ +|1| |3| ++-+ +-+ + +--+ +---+ + |4| |5| + +-+ +-+ */ const auto n_agents = 6; auto network = UndirectedNetwork(n_agents);