Skip to content

feat: solve_dominosa() and solve_fujisan() pawns argument#4

Merged
trevorld merged 2 commits into
mainfrom
fujisan-pawns
Apr 17, 2026
Merged

feat: solve_dominosa() and solve_fujisan() pawns argument#4
trevorld merged 2 commits into
mainfrom
fujisan-pawns

Conversation

@trevorld

@trevorld trevorld commented Apr 17, 2026

Copy link
Copy Markdown
Member

closes #1

* `solve_dominosa()` solves Dominosa (Domino Solitaire)
* `solve_fujisan()` gains a `pawns` argument to support solving from an intermediate pawns position using a FEN-like string (e.g. `"S12M/A12C"`) (#1).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.05213% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.49%. Comparing base (d9a728b) to head (518ea4c).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
R/dominosa.R 98.84% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main       #4      +/-   ##
===========================================
- Coverage   100.00%   99.49%   -0.51%     
===========================================
  Files            2        3       +1     
  Lines          193      397     +204     
===========================================
+ Hits           193      395     +202     
- Misses           0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@trevorld
trevorld merged commit da0602a into main Apr 17, 2026
5 of 7 checks passed
@trevorld
trevorld deleted the fujisan-pawns branch April 17, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fuji-san solver for pawns in intermediate position

1 participant