|
Macaulay2 Engine
|
Scratch task descriptor used by the standalone TBB dependency-graph example. More...
Public Attributes | |
| int | lev |
| int | sldeg |
| int | firstDependency |
| int | lastDependency |
| int | computationStatus |
Scratch task descriptor used by the standalone TBB dependency-graph example.
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.