All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hik.integraal-forgetting.1.0.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
/**
 * Module for forgetting elements of InteGraal
 *
 * @author Paul Fontaine
 *
 */
module fr.boreal.forgetting{

	requires transitive fr.boreal.model;

	requires fr.boreal.backward_chaining;
	requires fr.boreal.unifiers;
	requires fr.boreal.redundancy;
	requires fr.boreal.io;

	requires org.apache.commons.lang3;

	exports fr.boreal.forgetting;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy