A simple Python script that check if a given signed social network is clusterable or not. The network format is excpected to be a signed graph. Besides clusterability check:
- the script checks if each cluster is a coalition or not
- creates cluster-network generated from clusters as nodes and edges form based on edges in the original graph
Networkx was used for all graph manipulation and generating.