Counting Subgraphs in Multiplex Networks
Pedro M P Ribeiro - pribeiro@fc.up.pt
Andre Couto Meira - andre.meira@fc.up.pt
.VERY SHORT MANUAL
-Example of usage
./census -g DATA/graph.txt --fase -s 3
(You should call the program like this: ./census -g <graph_file> [other_option])
.POSSIBLE OPTIONS
-
[-g ] or [--graph ]
File containing the graph (mandatory).
-
[-d] or [--directed] or [--dir]
Graph is directed (default is undirected) No other type (weighted, etc) is supported.
-
[--esu]
Use method ESU to count.
-
[--fase]
Use method FaSE to count.
-
[-s ] or [--size ]
Subgraph size to compute the census. (default is 3)
-
[-i ] or [--isomorphism ]
The integer must be 1 or 2 (default is 1). 1: Only permutations of node labels are allowed. 2: Both node and layer labels are allowed to be permuted.
-
[-l [int,int,...int]] or [--layers [int,int,...int]]
Set of layers to be considered in the search. Default set contains all layers. No spaces.
-
[-r ] or [--results ]
Show 'r' results instead of all of them.
-
[--one] or [--all]
Show all subgraphs on one HTML page.
-
[-p ] or [--page ]
Show subgraphs in each page. (default is 50) Ineffective when using the argument '--one'.
-
[-c] or [--crescent]
Show the graphs in crescent order. (default is false)