4.1.11.4. hyperflow/Solution¶
- class hyperflow.SolutionRange¶
A range of solutions for a flow model.
- __iter__()¶
- Returns:
an iterator for the contained solutions.
- __getitem__(i)¶
- list()¶
List overall information about each solution.
- print(printer=Printer(), data=None)¶
Print solutions using the settings in the given printer and the structure information in the data object.
- Parameters:
printer (Printer) – the printer to use governing the appearance.
data (DGPrintData) – the extra data to use encoding the structure of the graph.
- class hyperflow.Solution¶
A solution for a flow model.
- id¶
(Read-only) An ID for the solution which is unique among all solutions from the parent
Model
object.- Type:
- eval(exp)¶
- list()¶
List overall information about the solution.
- print(printer=Printer(), data=None)¶
Print the solution using the settings in the given printer and the structure information in the data object.
- Parameters:
printer (Printer) – the printer to use governing the appearance.
data (DGPrintData) – the extra data to use encoding the structure of the graph.
- Returns:
the name of the PDF-files that will be compiled in post-processing for respectively the filtered and unfiltered depictions. If either is not requested by the given
printer
the corresponding entry isNone
.- Return type: