stanford-oval / node-smtlib

Node.js wrappers for SMT-Lib 2.0
MIT License
11 stars 3 forks source link

Do not ignore logic passed to constructor of BaseSmtSolver #237

Closed neferin12 closed 2 years ago

neferin12 commented 2 years ago

I realized, that the logic that is passed to the constructor of the BaseSmtSolver class is ignored. So I fixed that in a way that uses the logic that was always set as a default, that can be overwritten by passing a logic.

I also added a build on postinstall to the package.json, mainly to be able to install the package from my repository. It does not break anything, but I can also remove that if wanted.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 745


Totals Coverage Status
Change from base Build 718: -0.4%
Covered Lines: 105
Relevant Lines: 138

💛 - Coveralls