Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build EigenScript
run: |
git clone --branch v0.26.0 --depth 1 https://github.com/InauguralSystems/EigenScript.git /tmp/eigenscript
git clone --branch v0.27.0 --depth 1 https://github.com/InauguralSystems/EigenScript.git /tmp/eigenscript
cd /tmp/eigenscript && make build
echo "/tmp/eigenscript/src" >> $GITHUB_PATH

Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Minimum is **v0.11.8** — the earliest release that runs the CDCL suite
green. The floor is set by a v0.11.x VM fix, not by stdlib integer
vectors (those shipped in v0.11.2, but that release still crashes the
CDCL path).
CI builds and tests against EigenScript **v0.26.0** (pinned in
CI builds and tests against EigenScript **v0.27.0** (pinned in
`.github/workflows/ci.yml`): the correctness suite is green — all
`test_solver.eigs` assertions and the full `run_smoke.sh` pass. The
`Inline tiny accessors in CDCL hot path` commit captures the hoist
Expand Down Expand Up @@ -128,7 +128,7 @@ Latest commits are the budgeted, resumable CDCL sessions
(the one-shot solve is re-derived from them), landed via PR #56. The
benchmark surface is mature — most current work is data-driven
decisions out of `docs/EIGENSCRIPT_FEEDBACK.md`. Verified green on
EigenScript v0.26.0 (correctness suite only; not an `n=5` perf claim).
EigenScript v0.27.0 (correctness suite only; not an `n=5` perf claim).

## Gotchas

Expand Down