|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Options for DOT export. More...
#include <net_utils.H>
Public Attributes | |
| bool | show_flow = true |
| Show flow values on arcs. | |
| bool | show_capacity = true |
| Show capacity values on arcs. | |
| bool | show_cost = false |
| Show cost values (for cost networks) | |
| bool | highlight_saturated = true |
| Highlight saturated arcs. | |
| bool | highlight_empty = false |
| Highlight empty arcs. | |
| bool | use_colors = true |
| Use colors for flow visualization. | |
| std::string | graph_name = "Network" |
| std::string | source_color = "green" |
| std::string | sink_color = "red" |
| std::string | saturated_color = "blue" |
| std::string | empty_color = "gray" |
Options for DOT export.
Definition at line 448 of file net_utils.H.
| std::string Aleph::DotExportOptions::empty_color = "gray" |
Definition at line 460 of file net_utils.H.
| std::string Aleph::DotExportOptions::graph_name = "Network" |
Definition at line 456 of file net_utils.H.
Referenced by demo_dot_export().
Highlight empty arcs.
Definition at line 454 of file net_utils.H.
Highlight saturated arcs.
Definition at line 453 of file net_utils.H.
| std::string Aleph::DotExportOptions::saturated_color = "blue" |
Definition at line 459 of file net_utils.H.
Show capacity values on arcs.
Definition at line 451 of file net_utils.H.
Show cost values (for cost networks)
Definition at line 452 of file net_utils.H.
| std::string Aleph::DotExportOptions::sink_color = "red" |
Definition at line 458 of file net_utils.H.
| std::string Aleph::DotExportOptions::source_color = "green" |
Definition at line 457 of file net_utils.H.
Use colors for flow visualization.
Definition at line 455 of file net_utils.H.