Embedded Prolog Interpreter/Compiler for Java

前端 未结 13 1952
野性不改
野性不改 2020-12-04 16:51

I\'m working on an application in Java, that needs to do some complex logic rule deductions as part of its functionality. I\'d like to code my logic deductions in Prolog or

13条回答
  •  感动是毒
    2020-12-04 17:26

    Another worthwhile option I recently came across is JSetL. It's not a Prolog, but a constraint programming library for Java, with support for logic variables, unification, constraint solving and non-determinism.

    http://prmat.math.unipr.it/~gianfr/JSetL/index.html

提交回复
热议问题