@yowasp/boolector
v3.2.3-6.26
Published
boolector Satisfiability Modulo Theories (SMT) solver
Downloads
7
Readme
YoWASP Boolector package
This package provides Boolector binaries built for WebAssembly. See the overview of the YoWASP project for details.
At the moment, this package only provides an API allowing to run Boolector in a virtual filesystem; no binaries are provided.
API reference
This package provides one function:
runBoolector
For more detail, see the documentation for the JavaScript YoWASP runtime.
Versioning
The version of this package is derived from the upstream Boolector package version in the X.Y.Z-N.M
format, where the symbols are:
X
: Boolector major versionY
: Boolector minor versionZ
: Boolector patch versionN
: zero for packages built from boolector releases,N
for packages built from unreleased boolector snapshots;N
is the amount of commits since the latest releaseM
: package build version; disambiguates different builds produced from the same Boolector source tree
With this scheme, there is a direct correspondence between upstream versions and SemVer NPM package versions.
License
This package is covered by the MIT license, which is the same as the Boolector license.