diff options
author | user <user@localhost.localdomain> | 2019-08-11 08:38:57 -0400 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-08-11 08:38:57 -0400 |
commit | ff817280b9d0b28bdfb42c8cfd84fefada5ff85a (patch) | |
tree | 409eae0cdb9b38a691ce2b849c93357a9f5a3d8f /CORE1.cpp | |
parent | 01bd6e2d00d22101ea7db7941a6e27dac8886522 (diff) | |
download | standingwithresilience-ff817280b9d0b28bdfb42c8cfd84fefada5ff85a.tar.gz standingwithresilience-ff817280b9d0b28bdfb42c8cfd84fefada5ff85a.zip |
core1 got more messy due to beginning atomspace task work
Diffstat (limited to 'CORE1.cpp')
-rw-r--r-- | CORE1.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -159,6 +159,11 @@ void atomtest() // raw strings interspersed with variable references // - OUTPUT ATOMSPACE to see how it looks // - IMPLEMENT SOLVER USING PATTERNS + // will need a way to + // - get patterns matching requests + // ordered by relevence + // propose using subcontexts and queries that return all results + // - inspect pattern content // when A is inside B, A is unreachable if B is closed // ALTERNATIVELY, can we link this straight into openStep |