convert_algo_composite_to_igraph: Convert an object of type algo_composite to an igraph object.

Description Usage Arguments Value Examples

Description

The igraph network will be composed of: * One node per input bit, * One node per algorithm, * One node per output bit, * Directed edges from the input bits to the algorithm node, * Directed edges from the algorithm node to the output bits, * Directed edges between sub-algorithms.

Usage

1

Arguments

node

The node that we want to graph (algo_composite)

...

For future usage.

Value

A directed network graph representation of the node (igraph).

Examples

1

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.