Skip to main content

Module design_encode

Module design_encode 

Source
Expand description

Natural-language design documents → NQuin graph + Tensor10D layout.

General-purpose product/assembly representation for the Qualia Portal demo. Geometry stays as tensor coordinates; semantics live in parts, relations, and quins.

Structs§

DesignDocument
DesignEncodeStats
DesignPart
DesignRelation
SparqlContextHit

Enums§

DesignEncodeError

Constants§

DESIGN_TYPE
DESIGN_VERSION
MAX_DESIGN_PARTS
MAX_DESIGN_RELATIONS

Functions§

design_context_hash
design_to_quins
Lower design semantics to NQuin triples (parts + relations + design root).
design_to_tensors
Lay out parts in 10D tensor space and emit optional relation anchor tensors.