sampo.generator.types#

Overview#

Classes#

SyntheticGraphType

Describe types of synthetic graph:

Attributes#

StageType

-

Classes#

class sampo.generator.types.SyntheticGraphType#

Bases: enum.Enum

Describe 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#