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

Packages that use CountingAlgorithm
edu.wwu.tobikley.acgc.algorithms Provides algorithms for counting the proper q-Colorings of an undirected graph. 
edu.wwu.tobikley.acgc.ui Provides a user interface to operate the algorithms. 
 

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

Subclasses of CountingAlgorithm in edu.wwu.tobikley.acgc.algorithms
 class ApproximateCountingAlgorithm
          Basic functionality of a randomized approximation scheme for the q-Colorings of a graph.
 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.
 class NaiveCountingAlgorithm
          Implements a Naive Counting Algorithm as a CountingAlgorithm.
 

Uses of CountingAlgorithm in edu.wwu.tobikley.acgc.ui
 

Fields in edu.wwu.tobikley.acgc.ui declared as CountingAlgorithm
private  CountingAlgorithm ACGC.countingAlgorithm
           
 



Copyright © 2007 Tobias Kley. All Rights Reserved.