Skip to content

trudag.graphalyzer

Support for simple applications of graph theory in python using adjacency-matrix-backed representations of graphs.

ABS_TOL module-attribute

ABS_TOL = 1e-15

Absolute error tolerance for all inexact floating point operations.

For the double precision floating point values used by this module, setting this value smaller than its default 1.0e-15 will result in well-defined but unhelpful behaviour.

REL_TOL module-attribute

REL_TOL = 1e-15

Relative error tolerance for all inexact floating point operations.

For the double precision floating point values used by this module, setting this value smaller than its default 1.0e-15 will result in well-defined but unhelpful behaviour.