Generalizing the algorithm for domino tiling?

前端 未结 5 1574
孤独总比滥情好
孤独总比滥情好 2020-12-14 01:43

In this earlier question the OP asked the following problem:

Given a rectangular grid where some squares are empty and some are fille

5条回答
  •  失恋的感觉
    2020-12-14 02:13

    To Keith:

    Great work and great explanations! Though, I wrote a program to find maximum tilings, and it uncovered a flaw. Hopefully this can be fixed! [Update: Keith did fix the problem!]

    Please check out this link: http://pastebin.com/bABQmfyX (your gadgets analyzed, plus very handy c++ source code)

    The problem is that the gadget below can be tiled with 6 dominoes:

    y*** ***z
       * *
       ***
       ***
       *x*
    

    -Tom Sirgedas

提交回复
热议问题