Add a transaction to this SetInfo (which must not yet be in it).

Synopsis

Declared in <cluster_linearize.h>

void
Set(
    DepGraph<SetType> const& depgraph,
    DepGraphIndex pos) noexcept;

Parameters

Name

Description

depgraph

The graph the transaction belongs to.

pos

The position of the transaction to add.

Created with MrDocs