Method | Description | |
---|---|---|
AddNode ( int id ) : void | ||
ConnectLeft ( |
||
ConnectRight ( |
Connects the supernode to another supernode and constructs a random constant-degree expander graph between the two sets of nodes.
|
|
Supernode ( int id, RandomUtils randUtils ) : System |
Method | Description | |
---|---|---|
MakeExpanderGraph ( |
public ConnectLeft ( |
||
toNode | ||
D | int | The degree of the constant-degree expander graph. |
return | void |
public ConnectRight ( |
||
toNode | ||
D | int | The degree of the constant-degree expander graph. |
return | void |
public Supernode ( int id, RandomUtils randUtils ) : System | ||
id | int | |
randUtils | RandomUtils | |
return | System |