SICStus Prolog sat_count/2 replacement?

后端 未结 0 2027
执笔经年
执笔经年 2020-12-10 04:07

SWI-Prolog CLP(B) has a sat_count/2 predicate. What would be the replacement for this in SICStus Prolog CLP(B). So far I went with:

sat_count(F, N) :- 
   sat         


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