How do i create link between python and mace4 in sudoku game? I want to call prover9 at every step

前端 未结 0 1074
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 18:50

This is the code in prover9/mace4. It solves the sudoku game in a domain size of 9.

set(arithmetic). 
assign(domain_size, 9).
formulas(numbers).

    n0 = 0.          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题