<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>wordgame-programmers at Yahoo! Groups</title>
    <link>http://games.groups.yahoo.com/group/wordgame-programmers/</link>
    <description>A list for programmers of word games. Ve</description>

    <item>
      <title>Re: Crosswords Benchmarking</title>
      <pubDate>Tue, 17 Mar 2009 00:10:22 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/960</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/960</guid>
      <description>I got some news about the benchmarks by Hadrien Cambazard. Last year, there have been a competition about CSP solvers. More information here: </description>
    </item>
    <item>
      <title>Re: Crosswords Benchmarking</title>
      <pubDate>Mon, 16 Mar 2009 08:58:19 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/959</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/959</guid>
      <description>... After 6 hours of computation, I got: (334/462) 2295321 nodes STROBE#ASLEEP#SIR#DOBBS NEEDED#STAGER#CREMATORY INTERESTINGLY#ROBERTSON </description>
    </item>
    <item>
      <title>Crosswords Benchmarking</title>
      <pubDate>Mon, 16 Mar 2009 00:04:16 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/958</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/958</guid>
      <description>There is a site proposing a set of crosswords puzzles to fill, with some test dictionaries (english and french): </description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 22:22:41 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/957</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/957</guid>
      <description>BTW, the current record for a 15x15 american crossword is 19 cells: http://www.mathpuzzle.com/Manny19.gif I&#39;m interested with a better result. Any volunteer ? </description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 22:12:58 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/956</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/956</guid>
      <description>... Very nice ! My french lexicon for such grids contains 120000 words (with no conjugation), and I have been unable to find such a grid. BTW, there is a</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 18:58:19 GMT</pubDate>
      <dc:creator>Andy Cook</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/955</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/955</guid>
      <description>... Such things are all strongly dependent on the word list, of course. Number 2 seems relatively easy using Sowpods: ULTRAHEATED MORIBUNDITY BRIGANDS AE </description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 08:32:23 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/954</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/954</guid>
      <description>... Hum, you are right, your patterns are too simple. First, notice that I&#39;m french, and we use different rules for crossword filling. In France, it&#39;s not good</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 06:06:10 GMT</pubDate>
      <dc:creator>Warwick Allison</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/953</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/953</guid>
      <description>... Re-reading my code, it&#39;s not *purely* brute force - it has one heuristic optimization: as the search progresses, it tries the possible words in order of</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Mon, 09 Mar 2009 05:23:21 GMT</pubDate>
      <dc:creator>Warwick Allison</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/952</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/952</guid>
      <description>... Indeed, filling something like: .....#....... .....#.#.#... .......#..... ##.#.....#.#. .....#.#..... .#.#.....#.## .....#....... ...#.#.#..... </description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Thu, 05 Mar 2009 09:04:53 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/951</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/951</guid>
      <description>... I finally found a way to perform a very fast words checking. For every word of the grid, I keep a table of bits representing all the words that can fit</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Tue, 03 Mar 2009 19:58:33 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/950</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/950</guid>
      <description>... BTW, here are some new links: Filling with dancing links: http://www.club.cc.cmu.edu/~ajo/free-software/xword/ A freeware Linux solver (seems to fill with</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Tue, 03 Mar 2009 19:22:58 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/949</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/949</guid>
      <description>I&#39;m currently trying the CSP approach, but previously worked with the program from Laeuter, which fills the grid letter by letter. CSP means Constraint</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Tue, 03 Mar 2009 18:00:19 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/948</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/948</guid>
      <description>I haven&#39;t tried running them for 10 years or so, but I would imagine that the old C command-line programs that used to take an hour or so would be pretty</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Tue, 03 Mar 2009 17:30:15 GMT</pubDate>
      <dc:creator>David Levy</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/947</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/947</guid>
      <description>The latest version of the Australian program &quot;Crossword Express&quot; seems to be able to fill a grid from any given dictionary very quickly. Do any of you have any</description>
    </item>
    <item>
      <title>Re: Fast Pattern Matching for Crossword Filling</title>
      <pubDate>Tue, 03 Mar 2009 15:57:52 GMT</pubDate>
      <dc:creator>Jean-Charles Meyrignac</dc:creator>
      <link>http://games.groups.yahoo.com/group/wordgame-programmers/message/946</link>
      <guid isPermaLink="true">http://games.groups.yahoo.com/group/wordgame-programmers/message/946</guid>
      <description>Oups, here is the real distribution of my wordlist: size 2: 93 words size 3: 538 words size 4: 1745 words size 5: 4244 words size 6: 7757 words size 7: 11117</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 18:05:09 PDT 2009 -->
