Uses of Package
edu.wwu.tobikley.acgc.algorithms

Packages that use edu.wwu.tobikley.acgc.algorithms
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. 
 

Classes in edu.wwu.tobikley.acgc.algorithms used by edu.wwu.tobikley.acgc.algorithms
ApproximateCountingAlgorithm
          Basic functionality of a randomized approximation scheme for the q-Colorings of a graph.
CountingAlgorithm
          Basic functionality of an algorithm to count the q-Colorings of a graph.
CountingResult
          Encapsulates the result of one iteration of a call of CountingAlgorithm.algorithm().
 

Classes in edu.wwu.tobikley.acgc.algorithms used by edu.wwu.tobikley.acgc.ui
CountingAlgorithm
          Basic functionality of an algorithm to count the q-Colorings of a graph.
 



Copyright © 2007 Tobias Kley. All Rights Reserved.