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

uzard.maglev.maglev.1.2.source-code.module-info Maven / Gradle / Ivy

Go to download

Maglev is a library that provides fast and generic solutions for shortest path problems (SPP)

The newest version!
/**
 * Maglev is a library that provides fast and generic solutions for shortest path problems (SPP).
 */
module io.github.zabuzard.maglev {
	exports io.github.zabuzard.maglev.external.graph;
	exports io.github.zabuzard.maglev.external.graph.simple;
	exports io.github.zabuzard.maglev.external.algorithms;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy