bcds.phison.cmd
Class CheegerConstants<V extends GraphIONode,E>

java.lang.Object
  extended by 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.


Constructor Summary
CheegerConstants()
           
 
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
 

Constructor Detail

CheegerConstants

public CheegerConstants()
Method Detail

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)