我正在使用 Z3 Java API 来解决使用该parseSMT2File()方法的 smt 文件。但是,即使我设置params.add("interactive-mode", true)了 then solver.setParameters(params),Z3 也会抛出以下错误:
Exception in thread "main" com.microsoft.z3.Z3Exception: (error "line 276 column 23: model is not available")
(error "line 277 column 26: model is not available")
(error "line 279 column 15: command is only available in interactive mode, use command (set-option :interactive-mode true)")
(error "line 280 column 16: model is not available")
沧海一幻觉
相关分类