Module types

Module types 

Source
Expand description

Common types used across the problemreductions library.

Structs§

LocalConstraint
A local constraint on a subset of variables.
LocalSolutionSize
A local contribution to the solution size from a subset of variables.
ProblemSize
Problem size metadata (varies by problem type).
SolutionSize
The result of evaluating a solution’s size/energy.

Enums§

EnergyMode
Specifies whether larger or smaller objective values are better.

Traits§

NumericWeight
Marker trait for numeric weight types.