You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/bash
|
|
|
|
#Launch the reducibility code with the verbose mode activated
|
|
#and saving the optimal partition in the current directory as edge lists
|
|
./../reducibility_complexity nodes_unique.txt list_multiplex.txt -v -s
|
|
|
|
|