package minisat
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Bindings to Minisat-C-1.14.1, with the solver included
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.tar.gz
sha256=e9787039c5dca28c8879d8a754ab67346c286b9a472cc0d0d618f20653d15a44
md5=792f4ba8fb4fe03948d006f2d33aaf04
doc/CHANGELOG.html
0.2
- migrate to
dunefor build - upgrades to the CI
0.1
- Edits for continous integration:
- removed symlinks of
src/solver.h,src/solver.c,src/vec.cand replaced them by the actual files; I did that because in cygwin, ocamlc wouldn't find solver.h in#include "solver.h". I might be mistaken but it's the only thing I found to avoid the problem... - modified the uint64 typedef that was causing issues in cygwin+ocamlc. In fact, the
#ifdef _WIN32wasn't proper for cygwin builds; plus, theuint64isn't standard, changed touint64_t. See the SO topic here: http://stackoverflow.com/questions/126279
- initial release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page