All notable changes to the smtlib-backends-z3 library will be documented in this file.
- add
Z3.defaultConfig
- add tests for documenting edge cases of the backends
- what happens when sending an empty command
- what happens when sending a command not producing any output
- (breaking change) removed
Data.Default
instance ofConfig
- make test-suite compatible with
smtlib-backends-0.3
- (breaking change) the
Z3.new
andZ3.with
functions now take aZ3.Config
object as argument, which one may use to set some solver options at initialization time- add corresponding examples in the test-suite
- dropped dependency on
inline-c
- removed
Data.Default
instance forConfig
- add usage examples in the test-suite
- make test-suite compatible with
smtlib-backends-0.2