上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 27 下一页
  2023年9月1日
摘要: 参考文献 [1] Alexander Nadel, Vadim Ryvchin: Chronological Backtracking. SAT 2018: 111-121 [2] Sibylle Möhle, Armin Biere: Combining Conflict-Driven Claus 阅读全文
posted @ 2023-09-01 10:09 海阔凭鱼跃越 阅读(172) 评论(0) 推荐(0)
  2023年8月25日
摘要: 1.数字化工具的新特征 。。。。 物理机-->虚拟化-->容器化 2.分布式并行编程基础 (1)传相关并行编程框架: MPI(消息传递接口)——一种典型的并行编程框架 OpenCL CUDA (2)HDFS分布式文件系统下的MapReduce并行模式 shuffle 调度 3.并行求解器研究现状 3 阅读全文
posted @ 2023-08-25 10:23 海阔凭鱼跃越 阅读(446) 评论(0) 推荐(0)
  2023年8月19日
摘要: 摘自:https://fmv.jku.at/software/index.html Sat Solver SATCH This is the source code of SATCH a SAT solver written from scratch in C. The actual version 阅读全文
posted @ 2023-08-19 15:59 海阔凭鱼跃越 阅读(122) 评论(0) 推荐(1)
  2023年7月21日
摘要: A Problem Meta-Data Library for Research in SAT •Published: March 15, 2019 Markus Iser and Carsten Sinz Abstract Experimental data and benchmarks play 阅读全文
posted @ 2023-07-21 10:09 海阔凭鱼跃越 阅读(85) 评论(0) 推荐(0)
  2023年5月29日
摘要: Authors: Manuel Gomez-Rodriguez, Jure Leskovec, Andreas Krause Authors Info & Claims ACM Transactions on Knowledge Discovery from DataVolume 5Issue 4A 阅读全文
posted @ 2023-05-29 20:07 海阔凭鱼跃越 阅读(80) 评论(0) 推荐(0)
  2023年5月26日
摘要: frame.h 1 #define INVALID_TRAIL UINT_MAX 2 3 struct frame 4 { 5 unsigned decision; 6 unsigned trail:LD_MAX_TRAIL; 7 unsigned used:2; 8 bool promote:1; 阅读全文
posted @ 2023-05-26 17:03 海阔凭鱼跃越 阅读(37) 评论(0) 推荐(0)
摘要: 需要查看以下文件 restart.h、restart.c、mode.h、mode.c、search.c backtrack.h backtrack.c limit.h limit.c trail.h trail.c frames.h frames.c decide.h decide.c 1.重启涉及 阅读全文
posted @ 2023-05-26 09:50 海阔凭鱼跃越 阅读(68) 评论(0) 推荐(0)
  2023年5月12日
摘要: Kissat SAT Solver 以下文字来源于: (1)https://fmv.jku.at/kissat/ (2)Armin Biere, Katalin Fazekas, Mathias Fleury, Maximillian Heisinger.CaDiCaL, Kissat, Parac 阅读全文
posted @ 2023-05-12 16:27 海阔凭鱼跃越 阅读(296) 评论(0) 推荐(0)
  2023年5月6日
摘要: 原帖见:https://www.cnblogs.com/zhangzhangtabszj/p/14327369.html 感谢博主QzZq! 以下为原网页粘贴复制版-无修改-备查 LingeLing SPLATZ 2016年比赛用例; 1、简化LingeLing 2、块状句分解 CaDiCaL201 阅读全文
posted @ 2023-05-06 11:19 海阔凭鱼跃越 阅读(112) 评论(0) 推荐(0)
  2023年5月5日
摘要: 1.密码算法通过TA-language编写程序,进而使用 程序生成对应的cnf,求解得到sat复制序列对应前面若干位为一组密钥(参数或初值)https://gitlab.com/transalg/transalg 2.密码分析工具框架https://github.com/kste/cryptosmt 阅读全文
posted @ 2023-05-05 10:47 海阔凭鱼跃越 阅读(99) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 27 下一页