Orbital library

Uses of Interface
orbital.algorithm.template.DivideAndConquerProblem

Packages that use DivideAndConquerProblem
orbital.algorithm.template A framework for general algorithmic evaluation schemes including search and planning algorithms. 
 

Uses of DivideAndConquerProblem in orbital.algorithm.template
 

Methods in orbital.algorithm.template that return DivideAndConquerProblem
 DivideAndConquerProblem[] DivideAndConquerProblem.divide()
          Divide this problem into several problem parts which can be solved independently.
 

Methods in orbital.algorithm.template with parameters of type DivideAndConquerProblem
 java.lang.Object DivideAndConquer.solve(DivideAndConquerProblem p)
          solves by divide and conquer.
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.