Skip to content

v0.4

Compare
Choose a tag to compare
@c-cube c-cube released this 05 Aug 07:38
· 332 commits to master since this release

New release with some breaking changes:

  • a cleaner API, moving some types outside the client-required interface
  • remove push/pop (source of many bugs), replaced by solve : assumptions:lit list -> unit -> result
    for local assumptions
  • some performance improvements
  • many bugfixes
  • more tests