Expand description
Common types used across the problemreductions library.
Structs§
- Local
Constraint - A local constraint on a subset of variables.
- Local
Solution Size - A local contribution to the solution size from a subset of variables.
- Problem
Size - Problem size metadata (varies by problem type).
- Solution
Size - The result of evaluating a solution’s size/energy.
Enums§
- Energy
Mode - Specifies whether larger or smaller objective values are better.
Traits§
- Numeric
Weight - Marker trait for numeric weight types.