Picosat SAT解算器:设置传播限制,但是什么值?

2024-04-27 00:49:22 发布

您现在位置:Python中文网/ 问答频道 /正文

来自API:

/* As alternative to a decision limit you can use the number of propagations
 * as limit.  This is more linearly related to execution time. This has to
 * be called after 'picosat_init' and before 'picosat_sat'.
 */
void picosat_set_propagation_limit (PicoSAT *, unsigned long long limit);

我查阅了文件,但找不到任何细节。我应该选择什么价值?有比随机测试更好的猜测吗?后者可能需要几天时间,因为我一次执行的时间长达24小时。在

实际上,我将pycosat用于picosat的python绑定。在

有人能加上“picosat”标签吗?在


Tags: thetoyouapinumberuseas时间