Documentation

Complexitylib.Circuits.BarringtonCodeGenerator.Internal

Pure Barrington code-generator internals #

theorem Complexity.formula_variable_le_code_length_internal (formula : BoolFormula) (index : ) (hindex : index formula.vars) :
index (FormulaCode.encode formula).length

Internal bound placing every referenced variable below the formula-code length.

Internal exact action of the code generator on a canonical formula code.

Internal exact output-code length on canonical formula input.

Internal serialized-output bound in terms of formula-code length and depth. The extra factor comes from the terminated-unary variable field in each instruction.

Internal combined semantic and program-length specification of generated code on canonical formula input.