我安装了Isabelle2015并运行了Isabelle2015/Isabelle2015。
当我尝试使用tptp_isabelle工具时,我得到了以下错误:
$ ./isabelle tptp_isabelle 10 foo.tptp
Unknown logic "HOL-TPTP" -- no heap file found in:
/home/asr/.isabelle/Isabelle2015/heaps/polyml-5.5.2_x86-linux
/home/asr/src/isabelle/Isabelle2015/heaps/polyml-5.5.2_x86-linux我还需要做点别的什么吗?
发布于 2016-01-29 14:55:57
您可能必须构建HOL会话:
isabelle build -b HOL-TPTPhttps://stackoverflow.com/questions/35086359
复制相似问题