Uses of Class
edu.wwu.tobikley.acgc.algorithms.ApproximateCountingAlgorithm

Packages that use ApproximateCountingAlgorithm
edu.wwu.tobikley.acgc.algorithms Provides algorithms for counting the proper q-Colorings of an undirected graph. 
 

Uses of ApproximateCountingAlgorithm in edu.wwu.tobikley.acgc.algorithms
 

Subclasses of ApproximateCountingAlgorithm in edu.wwu.tobikley.acgc.algorithms
 class JerrumCountingAlgorithm
          Implements the fully polynomial randomized approximation scheme, specified by Marc Jerrum, as a CountingAlgorithm.
 class JerrumHeatBathCountingAlgorithm
          Implements a variant of the fully polynomial randomized approximation scheme, specified by Marc Jerrum, as a CountingAlgorithm.
 



Copyright © 2007 Tobias Kley. All Rights Reserved.