Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 780 Bytes

File metadata and controls

63 lines (50 loc) · 780 Bytes

API reference

CollapsedDocStrings = true
CurrentModule = SparseMatrixColorings

The docstrings on this page define the public API of the package.

SparseMatrixColorings

Main function

coloring
fast_coloring
ColoringProblem

Coloring algorithms

GreedyColoringAlgorithm
ConstantColoringAlgorithm
StructuredColoringAlgorithm

Result analysis

AbstractColoringResult
column_colors
row_colors
ncolors
column_groups
row_groups
sparsity_pattern

Decompression

compress
decompress
decompress!
decompress_single_color!

Orders

AbstractOrder
NaturalOrder
RandomOrder
LargestFirst
SmallestLast
IncidenceDegree
DynamicLargestFirst
DynamicDegreeBasedOrder
PerfectEliminationOrder