Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dissiml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guyslain Naves
Dissiml
Commits
cdc7be02
Commit
cdc7be02
authored
1 year ago
by
Guyslain Naves
Browse files
Options
Downloads
Patches
Plain Diff
add description in readme
parent
ef3e0cbb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.txt
+15
-2
15 additions, 2 deletions
readme.txt
with
15 additions
and
2 deletions
readme.txt
+
15
−
2
View file @
cdc7be02
This project contains implementations in Ocaml of algorithms for
recognition of Robinson dissimilarities, as well as random generators
of dissimilarities. The primary goal is to provide an implementation
of the algorithm proposed by Carmona, Chepoi, Naves and Préa. We
actually give two implementations, in imperativeCCNP.ml (a mostly
imperative implementation) and robinsonCCNP.ml (a more functional
implementation). The two implementations are equivalent, except for
their respective performance which slightly differs from one another.
0) Need OCaml installed. Easy way:
sudo apt-get install opam
opam init
...
...
@@ -11,8 +25,7 @@ see https://ocaml.org/learn/tutorials/up_and_running.html
dune build
2) execute:
cat my_matrix | dune exec copoint
cat instance_1 | sed "s/,\|\[\|]//g" | dune exec copoint
cat matrices/mat1 | dune exec copoint
Run test:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment