Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::DotExportOptions Struct Reference

Options for DOT export. More...

#include <net_utils.H>

Collaboration diagram for Aleph::DotExportOptions:
[legend]

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"
 

Detailed Description

Options for DOT export.

Definition at line 426 of file net_utils.H.

Member Data Documentation

◆ empty_color

std::string Aleph::DotExportOptions::empty_color = "gray"

Definition at line 438 of file net_utils.H.

◆ graph_name

std::string Aleph::DotExportOptions::graph_name = "Network"

Definition at line 434 of file net_utils.H.

◆ highlight_empty

bool Aleph::DotExportOptions::highlight_empty = false

Highlight empty arcs.

Definition at line 432 of file net_utils.H.

◆ highlight_saturated

bool Aleph::DotExportOptions::highlight_saturated = true

Highlight saturated arcs.

Definition at line 431 of file net_utils.H.

◆ saturated_color

std::string Aleph::DotExportOptions::saturated_color = "blue"

Definition at line 437 of file net_utils.H.

◆ show_capacity

bool Aleph::DotExportOptions::show_capacity = true

Show capacity values on arcs.

Definition at line 429 of file net_utils.H.

◆ show_cost

bool Aleph::DotExportOptions::show_cost = false

Show cost values (for cost networks)

Definition at line 430 of file net_utils.H.

◆ show_flow

bool Aleph::DotExportOptions::show_flow = true

Show flow values on arcs.

Definition at line 428 of file net_utils.H.

Referenced by TEST_F().

◆ sink_color

std::string Aleph::DotExportOptions::sink_color = "red"

Definition at line 436 of file net_utils.H.

◆ source_color

std::string Aleph::DotExportOptions::source_color = "green"

Definition at line 435 of file net_utils.H.

◆ use_colors

bool Aleph::DotExportOptions::use_colors = true

Use colors for flow visualization.

Definition at line 433 of file net_utils.H.


The documentation for this struct was generated from the following file: