Expand description
Automatic reduction registration via inventory.
Structs§
- Edge
Capabilities - Execution capabilities carried by a reduction edge.
- Reduction
Entry - A registered reduction entry for static inventory registration.
Uses function pointers to lazily derive variant fields from
Problem::variant(). - Reduction
Parameter Contract - Validated parameter metadata for one reduction edge.
- Reduction
Parameter Declarations - Raw symbolic declaration emitted by the reduction proc macro.
- Unavailable
Parameter Field - One target parameter that cannot be propagated through a reduction.
Enums§
Functions§
- reduction_
entries - Return all registered reduction entries.
- validate_
reduction_ parameter_ schemas - Validate reduction parameter expressions against problem-owned endpoint schemas.
Type Aliases§
- Aggregate
Reduce Fn - Aggregate/value reduction executor stored in the inventory.
- Reduce
Fn - Witness/config reduction executor stored in the inventory.