specificslength
Specificslength is a theoretical measure used in formal specification and search problems to denote the length of the shortest object that satisfies a given specification. For a specification S defined over a domain of objects, specificslength(S) is defined as the minimum length of any object o such that o satisfies S. If no object satisfies S, the specificslength is undefined.
In the common case where objects are strings over a finite alphabet and length is the usual
Examples help illustrate the idea. For a specification requiring a binary string that represents a prime number,
Computationally, determining specificslength can be challenging and is often undecidable in general. It is typically approached
Relation to other concepts: specificslength is related to, but distinct from, Kolmogorov complexity. Both involve minimal
See also: Kolmogorov complexity, shortest witness problem, minimum description length, constraint solving.