QSA exact affine relation algebra - #78
Draft
Inserian wants to merge 3 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an exact typed affine/difference relation algebra above accepted PR77 for admitted spatial, relative-state and physics constraints.
The child consumes only caller-admitted opaque symbol identities plus exact rational displacement vectors. It does not parse natural language or choose semantic truth. Its relation contract is
coord(lhs) - coord(rhs) = delta, with exactQRationalcoordinates and an explicit sharedQPhysicalDimension.The implementation provides:
AffineRelation, preserving rational vector type, physical dimensions, canonical identity and sorted opaque dependencies withExactAlgebraicevidence.The existing QMath carrier gates 3D exact composition/inversion, disconnected state, redundant constraints, contradiction nonmutation, insertion-order-independent identity, fractional 1/2 and 1/3 offsets, displacement-dimension rejection, resource caps, receipt accounting and QMath physical/evidence preservation.
Brain boundary: Brain language/semantic admission maps validated concepts such as relative position or physical displacement into typed vectors and accepted procedure arguments. QSA composes and certifies those exact relations. QSA does not parse prompts, own procedure identity, decide truth, write memory, or select the final response. The same primitive is intended to support both spatial cognition and general physical relative-state constraints rather than a benchmark-specific direction parser.
Research-only stacked successor to accepted PR77; no merge or production promotion is authorized.