Boolector / boolector

A Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
http://boolector.github.io
Other
325 stars 63 forks source link

When installing, also install btoropt.h #140 #141

Closed aytey closed 3 years ago

aytey commented 3 years ago

Issue

Boolector's install target does not install btoropt.h, which is required to set options via the API

Resolution

This PR ensure that header is installed.

Signed-off-by: Andrew V. Jones andrew.jones@vector.com

aytey commented 3 years ago

Oops; I didn't check this, it isn't good.