首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个模态命题逻辑的建模和推理的java库。

一个模态命题逻辑的建模和推理的java库。

资 源 简 介

LibModalLogic LibModalLogic provides a JAVA implementation of Modal Logic K and Propositional Logic. Logic formulas can be build in memory, saved to and read from MathML and formatted human readable. Reasoning is implemented by the (modal) logic tableau algorithm, including dynamic backtracking for maximum performance. Examples Construction of formulas works similar to the usage of the OpenGL state machine, and combined with a factory design pattern. E.g. a disjunction of String literals (e.g. A∨B∨¬C) is created in the following way: ``` FormulaFactory factory = new FormulaFactory(); factory.openDisjunction(); factory.literal("A"); factory.literal("B"); factory.negation(); factory.literal("C"); factory.close(); Formula formula = factory.create(); ``` For reasoning, the tableau algorithm can be used to find a satisfyin

文 件 列 表

libModalLogic-1.2.2
lib
collections-generic-4.01.jar
LibModalLogic-1.2.3.jar
README.TXT

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.160048s