hik.integraal-forgetting.1.6.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integraal-forgetting Show documentation
Show all versions of integraal-forgetting Show documentation
Forgetting module for InteGraal
The newest version!
/**
* Module for forgetting elements of InteGraal
*
* @author Paul Fontaine
*
*/
module fr.boreal.forgetting{
requires transitive fr.boreal.model;
requires fr.boreal.unifiers;
requires fr.boreal.redundancy;
requires fr.boreal.io;
requires fr.boreal.backward_chaining;
requires org.apache.commons.lang3;
exports fr.boreal.forgetting;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy