<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Infoment</author_name>
  <author_url>https://blog.hatena.ne.jp/Infoment/</author_url>
  <blog_title>Infomentのブログ ～Excel VBA奮闘記～</blog_title>
  <blog_url>https://infoment.hatenablog.com/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
    <anon>作ってみた</anon>
    <anon>算数パズル</anon>
  </categories>
  <description>既に数多の先達が居られるが、敢えて「数独をＶＢＡで解いてみる」に挑戦する。 というのも、こんな方法はどうだろう？と思いついたものがあったから。 結果として既存アプローチの焼き直しになるかもしれないが、それはまあ、ご愛敬ということで。 まず９行９列の情報を、どのように持たせるか、考えてみた。 今回は、９×９＝８１の要素を持つ配列に情報を持たせることにした。 配列（行，列）さらに、各マスの持つ情報は、１０桁の数字で管理する。初期値は全て 「2222222222」 とする。この１０桁に登場する数値は、０～２の３種類だ。 ０：False １：True ２：未確定 つまり初期値は、何もかも未確定というこ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2019%2F05%2F02%2F223929&quot; title=&quot;数独をＶＢＡで解いてみる ① - Infomentのブログ ～Excel VBA奮闘記～&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/I/Infoment/20190502/20190502220550.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-02 22:39:29</published>
  <title>数独をＶＢＡで解いてみる ①</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2019/05/02/223929</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
