|
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 426 of file net_utils.H.
| std::string Aleph::DotExportOptions::empty_color = "gray" |
Definition at line 438 of file net_utils.H.
| std::string Aleph::DotExportOptions::graph_name = "Network" |
Definition at line 434 of file net_utils.H.
Highlight empty arcs.
Definition at line 432 of file net_utils.H.
Highlight saturated arcs.
Definition at line 431 of file net_utils.H.
| std::string Aleph::DotExportOptions::saturated_color = "blue" |
Definition at line 437 of file net_utils.H.
Show capacity values on arcs.
Definition at line 429 of file net_utils.H.
Show cost values (for cost networks)
Definition at line 430 of file net_utils.H.
| std::string Aleph::DotExportOptions::sink_color = "red" |
Definition at line 436 of file net_utils.H.
| std::string Aleph::DotExportOptions::source_color = "green" |
Definition at line 435 of file net_utils.H.
Use colors for flow visualization.
Definition at line 433 of file net_utils.H.