This module contains global parameters and settings for the diffstruc library.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | diffstruc__init_map_cap | = | 32 |
Default capacity for pointer mapping in graph operations |
|
| integer, | public | :: | diffstruc__max_recursion_depth | = | 1000 |
Recursion depth limit for operations that traverse the computation graph |
|
| integer, | public | :: | diffstruc__visit_counter | = | 0 |
Global visit counter for O(1) cycle detection in graph traversal |