Macaulay2 Engine
Loading...
Searching...
No Matches
OurNode Struct Reference

Scratch task descriptor used by the standalone TBB dependency-graph example. More...

Public Attributes

int lev
int sldeg
int firstDependency
int lastDependency
int computationStatus

Detailed Description

Scratch task descriptor used by the standalone TBB dependency-graph example.

Note
AI-generated documentation. Verify against the source before relying on it.

Pairs a (level, slanted_degree) cell with the half-open range of cells it depends on (firstDependency .. lastDependency) plus a computationStatus slot the example sets when the cell fires. The file is illustrative scaffolding for the parallel Schreyer-resolution scheduler, not part of the live engine code path.

Definition at line 62 of file res-tasking-example.cpp.


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