1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# general
mode=recursive
objective=cut
seed=-1
cmaxnet=-1
vcycles=0
# main -> preprocessing -> min hash sparsifier
p-use-sparsifier=false
p-sparsifier-min-median-he-size=28
p-sparsifier-max-hyperedge-size=1200
p-sparsifier-max-cluster-size=10
p-sparsifier-min-cluster-size=2
p-sparsifier-num-hash-func=5
p-sparsifier-combined-num-hash-func=100
# main -> preprocessing -> community detection
p-detect-communities=false
p-detect-communities-in-ip=false
p-reuse-communities=false
p-max-louvain-pass-iterations=100
p-min-eps-improvement=0.0001
p-louvain-edge-weight=hybrid
# main -> coarsening
c-type=heavy_lazy
c-s=3.25
c-t=160
# main -> coarsening -> rating
c-rating-score=heavy_edge 
c-rating-use-communities=false
c-rating-heavy_node_penalty=multiplicative
c-rating-acceptance-criterion=best
c-fixed-vertex-acceptance-criterion=free_vertex_only
# main -> initial partitioning
i-mode=direct
i-technique=flat
# initial partitioning -> coarsening <- unsued because of flat partitioning
# i-c-type=ml_style
# i-c-s=1
# i-c-t=150
# initial partitioning -> coarsening -> rating  <- unsued because of flat partitioning
# i-c-rating-score=heavy_edge 
# i-c-rating-use-communities=false
# i-c-rating-heavy_node_penalty=multiplicative
# i-c-rating-acceptance-criterion=best
# initial partitioning -> initial partitioning
i-algo=pool
i-runs=20
# initial partitioning -> local search  <- unsued because of flat partitioning
i-r-type=twoway_fm
i-r-runs=-1
i-r-fm-stop=simple
i-r-fm-stop-i=50
# main -> local search
r-type=twoway_fm_flow
r-runs=-1
r-fm-stop=simple
r-fm-stop-alpha=1
r-fm-stop-i=350
# local_search -> flow
r-flow-algorithm=ibfs
r-flow-alpha=16
r-flow-beta=128
r-flow-network=hybrid
r-flow-execution-policy=exponential
r-flow-use-most-balanced-minimum-cut=true
r-flow-use-adaptive-alpha-stopping-rule=true
r-flow-ignore-small-hyperedge-cut=true
r-flow-use-improvement-history=true