Parser Functions

Functions that parse inputs to be used by the main algorithms, or outputs generated from the translated graphs.

parse_vpath()

Parser for G* nodes paths.

direct_graph()

Undirected Graph Translator

get_all_nodes()

Parser for G* nodes.

Digraphs Transformations

Implementations of algorithms to transform a graph and its set of forbidden paths.

modify_graph_vd()

Villeneuve and Desaulniers (2005) Algorithm

modify_graph_hsu()

Hsu et al. (2009) Algorithm

Integrations

Functions that simplify the integration with other R-Packages.

get_shortest_path()

igraph Shortest Path