diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-01-28 14:44:57 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:22:43 +0100 |
commit | 741f88ab405995003eb6e9f301d3b065c1e84a4a (patch) | |
tree | 08ba9ec2247c56680611d542ed9b096c5f1a083b /motus/bin/dune | |
parent | c0c82a7bfe8300b1bd50fee11074837ff32d3da0 (diff) |
Added a motus solver
Diffstat (limited to 'motus/bin/dune')
-rw-r--r-- | motus/bin/dune | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/motus/bin/dune b/motus/bin/dune new file mode 100644 index 0000000..282fa7f --- /dev/null +++ b/motus/bin/dune @@ -0,0 +1,7 @@ +(executables + (names + motus + ) + (libraries motus_lib) + ) + |