ステップ解説つき数独ソルバー
好きな数独を貼り付けると、ソルバーが人間の手筋を一手ずつたどって解いていきます — すべての手にわかりやすい説明つき。
ソルバーを読み込み中…
この solver は何をしますか?
数独を貼り付けると、人が解く手順そのままで解きます — 人間の手筋を一つずつ順に、各推論に平易な理由付きで。答えを出す機械ではなく学習ツールです。どの段階でも止めて、なぜその手が確定するのかを読み、自分の盤に戻れます。
使い方は?
盤の 81 マスを入力または貼り付け(空きは 0 かドット)、あとは 1 手ずつ進めます。各ステップで関係するマスが強調され、使った手筋名が表示されます。行き詰まる場合は、はしごの外の手筋が必要か、入力した盤に一意解がないかのどちらかです。
どの手筋に対応していますか?
標準的な人間の手筋のはしごを、常に進展する最も簡単なものから順に試します — 上手な人が手で解くときと同じ順序です。各手筋には解説ページがあります:
- · Naked Single — A Naked Single is a cell that has only one remaining candidate, so that value must go there.
- · Hidden Single — A Hidden Single is a digit that can legally go in only one cell within a row, column or box, even if that cell has other candidates.
- · Pointing (Locked Candidates) — Pointing is when all candidates for a digit inside a box fall on a single row or column, letting you eliminate that digit from the rest of that row or column.
- · Claiming (Locked Candidates) — Claiming is the mirror of pointing: when a digit's candidates in a row or column all fall inside one box, you eliminate that digit from the rest of that box.
- · Naked Pair — A Naked Pair is two cells in the same unit that share the same two candidates, letting you remove those two digits from every other cell in the unit.
- · Hidden Pair — A Hidden Pair is two digits that can only go in the same two cells of a unit, letting you strip all other candidates from those two cells.
- · X-Wing — An X-Wing is a rectangle pattern where a digit's candidates in two rows line up in the same two columns, allowing eliminations down those columns (or vice versa).
- · Swordfish — A Swordfish is the three-line generalization of the X-Wing: a digit confined to the same three columns across three rows, enabling column eliminations.
- · XY-Wing — An XY-Wing is a three-cell pattern (a pivot seeing two pincers) that forces a common digit out of any cell both pincers can see.
- · Forcing Chain — A Forcing Chain follows a sequence of 'if this, then that' implications until two starting assumptions converge on the same conclusion, which must therefore be true.
入力したパズルはどこかに送信されますか?
いいえ。solver は完全にブラウザ内で動作し、入力した盤はアップロードも保存も記録もされません。当サイトのパズルライブラリとも接続されておらず、貼り付けた内容だけで動きます。