Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: backtracking/bitv

Tags

2.1

Toggle 2.1's commit message
fixed building on 32-bit arch

2.0

Toggle 2.0's commit message
Release 2.0

CHANGES:

  - Switch to bytes-based implementation. This is simpler and faster
    (up to 30% faster).
    `Bitv_string` is still there but deprecated (now identical to `Bitv`).
  - Functions `to_int...` do not fail anymore when bit vectors are small
    (and behave as if high bits are zero).
  - New function `tanimoto` (Tanimoto score) (contribution by François Berenger)

1.6

Toggle 1.6's commit message
Distribution 1.6

1.5

Toggle 1.5's commit message
Distribution 1.5

1.4

Toggle 1.4's commit message
Distribution 1.4

1.3

Toggle 1.3's commit message
release 1.3

1.2

Toggle 1.2's commit message
release 1.2

opam file is generated at configuration time
(so that version number is always correct)