bcds.phison.cmd
Class CheegerConstants<V extends GraphIONode,E>
java.lang.Object
bcds.phison.cmd.CheegerConstants<V,E>
public class CheegerConstants<V extends GraphIONode,E>
- extends java.lang.Object
Prints the Cheeger constants of a topology. By default,
the group sizes are in the range 1..|V|/2.
Beware: Computing the isometric constant involve working
with subgroups whose number are combinatorial.
The computation may take a long time.
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
parseArgs(java.lang.String[] args)
|
void |
readGraph(java.lang.Class<V> vcls,
java.lang.Class<E> ecls)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheegerConstants
public CheegerConstants()
readGraph
public void readGraph(java.lang.Class<V> vcls,
java.lang.Class<E> ecls)
parseArgs
public void parseArgs(java.lang.String[] args)
main
public static void main(java.lang.String[] args)