证据工具总线。

EvidentialToolBus的Python项目详细描述


证据工具总线提供

请参阅文件install以获取安装说明,特别是 运行ETB所需的外部依赖项。

demos/目录包含etb的demos:

  • allsat/ implements an ALLSAT solver using the ETB on top of the yices SMT solver.
  • allsat2/ implements an ALLSAT solver using the ETB on top of the yices2 SMT solver.
  • make/ shows how to use the ETB to implement a distributed make tools that keeps track of all dependencies between source and objects files.
  • k-induction/ shows two ways to implement a simple k-induction procedure on top of the ETB. It shows how derivation rules can be used to establish a fact, and inference rules can be used to extract a proof of that fact.
  • hybridSal/ shows how to integrate separate tools in a complete workflow.
  • vc/ shows a demo of a wrapper that dynamically creates lemmata (generated clauses)
  • blackwhite/ shows a demo of the pure Datalog with recursion but without any wrappers

文档包含文档,包括参考手册

src包含源代码(有关详细信息,请参阅此处的自述文件)

测试包含测试脚本

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java类。getResource和ClassLoader。getSystemResource:有没有理由选择其中一个而不是另一个?   在Java中以编程方式粘贴后恢复剪贴板   Java字符串到日期没有时间   JavaSpring注释:@Component起作用,@Repository不起作用   java“addScript”在HSQL中是否有最大记录计数?   java如何将值从JDialog框返回到父JFrame?   java我的模块库的用户有没有办法访问尚未导出的类?   java javac:未找到命令   java如何解决jsoup错误:无法找到请求目标的有效证书路径   类中的java作用域变量   Java中集合实现中的arraylist add()方法不起作用   java如何使用while循环和从用户接收输入来近似Pi?   java Spring安全CSRF培训模式   在安卓系统中,如何通过在警报框外单击来限制用户?