Seating plan software recommendations (does such a beast even exist?)

后端 未结 7 1208
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 14:05

I\'m getting married soon and am busy with the seating plan, and am running into the usual issues of who sits where: X and Y must sit together, but A and B cannot s

7条回答
  •  春和景丽
    2020-12-15 14:16

    This sounds like a constraint satisfaction problem. You should probably check out logic programming systems that are also equipped with constraints-solvers. They're usually like prolog, only they are actually declarative for problems that are soluble by their solvers.

    Hopefully there is one that has an easy interface from your favourite language, to get the data in and out.

提交回复
热议问题