sampo.generator.types#
Overview#
Describe types of synthetic graph: |
Classes#
- class sampo.generator.types.SyntheticGraphType#
Bases:
enum.EnumDescribe types of synthetic graph: - Parallel - work graph in which has work is parallel to each other - Sequential - work graph in which the work is sequential to each other - General - work graph that closely resemble real work graphs in structure.
- GENERAL#
- PARALLEL#
- SEQUENTIAL#
Attributes#
- sampo.generator.types.StageType#