Skip to main content

Module manifold

Module manifold 

Source

Structs§

ManifoldCoordinate10D
Defines a tensor’s precise location in the 10D geometric frameset. This replaces the concept of integer chronological layers (e.g. “Layer 12”) with a continuous spatial coordinate in P64 containers.
ManifoldState10D

Enums§

ManifoldDimension

Constants§

MANIFOLD_ASP_ATOMS
MANIFOLD_ATOM_COHERENT
MANIFOLD_ATOM_CURVED
MANIFOLD_ATOM_DENSE
MANIFOLD_ATOM_RECURRENT
MANIFOLD_ATOM_STABLE
MANIFOLD_HEAD_PREDICATE
MANIFOLD_TAIL_PREDICATE
MANIFOLD_THRESHOLD_HOLDS
MANIFOLD_THRESHOLD_MISS

Functions§

collect_manifold_states
Decode and chronologically order manifold pairs from an arena snapshot. Invalid/incomplete pairs are ignored. Caller owns the bounded output.
decode_manifold_state
encode_manifold_state
Encode one 10D state into two normal 48-byte Quins.
evaluate_manifold_answer_sets
Derive bounded topology facts from manifold states and run the real Gelfond-Lifschitz answer-set evaluator.
project_10d_to_quaternion
Project a continuous 10D symmetric matrix representation into a valid 4D unit quaternion. This avoids gimbal lock and inverse-image discontinuities common in neural orientation regression.
project_manifold_ltl_trace
Convert a 10D coordinate trace into propositions consumable by the existing LTL evaluator. at_least=true means dimension >= threshold; false means dimension <= threshold.