eyeling 1.24.7 → 1.24.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HANDBOOK.md +35 -35
- package/dist/browser/eyeling.browser.js +14 -1
- package/examples/act-alarm-bit-interoperability.n3 +5 -3
- package/examples/act-barley-seed-lineage.n3 +5 -3
- package/examples/act-docking-abort.n3 +5 -3
- package/examples/act-gravity-mediator-witness.n3 +5 -3
- package/examples/act-isolation-breach.n3 +5 -3
- package/examples/act-photosynthetic-exciton-transfer.n3 +5 -3
- package/examples/act-sensor-memory-reset.n3 +5 -3
- package/examples/act-tunnel-junction-wake-switch.n3 +5 -3
- package/examples/act-yeast-self-reproduction.n3 +5 -3
- package/examples/annotation.n3 +5 -0
- package/examples/auroracare.n3 +29 -29
- package/examples/backward-recursion.n3 +5 -0
- package/examples/barley-seed-becoming.n3 +5 -3
- package/examples/bmi.n3 +5 -3
- package/examples/builtin-coverage.n3 +5 -0
- package/examples/calidor.n3 +3 -3
- package/examples/collection.n3 +5 -0
- package/examples/complex-matrix-stability.n3 +5 -3
- package/examples/context-association.n3 +1 -9
- package/examples/control-system.n3 +5 -3
- package/examples/deep-taxonomy-10.n3 +5 -3
- package/examples/deep-taxonomy-100.n3 +5 -3
- package/examples/deep-taxonomy-1000.n3 +5 -3
- package/examples/deep-taxonomy-10000.n3 +5 -3
- package/examples/deep-taxonomy-100000.n3 +3 -1
- package/examples/delfour.n3 +3 -3
- package/examples/digital-product-passport.n3 +2 -0
- package/examples/dijkstra-risk-path.n3 +1 -2
- package/examples/easter.n3 +6 -4
- package/examples/eco-route-insight.n3 +1 -2
- package/examples/flandor.n3 +3 -3
- package/examples/french-cities.n3 +5 -3
- package/examples/fundamental-theorem-arithmetic.n3 +5 -3
- package/examples/genetic-algorithm-knapsack.n3 +1 -1
- package/examples/genetic-algorithm.n3 +1 -1
- package/examples/genetic-knapsack-selection.n3 +1 -2
- package/examples/gps.n3 +5 -3
- package/examples/harborsmr.n3 +5 -3
- package/examples/input/ontology-question-generation.trig +79 -0
- package/examples/input/rdf-message-flow.trig +10 -10
- package/examples/input/rdf-messages.trig +6 -6
- package/examples/interop-demo.n3 +3 -1
- package/examples/matrix-mechanics.n3 +3 -3
- package/examples/medior.n3 +3 -3
- package/examples/n3-speaks-for-itself.n3 +5 -0
- package/examples/odrl-dpv-ehds-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-healthcare-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-risk-ranked.n3 +1 -1
- package/examples/odrl-risk-mitigation.n3 +1 -1
- package/examples/odrl-risk.n3 +1 -1
- package/examples/ontology-question-generation.n3 +409 -0
- package/examples/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md} +23 -17
- package/examples/output/act-barley-seed-lineage.md +31 -0
- package/examples/output/{act-docking-abort.txt → act-docking-abort.md} +25 -19
- package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md} +27 -21
- package/examples/output/{act-isolation-breach.txt → act-isolation-breach.md} +30 -24
- package/examples/output/{act-photosynthetic-exciton-transfer.txt → act-photosynthetic-exciton-transfer.md} +23 -17
- package/examples/output/{act-sensor-memory-reset.txt → act-sensor-memory-reset.md} +23 -17
- package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md} +24 -18
- package/examples/output/{act-yeast-self-reproduction.txt → act-yeast-self-reproduction.md} +26 -20
- package/examples/output/annotation.md +7 -0
- package/examples/output/auroracare.md +154 -0
- package/examples/output/backward-recursion.md +11 -0
- package/examples/output/barley-seed-becoming.md +31 -0
- package/examples/output/bmi.md +26 -0
- package/examples/output/builtin-coverage.md +7 -0
- package/examples/output/calidor.md +35 -0
- package/examples/output/collection.md +7 -0
- package/examples/output/{complex-matrix-stability.txt → complex-matrix-stability.md} +17 -11
- package/examples/output/context-association.md +12 -0
- package/examples/output/{control-system.txt → control-system.md} +23 -17
- package/examples/output/deep-taxonomy-10.md +21 -0
- package/examples/output/deep-taxonomy-100.md +21 -0
- package/examples/output/{deep-taxonomy-1000.txt → deep-taxonomy-1000.md} +18 -12
- package/examples/output/{deep-taxonomy-10000.txt → deep-taxonomy-10000.md} +18 -12
- package/examples/output/{deep-taxonomy-100000.txt → deep-taxonomy-100000.md} +18 -12
- package/examples/output/delfour.md +36 -0
- package/examples/output/digital-product-passport.md +7 -0
- package/examples/output/dijkstra-risk-path.md +16 -0
- package/examples/output/{easter.txt → easter.md} +156 -150
- package/examples/output/eco-route-insight.md +25 -0
- package/examples/output/flandor.md +37 -0
- package/examples/output/{french-cities.txt → french-cities.md} +17 -11
- package/examples/output/{fundamental-theorem-arithmetic.txt → fundamental-theorem-arithmetic.md} +18 -12
- package/examples/output/genetic-algorithm-knapsack.md +7 -0
- package/examples/output/genetic-algorithm.md +7 -0
- package/examples/output/genetic-knapsack-selection.md +18 -0
- package/examples/output/{gps.txt → gps.md} +18 -12
- package/examples/output/harborsmr.md +26 -0
- package/examples/output/interop-demo.md +7 -0
- package/examples/output/matrix-mechanics.md +20 -0
- package/examples/output/medior.md +38 -0
- package/examples/output/n3-speaks-for-itself.md +58 -0
- package/examples/output/{odrl-dpv-ehds-risk-ranked.txt → odrl-dpv-ehds-risk-ranked.md} +20 -15
- package/examples/output/{odrl-dpv-healthcare-risk-ranked.txt → odrl-dpv-healthcare-risk-ranked.md} +17 -12
- package/examples/output/{odrl-dpv-risk-ranked.txt → odrl-dpv-risk-ranked.md} +21 -16
- package/examples/output/{odrl-risk-mitigation.txt → odrl-risk-mitigation.md} +21 -16
- package/examples/output/{odrl-risk.txt → odrl-risk.md} +10 -5
- package/examples/output/ontology-question-generation.md +31 -0
- package/examples/output/parcellocker.md +26 -0
- package/examples/output/pn-junction-tunneling.md +29 -0
- package/examples/output/queens.md +27 -0
- package/examples/output/rc-discharge-envelope.md +16 -0
- package/examples/output/rdf-dataset.md +12 -0
- package/examples/output/rdf-message-flow.md +12 -0
- package/examples/output/rdf-messages.md +12 -0
- package/examples/output/{resto.txt → resto.md} +23 -17
- package/examples/output/school-placement-audit.md +16 -0
- package/examples/output/smoke-arithmetic.md +12 -0
- package/examples/output/sqrt2-cauchy.md +19 -0
- package/examples/output/sqrt2-dedekind.md +37 -0
- package/examples/output/sudoku.md +49 -0
- package/examples/output/transcendental-numbers-stretched.md +266 -0
- package/examples/output/transistor-switch.md +30 -0
- package/examples/output/triple-terms.md +12 -0
- package/examples/output/{tunnel-junction-wake-switch-becoming.txt → tunnel-junction-wake-switch-becoming.md} +24 -18
- package/examples/output/{wind-turbine.txt → wind-turbine.md} +21 -15
- package/examples/parcellocker.n3 +3 -1
- package/examples/pn-junction-tunneling.n3 +3 -3
- package/examples/queens.n3 +1 -0
- package/examples/rc-discharge-envelope.n3 +1 -1
- package/examples/rdf-dataset.n3 +5 -0
- package/examples/rdf-message-flow.n3 +1 -2
- package/examples/rdf-messages.n3 +1 -2
- package/examples/resto.n3 +5 -3
- package/examples/school-placement-audit.n3 +1 -2
- package/examples/smoke-arithmetic.n3 +1 -1
- package/examples/sqrt2-cauchy.n3 +2 -0
- package/examples/sqrt2-dedekind.n3 +2 -0
- package/examples/sudoku.n3 +14 -14
- package/examples/transcendental-numbers-stretched.n3 +5 -0
- package/examples/transistor-switch.n3 +3 -3
- package/examples/triple-terms.n3 +5 -0
- package/examples/tunnel-junction-wake-switch-becoming.n3 +5 -3
- package/examples/wind-turbine.n3 +5 -3
- package/eyeling.js +14 -1
- package/lib/explain.js +14 -1
- package/package.json +1 -1
- package/test/examples.test.js +44 -13
- package/test/package.test.js +43 -7
- package/examples/output/act-barley-seed-lineage.txt +0 -25
- package/examples/output/annotation.n3 +0 -0
- package/examples/output/auroracare.txt +0 -149
- package/examples/output/backward-recursion.n3 +0 -4
- package/examples/output/barley-seed-becoming.txt +0 -25
- package/examples/output/bmi.txt +0 -20
- package/examples/output/builtin-coverage.n3 +0 -0
- package/examples/output/calidor.txt +0 -29
- package/examples/output/collection.n3 +0 -0
- package/examples/output/context-association.n3 +0 -9
- package/examples/output/deep-taxonomy-10.txt +0 -15
- package/examples/output/deep-taxonomy-100.txt +0 -15
- package/examples/output/delfour.txt +0 -30
- package/examples/output/digital-product-passport.txt +0 -1
- package/examples/output/dijkstra-risk-path.n3 +0 -3
- package/examples/output/eco-route-insight.n3 +0 -3
- package/examples/output/flandor.txt +0 -31
- package/examples/output/genetic-algorithm-knapsack.txt +0 -1
- package/examples/output/genetic-algorithm.txt +0 -1
- package/examples/output/genetic-knapsack-selection.n3 +0 -3
- package/examples/output/harborsmr.txt +0 -20
- package/examples/output/interop-demo.txt +0 -1
- package/examples/output/matrix-mechanics.txt +0 -14
- package/examples/output/medior.txt +0 -32
- package/examples/output/n3-speaks-for-itself.txt +0 -52
- package/examples/output/parcellocker.txt +0 -20
- package/examples/output/pn-junction-tunneling.txt +0 -23
- package/examples/output/queens.txt +0 -21
- package/examples/output/rc-discharge-envelope.n3 +0 -9
- package/examples/output/rc-discharge-envelope.txt +0 -9
- package/examples/output/rdf-dataset.n3 +0 -5
- package/examples/output/rdf-message-flow.n3 +0 -7
- package/examples/output/rdf-messages.n3 +0 -7
- package/examples/output/school-placement-audit.n3 +0 -3
- package/examples/output/smoke-arithmetic.n3 +0 -5
- package/examples/output/smoke-arithmetic.txt +0 -5
- package/examples/output/sqrt2-cauchy.txt +0 -13
- package/examples/output/sqrt2-dedekind.txt +0 -31
- package/examples/output/sudoku.txt +0 -43
- package/examples/output/transcendental-numbers-stretched.txt +0 -260
- package/examples/output/transistor-switch.txt +0 -24
- package/examples/output/triple-terms.n3 +0 -5
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
Barley seed lineage — becoming
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
YES for the viable barley lineage.
|
|
5
|
-
NO for the contrast lineages when digital heredity, repair, protected dormancy, or heritable variation are missing.
|
|
6
|
-
|
|
7
|
-
Reason Why
|
|
8
|
-
The main lineage can be read as a becoming: a protected dormant seed can germinate, an adult plant can become a next seed stage, and the lineage can therefore become a self-renewing cycle. Because its hereditary information is digitally instantiated and repair is available, it can also become an accurately reproduced next generation under no-design laws. And because heritable variation is present under a matching selection environment, it can become an adaptively persistent lineage. The contrast lineages mark blocked becomings: non-digital heredity blocks accurate copying, lack of repair blocks reliable renewal, lack of dormancy protection blocks closure through the seed phase, and lack of heritable variation blocks adaptive becoming.
|
|
9
|
-
|
|
10
|
-
Check
|
|
11
|
-
B1 OK - no-design laws are assumed
|
|
12
|
-
B2 OK - the viable genome can become accurately copied
|
|
13
|
-
B3 OK - the viable seed can become a protected dormant phase
|
|
14
|
-
B4 OK - the viable seed can become a germinating stage
|
|
15
|
-
B5 OK - the viable adult can become a next dormant seed stage
|
|
16
|
-
B6 OK - the viable lineage can become an accurately reproduced next generation
|
|
17
|
-
B7 OK - the viable lineage can become a closed life cycle
|
|
18
|
-
B8 OK - the viable lineage can become a novel variant lineage
|
|
19
|
-
B9 OK - the viable lineage can become adaptively persistent
|
|
20
|
-
B10 OK - the viable lineage is an evolvable becoming
|
|
21
|
-
B11 OK - the non-digital lineage cannot become an accurately reproduced next generation
|
|
22
|
-
B12 OK - the repair-deficient lineage cannot become an accurately reproduced next generation
|
|
23
|
-
B13 OK - the coatless lineage cannot become a closed life cycle
|
|
24
|
-
B14 OK - the static lineage cannot become an adaptive lineage
|
|
25
|
-
B15 OK - the static lineage cannot become an evolvable becoming
|
package/examples/output/bmi.txt
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
BMI — ARC-style Body Mass Index example
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
BMI = 22.72
|
|
5
|
-
Category = Normal
|
|
6
|
-
At height 178 cm, a healthy-weight range is about 58.6–78.9 kg (BMI 18.5–24.9).
|
|
7
|
-
|
|
8
|
-
Reason Why
|
|
9
|
-
BMI is defined as weight in kilograms divided by height in meters squared. This program first normalizes the input to SI units, computes BMI, and then applies WHO adult categories as half-open intervals. The healthy-weight band is the weight range at the same height that corresponds to BMI 18.5 through 24.9.
|
|
10
|
-
|
|
11
|
-
Check
|
|
12
|
-
C1 OK - the input was normalized into positive SI values.
|
|
13
|
-
C2 OK - height squared was reconstructed from the normalized height.
|
|
14
|
-
C3 OK - the BMI value matches the BMI = kg / m² formula.
|
|
15
|
-
C4 OK - a BMI of 18.49 stays below the normal-weight threshold.
|
|
16
|
-
C5 OK - the lower boundary is half-open: BMI 18.5 is classified as Normal.
|
|
17
|
-
C6 OK - BMI 25.0 starts the Overweight category.
|
|
18
|
-
C7 OK - BMI 30.0 starts the Obesity I category.
|
|
19
|
-
C8 OK - classification behavior is monotonic across representative BMI values.
|
|
20
|
-
C9 OK - the healthy-weight band was reconstructed from BMI 18.5 to 24.9 at the same height.
|
|
File without changes
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
The city is allowed to use a narrow heatwave-response insight and recommends Calidor Priority Cooling Bundle for this household.
|
|
3
|
-
case : calidor
|
|
4
|
-
decision : Allowed
|
|
5
|
-
municipality : Calidor
|
|
6
|
-
recommended package : Calidor Priority Cooling Bundle
|
|
7
|
-
|
|
8
|
-
=== Reason Why ===
|
|
9
|
-
The gateway desensitizes local heat, vulnerability, and prepaid-energy stress into an expiring municipal support insight, and the city consumes that envelope only for heatwave response.
|
|
10
|
-
metric : active_need_count
|
|
11
|
-
threshold : 3.0
|
|
12
|
-
scope : household-gateway @ heat-alert-window
|
|
13
|
-
required capabilities: bill_credit, cooling_kit, transport, welfare_check
|
|
14
|
-
signature alg : HMAC-SHA256
|
|
15
|
-
expires at : 2026-07-18T21:00:00+00:00
|
|
16
|
-
reason.txt : The gateway keeps raw indoor heat, vulnerability, and prepaid-energy data local, derives a priority-support signal, and shares only a scoped heatwave-response envelope with expiry.
|
|
17
|
-
dispatches logged : 1
|
|
18
|
-
|
|
19
|
-
=== Check ===
|
|
20
|
-
signature verifies : yes
|
|
21
|
-
payload hash matches : yes
|
|
22
|
-
minimization strips sensitive terms: yes
|
|
23
|
-
scope complete : yes
|
|
24
|
-
authorization allowed : yes
|
|
25
|
-
heat-alert active : yes
|
|
26
|
-
unsafe indoor heat : yes
|
|
27
|
-
recommended package eligible : yes
|
|
28
|
-
duty timing consistent : yes
|
|
29
|
-
tenant screening prohibited : yes
|
|
File without changes
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
@prefix : <http://example.org/#> .
|
|
2
|
-
|
|
3
|
-
:association :subject :Bob .
|
|
4
|
-
:association :dataGraph _:src2_g0 .
|
|
5
|
-
:association :signatureGraph _:src2_g1 .
|
|
6
|
-
:association :metadataGraph _:src2_g3 .
|
|
7
|
-
:association :cryptosuite "ecdsa-rdfc-2019" .
|
|
8
|
-
:association :issuer <https://university.example/issuers/14> .
|
|
9
|
-
:association :status :contextAssociationVerified .
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Deep Taxonomy - deep classification benchmark
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N10 and then as A2.
|
|
5
|
-
|
|
6
|
-
Reason Why
|
|
7
|
-
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N10, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
8
|
-
|
|
9
|
-
Check
|
|
10
|
-
C1 OK - the starting classification N0 is present.
|
|
11
|
-
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
12
|
-
C3 OK - the chain reaches the midpoint N5 and still carries both side-label branches.
|
|
13
|
-
C4 OK - the final taxonomy step from N9 to N10 was completed.
|
|
14
|
-
C5 OK - once N10 is reached, the terminal class A2 is derived.
|
|
15
|
-
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Deep Taxonomy - deep classification benchmark
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
The test succeeds: starting from one individual classified as N0, the rules eventually classify it as N100 and then as A2.
|
|
5
|
-
|
|
6
|
-
Reason Why
|
|
7
|
-
Each rule moves the same individual one level deeper in the taxonomy and also adds two side labels. Because that chain continues all the way from N0 to N100, the final rule deriving A2 fires, and that in turn makes the test true.
|
|
8
|
-
|
|
9
|
-
Check
|
|
10
|
-
C1 OK - the starting classification N0 is present.
|
|
11
|
-
C2 OK - the first expansion produced N1 together with side labels I1 and J1.
|
|
12
|
-
C3 OK - the chain reaches the midpoint N50 and still carries both side-label branches.
|
|
13
|
-
C4 OK - the final taxonomy step from N99 to N100 was completed.
|
|
14
|
-
C5 OK - once N100 is reached, the terminal class A2 is derived.
|
|
15
|
-
C6 OK - the success flag is raised only after the terminal class A2 is present.
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
The scanner is allowed to use a neutral shopping insight and recommends Low-Sugar Tea Biscuits instead of Classic Tea Biscuits.
|
|
3
|
-
case : delfour
|
|
4
|
-
decision : Allowed
|
|
5
|
-
scanned product : Classic Tea Biscuits
|
|
6
|
-
suggested alternative: Low-Sugar Tea Biscuits
|
|
7
|
-
|
|
8
|
-
=== Reason Why ===
|
|
9
|
-
The phone desensitizes a diabetes-related household condition into a scoped low-sugar need, wraps it in an expiring Insight + Policy envelope, signs it, and the scanner consumes that envelope for shopping assistance.
|
|
10
|
-
metric : sugar_g_per_serving
|
|
11
|
-
threshold : 10.0
|
|
12
|
-
scope : self-scanner @ pick_up_scanner
|
|
13
|
-
retailer : Delfour
|
|
14
|
-
signature alg : HMAC-SHA256
|
|
15
|
-
banner headline : Track sugar per serving while you scan
|
|
16
|
-
expires at : 2025-10-05T22:33:48.907185+00:00
|
|
17
|
-
reason.txt : Household requires low-sugar guidance (diabetes in POD). A neutral Insight is scoped to device 'self-scanner', event 'pick_up_scanner', retailer 'Delfour', and expires soon; the policy confines use to shopping assistance.
|
|
18
|
-
audit entries : 1
|
|
19
|
-
bus files written : 6
|
|
20
|
-
|
|
21
|
-
=== Check ===
|
|
22
|
-
signature verifies : yes
|
|
23
|
-
payload hash matches : yes
|
|
24
|
-
minimization strips sensitive terms: yes
|
|
25
|
-
scope complete : yes
|
|
26
|
-
authorization allowed : yes
|
|
27
|
-
high-sugar banner : yes
|
|
28
|
-
alternative lowers sugar : yes
|
|
29
|
-
duty timing consistent : yes
|
|
30
|
-
marketing prohibited : yes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ACME X1000 SN123 | recycled=13% | lifecycle=52500 gCO2e | CRM=true | hint=http://example.org/dpp#repairFriendly
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
Name: Flandor
|
|
3
|
-
Region: Flanders
|
|
4
|
-
Metric: regional_retooling_priority
|
|
5
|
-
Active need count: 3/3
|
|
6
|
-
Recommended package: Flandor Retooling Pulse
|
|
7
|
-
Budget cap: €140M
|
|
8
|
-
Package cost: €120M
|
|
9
|
-
Payload SHA-256: 718f5b17d07ab6a95503bc04a1000ddb132409f600659c03d21def81914b780b
|
|
10
|
-
Envelope HMAC-SHA-256: 955968ca99a191783bc00cba068128ccb9ff40a5e6114fda13a52c74ee27329e
|
|
11
|
-
|
|
12
|
-
=== Reason Why ===
|
|
13
|
-
Export weakness is active because at least one cluster has exportOrdersIndex < 90 (Antwerp chemicals=84, Ghent manufacturing=87).
|
|
14
|
-
Skills strain is active because technical vacancy rate is 4.6% (threshold > 3.9%).
|
|
15
|
-
Grid stress is active because congestion hours = 19 (threshold > 11).
|
|
16
|
-
The recommendation policy is "lowest_cost_package_covering_all_active_needs", so the cheapest package that covers all active needs within budget is selected.
|
|
17
|
-
Selected package "Flandor Retooling Pulse" covers export=true, skills=true, grid=true, cost=€120M.
|
|
18
|
-
Usage is permitted only for purpose "regional_stabilization" and the envelope expires at 2026-04-08T19:00:00+00:00.
|
|
19
|
-
|
|
20
|
-
=== Check ===
|
|
21
|
-
- PASS: payload hash matches
|
|
22
|
-
- PASS: hmac matches
|
|
23
|
-
- PASS: threshold reached
|
|
24
|
-
- PASS: scope complete
|
|
25
|
-
- PASS: minimization respected
|
|
26
|
-
- PASS: authorized purpose allowed
|
|
27
|
-
- PASS: deletion duty still on time
|
|
28
|
-
- PASS: surveillance reuse prohibited
|
|
29
|
-
- PASS: package exists within budget
|
|
30
|
-
- PASS: package covers all active needs
|
|
31
|
-
- PASS: lowest-cost eligible package chosen
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Knapsack GA best genome 101000000101 (feasible=true): weight=50 value=101 after 4 generations.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
GA evolved 11111101010 -> 2026 in 8 generations.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
HarborSMR — bounded flexible-export insight for port electrolysis
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
PERMIT
|
|
5
|
-
The port hydrogen hub may use the SMR insight to run PEM electrolyzer train 2 at 16 MW from 14:00 to 18:00.
|
|
6
|
-
|
|
7
|
-
Reason Why
|
|
8
|
-
The operator shares only a narrow, expiring insight that a temporary 18 MW flexible-export window is available. The request is for electrolysis dispatch only, the requested 16 MW fits inside the permitted window, safety margins are above threshold, no outage blocks the window, and the policy forbids redistribution for market resale. Raw reactor telemetry stays local.
|
|
9
|
-
|
|
10
|
-
Check
|
|
11
|
-
C1 OK - reserve margin exceeds the dispatch threshold
|
|
12
|
-
C2 OK - cooling margin exceeds the dispatch threshold
|
|
13
|
-
C3 OK - no planned outage blocks the window
|
|
14
|
-
C4 OK - requested MW fits within the export window
|
|
15
|
-
C5 OK - serialized insight omits sensitive telemetry terms
|
|
16
|
-
C6 OK - aggregate excludes core temperature, rod position, neutron flux, and operator IDs
|
|
17
|
-
C7 OK - policy allows use for electrolysis dispatch before expiry
|
|
18
|
-
C8 OK - policy prohibits redistribution for market resale
|
|
19
|
-
C9 OK - scope is explicit: device, event, start, and expiry
|
|
20
|
-
C10 OK - dispatch plan matches the requested load and power
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ACTION: apply GoldDiscount and send invoice reminder (opt-in confirmed).
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
In this toy matrix-mechanics model, the Hamiltonian has two discrete energy levels and does not commute with a second observable.
|
|
3
|
-
|
|
4
|
-
=== Reason Why ===
|
|
5
|
-
H = [[1,0],[0,2]]
|
|
6
|
-
X = [[0,1],[1,0]]
|
|
7
|
-
HX = [[0,1],[2,0]]
|
|
8
|
-
XH = [[0,2],[1,0]]
|
|
9
|
-
[H,X] = [[0,-1],[1,0]]
|
|
10
|
-
|
|
11
|
-
=== Check ===
|
|
12
|
-
trace/determinant match energy levels: yes
|
|
13
|
-
X^2 = I : yes
|
|
14
|
-
[H,X] != 0 : yes
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
Name: Medior
|
|
3
|
-
Region: Flanders
|
|
4
|
-
Metric: post_discharge_coordination_priority
|
|
5
|
-
Active need count: 4/3
|
|
6
|
-
Recommended package: Medior Continuity Pulse
|
|
7
|
-
Budget cap: €5
|
|
8
|
-
Package cost: €4
|
|
9
|
-
Payload SHA-256: b5fec8971d6c5e313a1387f08151f1c3203effce05d6455469c9f63305be05ae
|
|
10
|
-
Envelope HMAC-SHA-256: 072f4c2774ce362e660649d145c9d784e5e95d63d24d4057b119a419c6ba34dc
|
|
11
|
-
|
|
12
|
-
=== Reason Why ===
|
|
13
|
-
RenalSafetyConcern holds because eGFR = 52 and the threshold is < 60.
|
|
14
|
-
PolypharmacyRisk holds because the active medication count is 9 and the threshold is ≥ 8.
|
|
15
|
-
ReadmissionHistory holds because admissionsLast180Days = 2 and the threshold is ≥ 1.
|
|
16
|
-
RecentDischargeWindow holds because hoursSinceDischarge = 18 and the threshold is ≤ 48.
|
|
17
|
-
The recommendation rule selects the least-cost package that covers every active need and remains within budget.
|
|
18
|
-
The selected package is "Medior Continuity Pulse" with cost €4, touches=3.
|
|
19
|
-
Use is permitted only for purpose "care_coordination" and expires at 2026-04-11T08:00:00+00:00.
|
|
20
|
-
|
|
21
|
-
=== Check ===
|
|
22
|
-
- PASS: payloadHashMatches
|
|
23
|
-
- PASS: signatureVerifies
|
|
24
|
-
- PASS: thresholdReached
|
|
25
|
-
- PASS: scopeComplete
|
|
26
|
-
- PASS: minimizationRespected
|
|
27
|
-
- PASS: authorizationAllowed
|
|
28
|
-
- PASS: dutyTimely
|
|
29
|
-
- PASS: insurancePricingProhibited
|
|
30
|
-
- PASS: packageWithinBudget
|
|
31
|
-
- PASS: packageCoversAllActiveNeeds
|
|
32
|
-
- PASS: lowestCostEligiblePackageChosen
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
@prefix : <https://example.org/n3-speaks#> .
|
|
2
|
-
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
3
|
-
@prefix id: <https://example.org/id/> .
|
|
4
|
-
|
|
5
|
-
:report :aliceReaches id:bob .
|
|
6
|
-
:report :aliceReaches id:carol .
|
|
7
|
-
:report :aliceReaches id:dave .
|
|
8
|
-
:report :believes {
|
|
9
|
-
id:alice foaf:knows id:bob .
|
|
10
|
-
} .
|
|
11
|
-
:report :believes {
|
|
12
|
-
id:alice foaf:name "Alice" .
|
|
13
|
-
} .
|
|
14
|
-
:report :believes {
|
|
15
|
-
id:bob foaf:knows id:carol .
|
|
16
|
-
} .
|
|
17
|
-
:report :believes {
|
|
18
|
-
id:bob foaf:name "Bob" .
|
|
19
|
-
} .
|
|
20
|
-
:report :believes {
|
|
21
|
-
id:carol foaf:knows id:dave .
|
|
22
|
-
} .
|
|
23
|
-
:report :believes {
|
|
24
|
-
id:carol foaf:name "Carol" .
|
|
25
|
-
} .
|
|
26
|
-
:report :believes {
|
|
27
|
-
id:dave foaf:name "Dave" .
|
|
28
|
-
} .
|
|
29
|
-
:report :trusts <https://alice.example/profile.n3> .
|
|
30
|
-
:report :trusts <https://bob.example/profile.n3> .
|
|
31
|
-
:report :trusts <https://carol.example/profile.n3> .
|
|
32
|
-
{
|
|
33
|
-
id:alice foaf:knows id:bob .
|
|
34
|
-
} :believedFromDoc <https://alice.example/profile.n3> .
|
|
35
|
-
{
|
|
36
|
-
id:alice foaf:name "Alice" .
|
|
37
|
-
} :believedFromDoc <https://alice.example/profile.n3> .
|
|
38
|
-
{
|
|
39
|
-
id:bob foaf:knows id:carol .
|
|
40
|
-
} :believedFromDoc <https://bob.example/profile.n3> .
|
|
41
|
-
{
|
|
42
|
-
id:bob foaf:name "Bob" .
|
|
43
|
-
} :believedFromDoc <https://bob.example/profile.n3> .
|
|
44
|
-
{
|
|
45
|
-
id:carol foaf:knows id:dave .
|
|
46
|
-
} :believedFromDoc <https://carol.example/profile.n3> .
|
|
47
|
-
{
|
|
48
|
-
id:carol foaf:name "Carol" .
|
|
49
|
-
} :believedFromDoc <https://carol.example/profile.n3> .
|
|
50
|
-
{
|
|
51
|
-
id:dave foaf:name "Dave" .
|
|
52
|
-
} :believedFromDoc <https://carol.example/profile.n3> .
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
ParcelLocker — One-time parcel pickup by a friend
|
|
2
|
-
|
|
3
|
-
Answer
|
|
4
|
-
PERMIT
|
|
5
|
-
Noah may collect Maya's parcel from locker B17.
|
|
6
|
-
|
|
7
|
-
Reason Why
|
|
8
|
-
Maya created a one-time authorization for Noah only, for this parcel only, at this locker only, and for pickup only. The token is active, the parcel is ready, and the same authorization does not reveal billing details or allow redirection.
|
|
9
|
-
|
|
10
|
-
Check
|
|
11
|
-
C1 OK - requester matches the named delegate
|
|
12
|
-
C2 OK - requested parcel matches the authorized parcel
|
|
13
|
-
C3 OK - requested locker matches the authorized locker
|
|
14
|
-
C4 OK - requested action is parcel collection
|
|
15
|
-
C5 OK - requested purpose is pickup only
|
|
16
|
-
C6 OK - authorization is active
|
|
17
|
-
C7 OK - authorization is single-use
|
|
18
|
-
C8 OK - parcel is ready for pickup
|
|
19
|
-
C9 OK - billing details stay hidden
|
|
20
|
-
C10 OK - parcel redirection is not allowed
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
In this toy PN-junction tunneling model, heavy doping narrows the depletion region enough for a tunneling window that rises to a peak and then falls, producing a negative-differential region.
|
|
3
|
-
case : pn-junction-tunneling
|
|
4
|
-
peak bias : 2
|
|
5
|
-
peak current proxy : 4
|
|
6
|
-
negative differential region : yes
|
|
7
|
-
|
|
8
|
-
=== Reason Why ===
|
|
9
|
-
We model tunneling current as an exact overlap count between filled N-side states and empty P-side states while forward bias shifts the bands. Heavy doping is represented by a much narrower depletion region.
|
|
10
|
-
ordinary depletion width (nm) : 8
|
|
11
|
-
tunnel depletion width (nm) : 1
|
|
12
|
-
filled N-side states : [1, 2, 3, 4]
|
|
13
|
-
empty P-side states at 0 bias : [3, 4, 5, 6]
|
|
14
|
-
bias -> overlap current proxy : 0->2, 1->3, 2->4, 3->3, 4->2, 5->1, 6->0
|
|
15
|
-
peak point : 2 -> 4
|
|
16
|
-
high-bias point : 6 -> 0
|
|
17
|
-
|
|
18
|
-
=== Check ===
|
|
19
|
-
heavily doped barrier is narrower : yes
|
|
20
|
-
peak occurs before overlap closes : yes
|
|
21
|
-
negative differential region present : yes
|
|
22
|
-
high-bias overlap closes : yes
|
|
23
|
-
peak equals full four-state overlap: yes
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
Solving 14-Queens...
|
|
2
|
-
Printing at most 1 solution(s).
|
|
3
|
-
|
|
4
|
-
Solution 1:
|
|
5
|
-
Q . . . . . . . . . . . . .
|
|
6
|
-
. . Q . . . . . . . . . . .
|
|
7
|
-
. . . . Q . . . . . . . . .
|
|
8
|
-
. . . . . . Q . . . . . . .
|
|
9
|
-
. . . . . . . . . . . Q . .
|
|
10
|
-
. . . . . . . . . Q . . . .
|
|
11
|
-
. . . . . . . . . . . . Q .
|
|
12
|
-
. . . Q . . . . . . . . . .
|
|
13
|
-
. . . . . . . . . . . . . Q
|
|
14
|
-
. . . . . . . . Q . . . . .
|
|
15
|
-
. Q . . . . . . . . . . . .
|
|
16
|
-
. . . . . Q . . . . . . . .
|
|
17
|
-
. . . . . . . Q . . . . . .
|
|
18
|
-
. . . . . . . . . . Q . . .
|
|
19
|
-
As column positions by row: [1, 3, 5, 7, 12, 10, 13, 4, 14, 9, 2, 6, 8, 11]
|
|
20
|
-
|
|
21
|
-
Total solutions for 14-Queens: 365596
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
exact decay symbol : exp(-1/4)
|
|
3
|
-
certified decay interval : [0.7788007830, 0.7788007831]
|
|
4
|
-
first below tolerance step : 13
|
|
5
|
-
first below tolerance time : 0.325 s
|
|
6
|
-
upper voltage at step 13 : 0.930581 V
|
|
7
|
-
|
|
8
|
-
=== Explanation ===
|
|
9
|
-
The physical decay factor is exp(-1/4), but the example uses a finite double interval as the certificate. Because the interval lies strictly between 0 and 1, the capacitor voltage envelope contracts each sample. The upper envelope is the safety-relevant bound: once it falls below 1.0 V, every compatible exact trajectory is below tolerance.
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
exact decay symbol : exp(-1/4)
|
|
3
|
-
certified decay interval : [0.7788007830, 0.7788007831]
|
|
4
|
-
first below tolerance step : 13
|
|
5
|
-
first below tolerance time : 0.325 s
|
|
6
|
-
upper voltage at step 13 : 0.930581 V
|
|
7
|
-
|
|
8
|
-
=== Explanation ===
|
|
9
|
-
The physical decay factor is exp(-1/4), but the example uses a finite double interval as the certificate. Because the interval lies strictly between 0 and 1, the capacitor voltage envelope contracts each sample. The upper envelope is the safety-relevant bound: once it falls below 1.0 V, every compatible exact trajectory is below tolerance.
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
@prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-message-flow#> .
|
|
2
|
-
|
|
3
|
-
:rdfMessageFlowExample :demonstrates :ContinuousFlow .
|
|
4
|
-
:rdfMessageFlowExample :demonstrates :BackPressureRelease .
|
|
5
|
-
:rdfMessageFlowExample :demonstrates :AtomicMessageContext .
|
|
6
|
-
:rdfMessageFlowExample :demonstrates :HeartbeatInFlow .
|
|
7
|
-
:rdfMessageFlowExample :demonstrates :ThresholdRouting .
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
@prefix : <https://eyereasoner.github.io/eyeling/examples/rdf-messages#> .
|
|
2
|
-
|
|
3
|
-
:rdfMessagesExample :demonstrates :ExplicitBoundaries .
|
|
4
|
-
:rdfMessagesExample :demonstrates :AtomicMessageContext .
|
|
5
|
-
:rdfMessagesExample :demonstrates :EmptyHeartbeat .
|
|
6
|
-
:rdfMessagesExample :demonstrates :MessageScopedBlankNodes .
|
|
7
|
-
:rdfMessagesExample :demonstrates :ReplayableMessageLog .
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Approximation (at limit): sqrt2 ≈ 1.414213562373095
|
|
2
|
-
n=0 x=1.0 delta=seed err=1
|
|
3
|
-
n=1 x=1.5 delta=0.5 err=0.25
|
|
4
|
-
n=2 x=1.4166666666666665 delta=0.08333333333333348 err=0.006944444444444198
|
|
5
|
-
n=3 x=1.4142156862745097 delta=0.002450980392156854 err=0.000006007304882427178
|
|
6
|
-
n=4 x=1.4142135623746899 delta=0.0000021238998197947723 err=4.510614104447086e-12
|
|
7
|
-
n=5 x=1.414213562373095 delta=1.5949463971764999e-12 err=4.440892098500626e-16
|
|
8
|
-
n=6 x=1.414213562373095 delta=0 err=4.440892098500626e-16
|
|
9
|
-
n=7 x=1.414213562373095 delta=0 err=4.440892098500626e-16
|
|
10
|
-
n=8 x=1.414213562373095 delta=0 err=4.440892098500626e-16
|
|
11
|
-
n=9 x=1.414213562373095 delta=0 err=4.440892098500626e-16
|
|
12
|
-
n=10 x=1.414213562373095 delta=0 err=4.440892098500626e-16
|
|
13
|
-
Tail check: for i,j in (4..10), all |x_i - x_j| < 0.0001 (finite check)
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
q=-2 q^2=4 => LEFT (q<0 OR q^2<2)
|
|
2
|
-
q=-1 q^2=1 => LEFT (q<0 OR q^2<2)
|
|
3
|
-
q=-0.5 q^2=0.25 => LEFT (q<0 OR q^2<2)
|
|
4
|
-
q=-0.1 q^2=0.010000000000000002 => LEFT (q<0 OR q^2<2)
|
|
5
|
-
q=0 q^2=0 => LEFT (q<0 OR q^2<2)
|
|
6
|
-
q=0.5 q^2=0.25 => LEFT (q<0 OR q^2<2)
|
|
7
|
-
q=1 q^2=1 => LEFT (q<0 OR q^2<2)
|
|
8
|
-
q=1.3 q^2=1.6900000000000002 => LEFT (q<0 OR q^2<2)
|
|
9
|
-
q=1.4 q^2=1.9599999999999997 => LEFT (q<0 OR q^2<2)
|
|
10
|
-
q=1.41 q^2=1.9880999999999998 => LEFT (q<0 OR q^2<2)
|
|
11
|
-
q=1.414 q^2=1.9993959999999997 => LEFT (q<0 OR q^2<2)
|
|
12
|
-
q=1.4142 q^2=1.9999616399999998 => LEFT (q<0 OR q^2<2)
|
|
13
|
-
q=1.4143 q^2=2.0002444899999996 => RIGHT (q>=0 AND q^2>=2)
|
|
14
|
-
q=1.42 q^2=2.0164 => RIGHT (q>=0 AND q^2>=2)
|
|
15
|
-
q=1.5 q^2=2.25 => RIGHT (q>=0 AND q^2>=2)
|
|
16
|
-
q=2 q^2=4 => RIGHT (q>=0 AND q^2>=2)
|
|
17
|
-
successor: from -2 to -1 (s^2=1)
|
|
18
|
-
successor: from -1 to -0.5 (s^2=0.25)
|
|
19
|
-
successor: from -0.5 to -0.25 (s^2=0.0625)
|
|
20
|
-
successor: from -0.1 to -0.05 (s^2=0.0025000000000000005)
|
|
21
|
-
successor: from 0 to 1 (s^2=1)
|
|
22
|
-
successor: from 0.5 to 1.2 (s^2=1.44)
|
|
23
|
-
successor: from 1 to 1.3333333333333333 (s^2=1.7777777777777777)
|
|
24
|
-
successor: from 1.3 to 1.393939393939394 (s^2=1.9430670339761251)
|
|
25
|
-
successor: from 1.4 to 1.411764705882353 (s^2=1.9930795847750868)
|
|
26
|
-
successor: from 1.41 to 1.4134897360703813 (s^2=1.9979532339763162)
|
|
27
|
-
successor: from 1.414 to 1.4141769185705917 (s^2=1.9998963570178139)
|
|
28
|
-
successor: from 1.4142 to 1.4142112354285044 (s^2=1.9999934184122166)
|
|
29
|
-
Check: cut is proper on the sample (has LEFT and RIGHT witnesses)
|
|
30
|
-
Check: downward-closed on the sample (finite for-all test)
|
|
31
|
-
Check: no maximal element witnessed for all LEFT seed members (constructive successors)
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
The puzzle is solved, and the completed grid is the unique valid Sudoku solution.
|
|
3
|
-
case : sudoku
|
|
4
|
-
default puzzle : classic
|
|
5
|
-
|
|
6
|
-
Puzzle
|
|
7
|
-
1 . . | . . 7 | . 9 .
|
|
8
|
-
. 3 . | . 2 . | . . 8
|
|
9
|
-
. . 9 | 6 . . | 5 . .
|
|
10
|
-
|
|
11
|
-
. . 5 | 3 . . | 9 . .
|
|
12
|
-
. 1 . | . 8 . | . . 2
|
|
13
|
-
6 . . | . . 4 | . . .
|
|
14
|
-
|
|
15
|
-
3 . . | . . . | . 1 .
|
|
16
|
-
. 4 . | . . . | . . 7
|
|
17
|
-
. . 7 | . . . | 3 . .
|
|
18
|
-
|
|
19
|
-
Completed grid
|
|
20
|
-
1 6 2 | 8 5 7 | 4 9 3
|
|
21
|
-
5 3 4 | 1 2 9 | 6 7 8
|
|
22
|
-
7 8 9 | 6 4 3 | 5 2 1
|
|
23
|
-
|
|
24
|
-
4 7 5 | 3 1 2 | 9 8 6
|
|
25
|
-
9 1 3 | 5 8 6 | 7 4 2
|
|
26
|
-
6 2 8 | 7 9 4 | 1 3 5
|
|
27
|
-
|
|
28
|
-
3 5 6 | 4 7 8 | 2 1 9
|
|
29
|
-
2 4 1 | 9 3 5 | 8 6 7
|
|
30
|
-
8 9 7 | 2 6 1 | 3 5 4
|
|
31
|
-
|
|
32
|
-
=== Reason Why ===
|
|
33
|
-
The solver starts from 23 clues and fills the remaining 58 cells by combining constraint propagation with depth-first search. At each step it chooses the empty cell with the fewest legal digits, places forced singles immediately, and only guesses when more than one candidate remains. Across the search it made 213 forced placements and tried 22 guesses, visited 23 search nodes overall, and backtracked 12 times before reaching the completed grid. The solver also confirmed that the solution is unique. Early steps: r2c3=4: guess, r5c3=3: forced, r2c1=5: guess, r2c4=1: guess, r2c6=9: forced, r2c7=6: guess, r2c8=7: forced, r1c7=4: guess, … and 50 more placements
|
|
34
|
-
|
|
35
|
-
=== Check ===
|
|
36
|
-
C1 OK - every given clue is preserved in the final grid.
|
|
37
|
-
C2 OK - the final grid contains only digits 1 through 9, with no blanks left.
|
|
38
|
-
C3 OK - each row contains every digit exactly once.
|
|
39
|
-
C4 OK - each column contains every digit exactly once.
|
|
40
|
-
C5 OK - each 3×3 box contains every digit exactly once.
|
|
41
|
-
C6 OK - replaying the recorded placements from the original puzzle remains legal at every step.
|
|
42
|
-
C7 OK - the search statistics and the successful proof path are internally consistent.
|
|
43
|
-
C8 OK - a second search found no alternative solution, so the solution is unique.
|