A Dempster-Shafer (D-S) engine based on eVidenZ, an efficient D-S engine developed in C++ by the LRDE (Epita Research and Development laboratory).
evidence4j is a java library (as its name suggests).
For more information on eVidenZ, the original C++ engine, refer to https://www.lrde.epita.fr/wiki/TheoEvidenz
! from version ≥ 1.2 Relocated → fr.umr-lastig » evidence4j
To use evidence4j library, you can reference the artifact as a dependency in your project’s pom.xml, it is stored in Central Maven’s repository:
<dependency>
<groupId>fr.umr-lastig</groupId>
<artifactId>evidence4j</artifactId>
<version>1.2</version>
</dependency>