Module encoding

Module encoding 

Source
Expand description

Variable encoding schemes for optimization problems.

This module provides various encoding schemes to represent different types of variables and constraints as binary optimization problems.

Structs§

AuxiliaryVariableGenerator
Auxiliary variable generator for complex encodings
EncodedVariable
Encoded variable representation
EncodingConverter
Convert integer program to QUBO using encodings
EncodingMetrics
EncodingOptimizer
Encoding optimizer that selects best encoding for variables

Enums§

EncodingScheme
Variable encoding scheme

Functions§

compare_encodings
Compare different encodings