Expand description
Common types used across the problemreductions library.
Structs§
- One
- The constant 1. Unit weight for unweighted problems.
- Problem
Size - Problem size metadata (varies by problem type).
Enums§
- Direction
- Optimization direction.
- Solution
Size - Result of evaluating a constrained optimization problem.
Traits§
- Numeric
Size - Bound for objective value types (i32, f64, etc.)
- Weight
Element - Maps a weight element to its sum/metric type.
Type Aliases§
- Unweighted
- Backward-compatible alias for
One.