set_graph_edge: Function: set_graph_edge

Description Usage Arguments Value Examples

Description

Set a graph edge in a composite algorithm.

Usage

1
2
set_graph_edge(composite, source_algo, source_bit, target_algo, target_bit,
  ...)

Arguments

composite

The algorithm composite whose inner graph we want to manipulate (algo_composite).

source_bit

The source bit of the directed edge (bit identifier as character).

target_bit

The target bit of the directed edge (bit identifier as character).

...

Complementary parameters.

source_node

The source algorithm of the directed edge (algo_base or algo_id as character).

target_node

The taget algorithm of the directed edge (algo_base or algo_id as character).

Value

The composite algorithm with the updated graph (algo_composite).

Examples

1

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