1.1.1.3.1. Modules
1.1.1.3.1.1. molpher.examples.basics module
Module with example code from the tutorial.
-
molpher.examples.basics.
main
()[source]
1.1.1.3.1.3. molpher.examples.bidirectional module
Implementation of the bidirectional search algorithm.
-
class
molpher.examples.bidirectional.
BidirectionalPathFinder
(source, target)[source]
Bases: object
-
class
molpher.examples.bidirectional.
FindClosest
[source]
Bases: object
-
molpher.examples.bidirectional.
main
()[source]
-
molpher.examples.bidirectional.
timeit
(func)[source]
1.1.1.3.1.4. molpher.examples.classic module
Implementation of the classical search algorithm.
-
class
molpher.examples.classic.
ClassicPathFinder
(source, target)[source]
Bases: object
-
path
-
molpher.examples.classic.
main
()[source]
-
molpher.examples.classic.
timeit
(func)[source]