You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Sergii Iglin (2026). Graph Theory Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/90341-graph-theory-toolbox), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (12.3 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
