forked from cicirello/JavaPermutationTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview.html
More file actions
22 lines (22 loc) · 1.39 KB
/
overview.html
File metadata and controls
22 lines (22 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<body>
<p>JavaPermutationTools (JPT) is a Java
library for representing and generating permutations and sequences, as well as performing
computation on permutations and sequences. This includes implementations of a variety of
permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays,
and other ordered data types).</p>
<p>The <a href="https://github.com/cicirello/JavaPermutationTools" target=_top>source code</a>
is hosted on GitHub; and is licensed under the
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target=_top>GNU General Public License
Version 3 (GPLv3)</a>. The library's jar files are regularly published
to <a href="https://search.maven.org/artifact/org.cicirello/jpt" target=_top>Maven Central</a>,
from which it is easily imported into software projects using Maven and other
commonly used build tools. Additionally, there is a
GitHub <a href="https://github.com/cicirello/jpt-examples" target=_top>repository of
example programs</a> that show basic usage of the JPT library, as well as replication programs that
reproduce results found in published papers.</p>
<p>For more information see the <a href="https://jpt.cicirello.org/" target=_top>JavaPermutationTools website</a>.
Potential contributors, please see the source repository, and/or
contact <a href="https://www.cicirello.org/" target=_top>Vincent A. Cicirello</a>.</p>
</body>
</html>