graph module

Graph plotting storers module, in which a set of plotting storers whose resulting artifact is a graph.

class jinete.storers.plots.graph.GraphPlotStorer(file_path=None, *args, **kwargs)[source]

Bases: jinete.storers.abc.Storer

Generate a directed graph representation of the solution.

__init__(file_path=None, *args, **kwargs)[source]

Construct a new object instance.

Parameters
  • file_path (Path) – The file path in which to store the problem solution.

  • args – Additional positional arguments.

  • kwargs – Additional named arguments.

store()[source]

Perform a storage process.

Return type

None