{"id":47878489,"url":"https://github.com/inaciovasquez2020/urf-wl2-obstruction","last_synced_at":"2026-04-04T01:37:15.187Z","repository":{"id":338717495,"uuid":"1158844688","full_name":"inaciovasquez2020/urf-wl2-obstruction","owner":"inaciovasquez2020","description":"Deterministic WL³-style sampling and collapsed obstruction witness for URF (CI-safe, format-robust).","archived":false,"fork":false,"pushed_at":"2026-03-22T03:49:08.000Z","size":11206,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T01:37:10.335Z","etag":null,"topics":["cfi","complexity-theory","deterministic-sampling","graph-isomorphism","obstruction","rigidity","urf","weisfeiler-leman","wl3"],"latest_commit_sha":null,"homepage":"https://inaciovasquez2020.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inaciovasquez2020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T01:37:36.000Z","updated_at":"2026-03-22T03:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/inaciovasquez2020/urf-wl2-obstruction","commit_stats":null,"previous_names":["inaciovasquez2020/urf-wl2-obstruction"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/inaciovasquez2020/urf-wl2-obstruction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inaciovasquez2020%2Furf-wl2-obstruction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inaciovasquez2020%2Furf-wl2-obstruction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inaciovasquez2020%2Furf-wl2-obstruction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inaciovasquez2020%2Furf-wl2-obstruction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inaciovasquez2020","download_url":"https://codeload.github.com/inaciovasquez2020/urf-wl2-obstruction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inaciovasquez2020%2Furf-wl2-obstruction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31384845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"ssl_error","status_checked_at":"2026-04-04T01:22:33.970Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfi","complexity-theory","deterministic-sampling","graph-isomorphism","obstruction","rigidity","urf","weisfeiler-leman","wl3"],"created_at":"2026-04-04T01:37:14.099Z","updated_at":"2026-04-04T01:37:15.181Z","avatar_url":"https://github.com/inaciovasquez2020.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18651031.svg)](https://doi.org/10.5281/zenodo.18651031)\n\n# NCR — New Computational Regime (ISR)\n\nThis repository documents the **New Computational Regime (NCR)** based on the **Implicit Superposition Register (ISR)** model.\n\nISR is a discrete, deterministic computational model whose state is a **reduced ordered decision diagram** representing an exponentially large set of assignments.  \nUpdates apply constraints by **symbolic conjunction**, without enumerating assignments.\n\nThe regime is designed to study **normalization-resistant computation**: systems where standard polynomial normalization techniques fail structurally, not accidentally.\n\n---\n\n## Manuscripts\n\nPrimary manuscript:\n- `manuscript/ISR_as_a_Normalization_Resistant_Polynomial_Regime.md`\n\nSupplementary minimal note:\n- `manuscript/ISR_Normalization_Resistance.md`\n\nThese notes provide a structural description of the ISR regime and its resistance to normalization-based reductions.\n\n---\n\n## Model Overview\n\n**ISR = Implicit Superposition Register**\n\n- State: symbolic representation of an exponential assignment space\n- Dynamics: constraint application via symbolic conjunction\n- No enumeration of assignments\n- Deterministic update semantics\n- Polynomial-time operations over exponentially large implicit state\n\nThis repository is concerned with **structural properties**, not performance claims.\n\n---\n\n## Artifacts\n\nCore materials included here:\n\n- `docs/MODEL.md`\n- `docs/INVARIANTS.md`\n- `model/isr.py`\n- `scripts/run_isr_demo.py`\n- `scripts/normalization_attempt.py`\n- `scripts/oracle_audit.py`\n- `tests/`\n\nThese artifacts exist to support inspection, experimentation, and verification of the ISR structure.\n\n---\n\n## Scope\n\nThis repository:\n- Documents a computational *regime*\n- Demonstrates normalization resistance structurally\n- Provides reference implementations for inspection\n\nThis repository does **not**:\n- Claim algorithmic speedups\n- Resolve P vs NP\n- Provide complexity-theoretic separations\n- Assert empirical performance dominance\n\n---\n\n## Certification Boundary\n\nThis repository is **NON-CERTIFIED under URF**.\n\nOnly **NEGATIVE certification artifacts** may be present.  \nNo positive NCR claim is asserted.  \nAll results are research or infrastructure-only.\n\nCertification artifacts, where present, are:\n- Declarative\n- Cryptographically signed\n- Inert with respect to CI and runtime behavior\n\nNo guarantees are made beyond explicitly stated theoretical boundaries.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finaciovasquez2020%2Furf-wl2-obstruction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finaciovasquez2020%2Furf-wl2-obstruction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finaciovasquez2020%2Furf-wl2-obstruction/lists"}