Uses of Package
org.episteme.core.mathematics.discrete
Packages that use org.episteme.core.mathematics.discrete
Package
Description
Provides pluggable traversal algorithms for graphs with optional
Biological modeling, genetics, and life science simulations.
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides the
org.episteme.social.philosophy.storytelling module.- social structures, persons, and cultural modeling.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.core.mathematics.discreteClassDescriptionHeuristic function for A* search.A* search algorithm for heuristic-guided shortest path finding.Bellman-Ford algorithm for single-source shortest paths.Dijkstra's algorithm for finding the shortest paths in a weighted graph.Floyd-Warshall algorithm for all-pairs shortest paths.Represents a mathematical graph G = (V, E).Represents an edge in a graph.Adapter for handling generic edge weights in graph algorithms.Kruskal's algorithm for finding Minimum Spanning Tree.Interface for Minimum Spanning Tree (MST) algorithms.Implementation of Prim's algorithm for finding the Minimum Spanning Tree. *A mutable implementation of a rooted tree.Result of a shortest path computation.Represents a tree data structure - a connected acyclic graph.An edge in a weighted graph.A graph with weighted edges.Fluent builder for weighted graphs.
-
-
-
-
-
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.core.mathematics.geometry.polyhedraClassDescriptionRepresents a mathematical graph G = (V, E).Represents an edge in a graph.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.core.mathematics.mlClassDescriptionAdjacency list implementation of a directed weighted graph.Represents a mathematical graph G = (V, E).A graph with weighted edges.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.natural.biology.phylogeny
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.natural.chemistryClassDescriptionRepresents a mathematical graph G = (V, E).Represents an edge in a graph.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.social.economicsClassDescriptionA mutable implementation of a rooted tree.Represents a tree data structure - a connected acyclic graph.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.social.philosophy.storytellingClassDescriptionRepresents a mathematical graph G = (V, E).Represents an edge in a graph.
-
Classes in org.episteme.core.mathematics.discrete used by org.episteme.social.sociologyClassDescriptionRepresents a mathematical graph G = (V, E).Represents an edge in a graph.An edge in a weighted graph.A graph with weighted edges.