Graph Theory Toolbox

Some functions of graph theory
384 download
Aggiornato 11 nov 2021

Visualizza la licenza

GrTheory - Graph Theory Toolbox.
Functions:
Packings:
maxindset - solve the maximum independent (stable) set problem for the graph.
maxmatch - solve the maximum matching problem for the graph.
Coverings:
minedgecover - solve the minimum edge cover problem for the graph.
minvercover - solve the minimum vertex cover problem for the graph.
Dominating sets:
mindomedgeset - solve the minimum dominating (absorbant) set problem for the graph edges.
mindomverset - solve the minimum dominating (absorbant) set problem for the graph vertices.
Cliques:
maxcompsub - solve the maximum complete subgraph problem for the graph.
Colorings:
minedgecolor - solve the minimum regular color problem for graph edges.
minvercolor - solve the minimum regular color problem for graph vertices.
Cycles and cocycles:
eulerianpath - find the Eulerian path or cycle of graph.
cocyclebasis - find all independent cut-sets for a connected graph.
Partial ordering:
orderstrongcomp - find the partial ordering of strongly connected components.
PERT:
pert - solve the project evaluation research task.
graphtest - test program for all functions.

Cita come

Sergii Iglin (2024). Graph Theory Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/90341-graph-theory-toolbox), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2021a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.1

Fixed bugs

1.0.0